Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-jlink-plugin-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarwell committed Jan 29, 2024
1 parent bdd4b84 commit f182997
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 @@ -28,7 +28,7 @@
</parent>

<artifactId>maven-jlink-plugin</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven JLink Plugin</name>
Expand All @@ -43,7 +43,7 @@
<scm>
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git</developerConnection>
<tag>HEAD</tag>
<tag>maven-jlink-plugin-3.2.0</tag>
<url>https://github.com/apache/maven-jlink-plugin/tree/${project.scm.tag}</url>
</scm>

Expand All @@ -67,7 +67,7 @@
<maven.compiler.release>11</maven.compiler.release>
<!-- needed for enforce-bytecode-version in maven-parent-pom. -->
<maven.compiler.target>${maven.compiler.release}</maven.compiler.target>
<project.build.outputTimestamp>2020-12-21T12:52:28Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-01-29T19:20:15Z</project.build.outputTimestamp>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit f182997

Please sign in to comment.