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/21 22:24:58 UTC

svn commit: r936485 - /geronimo/specs/trunk/geronimo-stax-api_1.2_spec/pom.xml

Author: rickmcguire
Date: Wed Apr 21 20:24:58 2010
New Revision: 936485

URL: http://svn.apache.org/viewvc?rev=936485&view=rev
Log:
[maven-release-plugin] prepare release geronimo-stax-api_1.2_spec-1.0

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

Modified: geronimo/specs/trunk/geronimo-stax-api_1.2_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-stax-api_1.2_spec/pom.xml?rev=936485&r1=936484&r2=936485&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-stax-api_1.2_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-stax-api_1.2_spec/pom.xml Wed Apr 21 20:24:58 2010
@@ -20,9 +20,7 @@
 
 <!-- $Rev$ $Date$ -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 
     <modelVersion>4.0.0</modelVersion>
 
@@ -36,7 +34,7 @@
     <artifactId>geronimo-stax-api_1.2_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Streaming API for XML (STAX API 1.2)</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
 
     <description>Java STAX Spec API 1.0</description>
 
@@ -53,16 +51,16 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-stax-api_1.2_spec</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-stax-api_1.2_spec</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-stax-api_1.2_spec</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-stax-api_1.2_spec-1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-stax-api_1.2_spec-1.0</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-stax-api_1.2_spec-1.0</url>
     </scm>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-osgi-locator</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>