Author: struberg
Date: Thu Jul 27 15:27:51 2017
New Revision: 1803200
URL: http://svn.apache.org/viewvc?rev=1803200&view=rev
Log:
[maven-release-plugin] prepare for next development iteration
Modified:
geronimo/components/config/trunk/impl/pom.xml
geronimo/components/config/trunk/pom.xml
Modified: geronimo/components/config/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/impl/pom.xml?rev=1803200&r1=1803199&r2=1803200&view=diff
==============================================================================
--- geronimo/components/config/trunk/impl/pom.xml (original)
+++ geronimo/components/config/trunk/impl/pom.xml Thu Jul 27 15:27:51 2017
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.geronimo.config</groupId>
<artifactId>config-parent</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
</parent>
<artifactId>geronimo-config-impl</artifactId>
Modified: geronimo/components/config/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/components/config/trunk/pom.xml?rev=1803200&r1=1803199&r2=1803200&view=diff
==============================================================================
--- geronimo/components/config/trunk/pom.xml (original)
+++ geronimo/components/config/trunk/pom.xml Thu Jul 27 15:27:51 2017
@@ -28,7 +28,7 @@
<groupId>org.apache.geronimo.config</groupId>
<artifactId>config-parent</artifactId>
- <version>1.0</version>
+ <version>1.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Geronimo Microprofile Configuration</name>
@@ -41,9 +41,9 @@
</licenses>
<scm>
- <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/tags/config-parent-1.0</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/tags/config-parent-1.0</developerConnection>
- <url>https://svn.apache.org/repos/asf/geronimo/components/config/tags/config-parent-1.0</url>
+ <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/trunk</developerConnection>
+ <url>https://svn.apache.org/repos/asf/geronimo/components/config/trunk</url>
</scm>
|