You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/09/12 15:53:15 UTC

[maven-jar-plugin] branch master updated: [maven-release-plugin] prepare release maven-jar-plugin-3.3.0

This is an automated email from the ASF dual-hosted git repository.

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d68df4b  [maven-release-plugin] prepare release maven-jar-plugin-3.3.0
d68df4b is described below

commit d68df4b277d9afcbbe4700690fd6c7584cec4149
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Sep 12 17:53:10 2022 +0200

    [maven-release-plugin] prepare release maven-jar-plugin-3.3.0
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3bf7235..7add267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -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>
@@ -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>