Skip to content

Commit

Permalink
Merge branch 'release/0.1.16'
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelbruno committed Aug 14, 2024
2 parents 2749ed3 + 6d8a6c1 commit 45df247
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<!-- The Basics -->
<groupId>fr.ebruno.maven.poms</groupId>
<artifactId>maven-parentpom</artifactId>
<version>0.1.15</version>
<version>0.1.16</version>
<packaging>pom</packaging>

<properties>
Expand Down Expand Up @@ -82,7 +82,7 @@

<!-- Reproducibility -->
<!-- see https://maven.apache.org/guides/mini/guide-reproducible-builds -->
<project.build.outputTimestamp>1723623235</project.build.outputTimestamp>
<project.build.outputTimestamp>1723623717</project.build.outputTimestamp>

<!-- Java Module (Jigsaw) Name -->
<project.module>${project.groupId}.${project.artifactId}</project.module>
Expand Down Expand Up @@ -144,7 +144,7 @@
<mavenjavadoc.version>3.7.0</mavenjavadoc.version>

<!-- Release-->
<nexusstaging.version>1.6.7</nexusstaging.version>
<nexusstaging.version>1.7.0</nexusstaging.version>

<!-- Final app Packaging -->
<mavengrallvm.version>0.9.26</mavengrallvm.version>
Expand Down

0 comments on commit 45df247

Please sign in to comment.