Skip to content

Commit

Permalink
Merge pull request #33571 from gsmet/fix-release
Browse files Browse the repository at this point in the history
Fix parent structure regarding updating the version with the versions plugin
  • Loading branch information
gsmet authored May 24, 2023
2 parents 3249613 + 4aa18ba commit 071a89c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions independent-projects/parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
<version.shade.plugin>3.4.1</version.shade.plugin>
<version.source.plugin>3.2.1</version.source.plugin>
<version.surefire.plugin>${version.failsafe.plugin}</version.surefire.plugin>
<version.versions.plugin>2.15.0</version.versions.plugin>
<version.yaml-properties.plugin>1.1.3</version.yaml-properties.plugin>

<!-- Code format -->
Expand Down Expand Up @@ -384,6 +385,11 @@
<artifactId>exec-maven-plugin</artifactId>
<version>${version.exec.plugin}</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>${version.versions.plugin}</version>
</plugin>
</plugins>
</pluginManagement>
</build>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

<artifactId>quarkus-project</artifactId>
<name>Quarkus - Project pom</name>
<version>999-SNAPSHOT</version>
<packaging>pom</packaging>

<description>Quarkus - Kubernetes Native Java stack tailored for OpenJDK HotSpot and GraalVM</description>
Expand Down

0 comments on commit 071a89c

Please sign in to comment.