Skip to content

Commit

Permalink
Update DV Maven extension to 1.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jprinet committed Oct 20, 2023
1 parent b4414a9 commit 5eb11b1
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

ge_ext_version=1.19.1
ge_ext_version=1.19.3
ge_ext_jar=gradle-enterprise-maven-extension-${ge_ext_version}.jar

ge_sample_ext_version=1.12.4
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 @@ -37,7 +37,7 @@ This extension requires the gradle-enterprise-maven-extension.
<extension>
<groupId>com.gradle</groupId>
<artifactId>gradle-enterprise-maven-extension</artifactId>
<version>1.19.1</version>
<version>1.19.3</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>gradle-enterprise-maven-extension</artifactId>
<version>1.19.1</version>
<version>1.19.3</version>
</extension>
<extension>
<groupId>com.gradle</groupId>
Expand Down

0 comments on commit 5eb11b1

Please sign in to comment.