Skip to content

Commit

Permalink
Bump references to Common Custom User Data Maven extension from 2.0 t…
Browse files Browse the repository at this point in the history
…o 2.0.1
  • Loading branch information
bot-githubaction committed Sep 6, 2024
1 parent ba12d23 commit a2db98c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ For Maven builds, the version of the Develocity Maven extension automatically ap

| TC Build Scan plugin version | Injected Develocity Maven extension version | Injected Common CCUD Maven extension version |
|------------------------------|---------------------------------------------|----------------------------------------------|
| Next | 1.21.4 | 2.0 |
| Next | 1.21.4 | 2.0.1 |
| 0.35 | 1.18.1 | 1.12.2 |
| 0.34 | 1.18 | 1.12.2 |
| 0.33 | 1.16.1 | 1.11.1 |
Expand Down
2 changes: 1 addition & 1 deletion agent/service-message-maven-extension/.mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>common-custom-user-data-maven-extension</artifactId>
<version>2.0</version>
<version>2.0.1</version>
</extension>
</extensions>
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class BuildScanServiceMessageInjector extends AgentLifeCycleAdapter {
private static final String MAVEN_CMD_PARAMS = "runnerArgs";
private static final String BUILD_SCAN_EXT_MAVEN = "service-message-maven-extension-1.0.jar";
private static final String DEVELOCITY_EXT_MAVEN = "develocity-maven-extension-1.21.4.jar";
private static final String COMMON_CUSTOM_USER_DATA_EXT_MAVEN = "common-custom-user-data-maven-extension-2.0.jar";
private static final String COMMON_CUSTOM_USER_DATA_EXT_MAVEN = "common-custom-user-data-maven-extension-2.0.1.jar";

// TeamCity Command-line runner

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ abstract class BaseExtensionApplicationTest extends Specification {
static final String DEVELOCITY_URL_STR = System.getenv('DEVELOCITY_TEST_INSTANCE')
static final URI DEVELOCITY_URL = DEVELOCITY_URL_STR ? new URI(DEVELOCITY_URL_STR) : null
static final String DEVELOCITY_EXTENSION_VERSION = '1.21.4'
static final String CCUD_EXTENSION_VERSION = '2.0'
static final String CCUD_EXTENSION_VERSION = '2.0.1'

@TempDir
File checkoutDir
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class DevelocityConnectionProviderTest extends Specification {
DEVELOCITY_PLUGIN_VERSION | '3.17.4' | 'Develocity Gradle Plugin Version'
CCUD_PLUGIN_VERSION | '2.0.1' | 'Common Custom User Data Gradle Plugin Version'
DEVELOCITY_EXTENSION_VERSION | '1.21.4' | 'Develocity Maven Extension Version'
CCUD_EXTENSION_VERSION | '2.0' | 'Common Custom User Data Maven Extension Version'
CCUD_EXTENSION_VERSION | '2.0.1' | 'Common Custom User Data Maven Extension Version'
CUSTOM_DEVELOCITY_EXTENSION_COORDINATES | 'com.company:my-ge-extension' | 'Develocity Maven Extension Custom Coordinates'
CUSTOM_CCUD_EXTENSION_COORDINATES | 'com.company:my-ccud-extension' | 'Common Custom User Data Maven Extension Custom Coordinates'
INSTRUMENT_COMMAND_LINE_BUILD_STEP | 'true' | 'Instrument Command Line Build Steps'
Expand Down

0 comments on commit a2db98c

Please sign in to comment.