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:56:53 UTC

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

Author: struberg
Date: Tue Feb 26 21:56:53 2019
New Revision: 1854422

URL: http://svn.apache.org/viewvc?rev=1854422&view=rev
Log:
[maven-release-plugin] prepare release geronimo-jpa_2.2_spec-1.0

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=1854422&r1=1854421&r2=1854422&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:56:53 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-SNAPSHOT</version>
+  <version>1.0</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/trunk/geronimo-jpa_2.2_spec/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jpa_2.2_spec/
+    <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
     </developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jpa_2.2_spec/</url>
+    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jpa_2.2_spec-1.0</url>
   </scm>
 
   <dependencies>