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:30:27 UTC

svn commit: r936754 - /geronimo/specs/trunk/geronimo-jaxws_2.2_spec/pom.xml

Author: rickmcguire
Date: Thu Apr 22 10:30:27 2010
New Revision: 936754

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

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

Modified: geronimo/specs/trunk/geronimo-jaxws_2.2_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jaxws_2.2_spec/pom.xml?rev=936754&r1=936753&r2=936754&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jaxws_2.2_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jaxws_2.2_spec/pom.xml Thu Apr 22 10:30:27 2010
@@ -34,7 +34,7 @@
     <artifactId>geronimo-jaxws_2.2_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo JAX-WS 2.2 API</name>
-    <version>1.0</version>
+    <version>1.1-SNAPSHOT</version>
     <description>Java API for XML Web Services 2.2</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -50,9 +50,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jaxws_2.2_spec-1.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jaxws_2.2_spec-1.0</developerConnection>
-        <url>https://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jaxws_2.2_spec-1.0</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.2_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jaxws_2.2_spec/</developerConnection>
+        <url>https://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jaxws_2.2_spec/</url>
     </scm>
 
     <dependencies>
@@ -62,32 +62,32 @@
         <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>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-saaj_1.3_spec</artifactId>
-            <version>1.1</version>
+            <version>1.2-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-stax-api_1.2_spec</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-activation_1.1_spec</artifactId>
-            <version>1.1</version>
+            <version>1.2-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-jaxb_2.2_spec</artifactId>
-            <version>1.0</version>
+            <version>1.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>