You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2010/02/10 04:03:52 UTC

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

Author: dwoods
Date: Wed Feb 10 03:03:52 2010
New Revision: 908334

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

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=908334&r1=908333&r2=908334&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jcdi_1.0_spec/pom.xml Wed Feb 10 03:03:52 2010
@@ -28,7 +28,7 @@
     <artifactId>geronimo-jcdi_1.0_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Java Contexts and Dependency Injection (JSR-299) Spec API</name>
-    <version>1.0-beta</version>
+    <version>1.0-SNAPSHOT</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/tags/geronimo-jcdi_1.0_spec-1.0-beta</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcdi_1.0_spec-1.0-beta</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jcdi_1.0_spec-1.0-beta</url>
+        <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>
     </scm>
 
     <!-- added so the build can find staged depends -->