You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2020/10/15 20:10:08 UTC

svn commit: r1882565 - /geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml

Author: struberg
Date: Thu Oct 15 20:10:07 2020
New Revision: 1882565

URL: http://svn.apache.org/viewvc?rev=1882565&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml?rev=1882565&r1=1882564&r2=1882565&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-validation_2.0_spec/pom.xml Thu Oct 15 20:10:07 2020
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-validation_2.0_spec</artifactId>
-    <version>1.1</version>
+    <version>1.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Bean Validation Spec 2.0</name>
     <description>Apache Geronimo implementation of the JSR-380 Bean Validation Spec API</description>
@@ -51,12 +51,12 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_2.0_spec-1.1
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-validation_2.0_spec/
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_2.0_spec-1.1
+            scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-validation_2.0_spec/
         </developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-validation_2.0_spec-1.1</url>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-validation_2.0_spec/</url>
     </scm>
 
     <build>