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 2021/01/26 23:52:13 UTC

[maven-artifact-plugin] branch master updated: [maven-release-plugin] prepare release maven-artifact-plugin-1.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-artifact-plugin.git


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

commit ad8d989d458236cb687aa3890fabb014aae50032
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Wed Jan 27 00:52:04 2021 +0100

    [maven-release-plugin] prepare release maven-artifact-plugin-1.0
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b3b09ed..c7f4d8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,8 +19,7 @@
   under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -31,7 +30,7 @@
   </parent>
 
   <artifactId>maven-artifact-plugin</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Artifact Plugin</name>
@@ -45,7 +44,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-artifact-plugin/tree/${project.scm.tag}</url>
-    <tag>master</tag>
+    <tag>maven-artifact-plugin-1.0</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -65,7 +64,7 @@
   <properties>
     <mavenVersion>3.1.1</mavenVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-12T07:51:40Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-01-26T23:51:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>