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

svn commit: r1621525 - /geronimo/specs/trunk/geronimo-validation_1.1_spec/pom.xml

Author: struberg
Date: Sat Aug 30 19:18:58 2014
New Revision: 1621525

URL: http://svn.apache.org/r1621525
Log:
[maven-release-plugin] prepare release geronimo-validation_1.1_spec-1.0-alpha-1

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

Modified: geronimo/specs/trunk/geronimo-validation_1.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-validation_1.1_spec/pom.xml?rev=1621525&r1=1621524&r2=1621525&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-validation_1.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-validation_1.1_spec/pom.xml Sat Aug 30 19:18:58 2014
@@ -32,7 +32,7 @@
 
     <groupId>org.apache.geronimo.specs</groupId>
     <artifactId>geronimo-validation_1.1_spec</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-alpha-1</version>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Bean Validation Spec 1.1</name>
     <description>Apache Geronimo implementation of the JSR-349 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.1_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-validation_1.1_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-validation_1.1_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_1.1_spec-1.0-alpha-1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-validation_1.1_spec-1.0-alpha-1</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-validation_1.1_spec-1.0-alpha-1</url>
     </scm>
 
     <dependencies>