Skip to content

Commit

Permalink
Bump com.gradle:develocity-maven-extension from 1.21.6 to 1.22 (#196)
Browse files Browse the repository at this point in the history
* Bump com.gradle:develocity-maven-extension from 1.21.6 to 1.22

* Update README.adoc

Signed-off-by: Iurii Ignatko <iignatko@gradle.com>

---------

Signed-off-by: Iurii Ignatko <iignatko@gradle.com>
Co-authored-by: Iurii Ignatko <iignatko@gradle.com>
  • Loading branch information
bot-githubaction and welandaz authored Aug 20, 2024
1 parent 8fdbe10 commit 578c179
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.21.6 | 2.0 | 2024.1
|Next version | 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
|2.0.0 | 1.20.1 | 1.12.4 | 2023.4
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.21.6</develocity.maven.extension.version>
<develocity.maven.extension.version>1.22</develocity.maven.extension.version>
<ccud.maven.extension.version>2.0</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, a642022b71eec5a3a1d917be497811b3",
"DEVELOCITY_EXTENSION, 93f6aae3ad4b3cf5cf39c588951047bd",
"CCUD_EXTENSION, 9f241726aab8ccf7e2043259e2af43c9"
})
void copiesEmbeddedExtension(MavenEmbeddedResources.Resource resource, String expectedChecksum) throws Exception {
Expand Down

0 comments on commit 578c179

Please sign in to comment.