You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/10/19 17:25:28 UTC

[maven-archiver] branch master updated: [maven-release-plugin] prepare release maven-archiver-3.5.0

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

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


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

commit eb6001d42ef5e5a1f9d5069ab252862e59e83a74
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sat Oct 19 19:25:24 2019 +0200

    [maven-release-plugin] prepare release maven-archiver-3.5.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ee1a1ca..0c48e54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-archiver</artifactId>
-  <version>3.5.0-SNAPSHOT</version>
+  <version>3.5.0</version>
 
   <name>Apache Maven Archiver</name>
   <description>Provides utility methods for creating JARs and other archive files from a Maven project.</description>
@@ -42,7 +42,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-archiver.git</developerConnection>
     <url>https://github.com/apache/maven-archiver/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-archiver-3.5.0</tag>
   </scm>
   <issueManagement>
     <system>jira</system>