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>