You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jo...@apache.org on 2017/09/10 13:58:34 UTC

svn commit: r1807952 - in /geronimo/components/config/trunk: impl/pom.xml pom.xml

Author: johndament
Date: Sun Sep 10 13:58:34 2017
New Revision: 1807952

URL: http://svn.apache.org/viewvc?rev=1807952&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=1807952&r1=1807951&r2=1807952&view=diff
==============================================================================
--- geronimo/components/config/trunk/impl/pom.xml (original)
+++ geronimo/components/config/trunk/impl/pom.xml Sun Sep 10 13:58:34 2017
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.geronimo.config</groupId>
         <artifactId>geronimo-config</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=1807952&r1=1807951&r2=1807952&view=diff
==============================================================================
--- geronimo/components/config/trunk/pom.xml (original)
+++ geronimo/components/config/trunk/pom.xml Sun Sep 10 13:58:34 2017
@@ -28,7 +28,7 @@
 
     <groupId>org.apache.geronimo.config</groupId>
     <artifactId>geronimo-config</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/geronimo-config-1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/components/config/tags/geronimo-config-1.0</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/components/config/tags/geronimo-config-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>