Skip to content

Commit

Permalink
Bump com.gradle:common-custom-user-data-maven-extension from 2.0 to 2…
Browse files Browse the repository at this point in the history
….0.1 (#208)
  • Loading branch information
bot-githubaction authored Sep 6, 2024
1 parent 067ce5b commit efee6c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ The following table shows the compatibility of the plugin version with Develocit

|===
|Bamboo Plugin version | Develocity Maven extension version | Common Custom User Data Maven extension version | Minimum supported Develocity version
|Next version | 1.22 | 2.0 | 2024.2
|Next version | 1.22 | 2.0.1 | 2024.2
|2.2.1 | 1.22 | 2.0 | 2024.2
|2.2.0 | 1.21.2 | 2.0 | 2024.1
|2.1.0 | 1.21.1 | 2.0 | 2024.1
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<generated.java.sources.dir>${project.build.directory}/generated-sources/java</generated.java.sources.dir>

<develocity.maven.extension.version>1.22</develocity.maven.extension.version>
<ccud.maven.extension.version>2.0</ccud.maven.extension.version>
<ccud.maven.extension.version>2.0.1</ccud.maven.extension.version>
</properties>

<dependencyManagement>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class MavenEmbeddedResourcesTest {
@ParameterizedTest
@CsvSource({
"DEVELOCITY_EXTENSION, 93f6aae3ad4b3cf5cf39c588951047bd",
"CCUD_EXTENSION, 9f241726aab8ccf7e2043259e2af43c9"
"CCUD_EXTENSION, 976c5592e4d7035a785aab2b8eb13610"
})
void copiesEmbeddedExtension(MavenEmbeddedResources.Resource resource, String expectedChecksum) throws Exception {
Path tmp = folder.resolve("extensions");
Expand Down

0 comments on commit efee6c1

Please sign in to comment.