You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by gn...@apache.org on 2007/12/18 18:08:12 UTC

svn commit: r605256 - /geronimo/specs/branches/geronimo-stax-api_1.0_spec-1.0.1/pom.xml

Author: gnodet
Date: Tue Dec 18 09:08:10 2007
New Revision: 605256

URL: http://svn.apache.org/viewvc?rev=605256&view=rev
Log:
Prepare stax-api_1.0_spec 1.0.1 release

Modified:
    geronimo/specs/branches/geronimo-stax-api_1.0_spec-1.0.1/pom.xml

Modified: geronimo/specs/branches/geronimo-stax-api_1.0_spec-1.0.1/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/branches/geronimo-stax-api_1.0_spec-1.0.1/pom.xml?rev=605256&r1=605255&r2=605256&view=diff
==============================================================================
--- geronimo/specs/branches/geronimo-stax-api_1.0_spec-1.0.1/pom.xml (original)
+++ geronimo/specs/branches/geronimo-stax-api_1.0_spec-1.0.1/pom.xml Tue Dec 18 09:08:10 2007
@@ -29,14 +29,14 @@
     <parent>
         <groupId>org.apache.geronimo.specs</groupId>
         <artifactId>specs</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.3</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
     <artifactId>geronimo-stax-api_1.0_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Streaming API for XML (STAX API 1.0)</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
 
     <properties>
 	    <geronimo.osgi.export.pkg>javax.xml.stream*</geronimo.osgi.export.pkg>
@@ -44,9 +44,9 @@
 	</properties>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-stax-api_1.0_spec</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/trunk/tags/geronimo-stax-api_1.0_spec</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-stax-api_1.0_spec</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-stax-api_1.0_spec-1.0.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/trunk/tags/geronimo-stax-api_1.0_spec-1.0.1</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-stax-api_1.0_spec-1.0.1</url>
     </scm>
 
 </project>