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 2019/02/26 21:57:08 UTC

svn commit: r1854424 - /geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml

Author: struberg
Date: Tue Feb 26 21:57:08 2019
New Revision: 1854424

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

Modified:
    geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml?rev=1854424&r1=1854423&r2=1854424&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jpa_2.2_spec/pom.xml Tue Feb 26 21:57:08 2019
@@ -35,7 +35,7 @@
   <artifactId>geronimo-jpa_2.2_spec</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Geronimo JPA Spec 2.2</name>
-  <version>1.0</version>
+  <version>1.1-SNAPSHOT</version>
 
   <description>Implementation of JSR-338 JPA 2.2 Spec API</description>
 
@@ -52,10 +52,10 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.2_spec-1.0</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jpa_2.2_spec-1.0
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.2_spec/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.2_spec/
     </developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jpa_2.2_spec-1.0</url>
+    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jpa_2.2_spec/</url>
   </scm>
 
   <dependencies>