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/01/25 18:22:31 UTC

svn commit: r902882 - /geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml

Author: dwoods
Date: Mon Jan 25 17:22:31 2010
New Revision: 902882

URL: http://svn.apache.org/viewvc?rev=902882&view=rev
Log:
[maven-release-plugin] prepare release geronimo-validation_1.0_spec-1.0

Modified:
    geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml?rev=902882&r1=902881&r2=902882&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-validation_1.0_spec/pom.xml Mon Jan 25 17:22:31 2010
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-validation_1.0_spec</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo JSR-303 Bean Validation Spec API</name>
     <description>Apache Geronimo implementation of the JSR-303 Bean Validation Spec API</description>
@@ -50,9 +50,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-validation_1.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-validation_1.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-validation_1.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_1.0_spec-1.0</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_1.0_spec-1.0</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-validation_1.0_spec-1.0</url>
     </scm>
 
     <build>