Skip to content

Commit

Permalink
Bump com.gradle:develocity-maven-extension from 1.22 to 1.22.1 (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-githubaction authored Sep 11, 2024
1 parent 11cfbb8 commit 6728de8
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.1 | 2024.2
|Next version | 1.22.1 | 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 @@ -54,7 +54,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>
<develocity.maven.extension.version>1.22.1</develocity.maven.extension.version>
<ccud.maven.extension.version>2.0.1</ccud.maven.extension.version>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class MavenEmbeddedResourcesTest {
*/
@ParameterizedTest
@CsvSource({
"DEVELOCITY_EXTENSION, 93f6aae3ad4b3cf5cf39c588951047bd",
"DEVELOCITY_EXTENSION, 286b07b854e76e7e26a02b3c4e494ddb",
"CCUD_EXTENSION, 976c5592e4d7035a785aab2b8eb13610"
})
void copiesEmbeddedExtension(MavenEmbeddedResources.Resource resource, String expectedChecksum) throws Exception {
Expand Down

0 comments on commit 6728de8

Please sign in to comment.