Skip to content

Commit

Permalink
Merge pull request #1202 from gradle/upgradebot/bump-dv-maven-extensi…
Browse files Browse the repository at this point in the history
…on-1.21.4

Bump references to Develocity Maven extension from 1.21.3 to 1.21.4
  • Loading branch information
ribafish committed May 23, 2024
2 parents 1244ab9 + 2c8153d commit 41bd0fd
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.21.3
develocity_ext_version=1.21.4
develocity_ext_jar=develocity-maven-extension-${develocity_ext_version}.jar

develocity_sample_ext_version=2.0
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 @@ -33,7 +33,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.21.3</version>
<version>1.21.4</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.21.3</version>
<version>1.21.4</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down

0 comments on commit 41bd0fd

Please sign in to comment.