Skip to content

Commit

Permalink
[maven-release-plugin] prepare release maven-jar-plugin-3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Sep 12, 2022
1 parent fb2299a commit d68df4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -26,11 +26,11 @@
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>37</version>
<relativePath/>
<relativePath />
</parent>

<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0-SNAPSHOT</version>
<version>3.3.0</version>
<packaging>maven-plugin</packaging>

<name>Apache Maven JAR Plugin</name>
Expand All @@ -57,7 +57,7 @@
<connection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</connection>
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-jar-plugin.git</developerConnection>
<url>https://github.com/apache/maven-jar-plugin/tree/${project.scm.tag}</url>
<tag>HEAD</tag>
<tag>maven-jar-plugin-3.3.0</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand All @@ -78,7 +78,7 @@
<javaVersion>8</javaVersion>
<mavenVersion>3.2.5</mavenVersion>
<mavenArchiverVersion>3.6.0</mavenArchiverVersion>
<project.build.outputTimestamp>2022-01-08T21:19:21Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2022-09-12T15:53:02Z</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down

0 comments on commit d68df4b

Please sign in to comment.