Skip to content

Commit

Permalink
Merge branch 'main' into combined-prs-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
bot-githubaction authored Oct 2, 2024
2 parents 15b9d47 + 8377a82 commit aa3f323
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.1
develocity_ext_version=1.22.2
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.1</version>
<version>1.22.2</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.1</version>
<version>1.22.2</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down

0 comments on commit aa3f323

Please sign in to comment.