Skip to content

Commit

Permalink
Bump references to Develocity Maven extension from 1.22.2 to 1.23 (#1710
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bot-githubaction authored Dec 13, 2024
1 parent b5703f0 commit e8a0e59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ maven_conf=${maven_dir}/conf
custom_maven_version=1.0.0
custom_maven_zip=${maven_dir}-sample-${custom_maven_version}-bin.zip

develocity_ext_version=1.22.2
develocity_ext_version=1.23
develocity_ext_jar=develocity-maven-extension-${develocity_ext_version}.jar

develocity_sample_ext_version=2.0.1
Expand Down
2 changes: 1 addition & 1 deletion quarkus-build-caching-extension/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Reference the extension in `.mvn/extensions.xml` (this extension requires the de
<extension>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
<version>1.22.2</version>
<version>1.23</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down
2 changes: 1 addition & 1 deletion rollout-maven-extension/.mvn/extensions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<extension>
<groupId>com.gradle</groupId>
<artifactId>develocity-maven-extension</artifactId>
<version>1.22.2</version>
<version>1.23</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down

0 comments on commit e8a0e59

Please sign in to comment.