You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/22 12:40:22 UTC

svn commit: r936765 - /geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml

Author: rickmcguire
Date: Thu Apr 22 10:40:21 2010
New Revision: 936765

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

Modified:
    geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml?rev=936765&r1=936764&r2=936765&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-ejb_3.1_spec/pom.xml Thu Apr 22 10:40:21 2010
@@ -34,7 +34,7 @@
     <artifactId>geronimo-ejb_3.1_spec</artifactId>
     <packaging>bundle</packaging>
     <name>EJB 3.1</name>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <description>EJB 3.1 API</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -60,36 +60,36 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-interceptor_1.1_spec</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-annotation_1.1_spec</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxrpc_1.1_spec</artifactId>
-            <version>2.1</version>
+            <version>2.2-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-osgi-locator</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-ejb_3.1_spec-1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-ejb_3.1_spec-1.0</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-ejb_3.1_spec-1.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-ejb_3.1_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-ejb_3.1_spec/</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-ejb_3.1_spec/</url>
     </scm>
 
     <build>