Author: davidb
Date: Mon Mar 6 17:23:14 2017
New Revision: 1785694
URL: http://svn.apache.org/viewvc?rev=1785694&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
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=1785694&r1=1785693&r2=1785694&view=diff
==============================================================================
--- aries/trunk/esa-maven-plugin/pom.xml (original)
+++ aries/trunk/esa-maven-plugin/pom.xml Mon Mar 6 17:23:14 2017
@@ -29,16 +29,16 @@
</parent>
<artifactId>esa-maven-plugin</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3-SNAPSHOT</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/tags/esa-maven-plugin-1.0.2</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/aries/tags/esa-maven-plugin-1.0.2</developerConnection>
-
<url>http://svn.apache.org/viewvc/aries/tags/esa-maven-plugin-1.0.2</url>
+
<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>
</scm>
<dependencies>