You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by gn...@apache.org on 2014/10/15 16:34:00 UTC

svn commit: r1632055 - /aries/trunk/esa-maven-plugin/pom.xml

Author: gnodet
Date: Wed Oct 15 14:34:00 2014
New Revision: 1632055

URL: http://svn.apache.org/r1632055
Log:
[maven-release-plugin] prepare release esa-maven-plugin-1.0.0

Modified:
    aries/trunk/esa-maven-plugin/pom.xml

Modified: aries/trunk/esa-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin/pom.xml?rev=1632055&r1=1632054&r2=1632055&view=diff
==============================================================================
--- aries/trunk/esa-maven-plugin/pom.xml (original)
+++ aries/trunk/esa-maven-plugin/pom.xml Wed Oct 15 14:34:00 2014
@@ -29,16 +29,16 @@
     </parent>
     
     <artifactId>esa-maven-plugin</artifactId>
-    <version>0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
     <packaging>maven-plugin</packaging>
     <name>Aries Maven ESA Plugin</name>
     <description>Builds an esa (Enterprise Subsystem Archive) from the project for deployment to an aries server.
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/trunk/esa-maven-plugin</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/trunk/esa-maven-plugin</developerConnection>
-        <url>http://svn.apache.org/viewvc/aries/trunk/esa-maven-plugin</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/aries/tags/esa-maven-plugin-1.0.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/esa-maven-plugin-1.0.0</developerConnection>
+        <url>http://svn.apache.org/viewvc/aries/tags/esa-maven-plugin-1.0.0</url>
     </scm>
     
     <dependencies>