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 10:40:08 UTC

svn commit: r1882528 - /geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml

Author: struberg
Date: Thu Oct 15 10:40:08 2020
New Revision: 1882528

URL: http://svn.apache.org/viewvc?rev=1882528&view=rev
Log:
[maven-release-plugin] prepare release geronimo-jcdi_1.0_spec-1.1

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

Modified: geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml?rev=1882528&r1=1882527&r2=1882528&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml Thu Oct 15 10:40:08 2020
@@ -28,7 +28,7 @@
     <artifactId>geronimo-jcdi_1.0_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo JCDI Spec 1.0</name>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</version>
 
     <description>Apache Geronimo implementation of the JSR-299 Context and Dependency Injection for the Java EE Platform</description>
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -45,9 +45,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jcdi_1.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcdi_1.0_spec-1.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcdi_1.0_spec-1.1</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jcdi_1.0_spec-1.1</url>
     </scm>
 
     <!-- added so the build can find staged depends -->