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/02/09 04:27:37 UTC

svn commit: r907907 - /geronimo/specs/trunk/geronimo-atinject_1.0_spec/pom.xml

Author: dwoods
Date: Tue Feb  9 03:27:37 2010
New Revision: 907907

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

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

Modified: geronimo/specs/trunk/geronimo-atinject_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-atinject_1.0_spec/pom.xml?rev=907907&r1=907906&r2=907907&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-atinject_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-atinject_1.0_spec/pom.xml Tue Feb  9 03:27:37 2010
@@ -31,7 +31,7 @@
     <artifactId>geronimo-atinject_1.0_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo JSR-330 Spec API</name>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0-beta</version>
 
     <description>Apache Geronimo implementation of the JSR-330 Dependency Injection Spec API</description>
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -44,9 +44,9 @@
     </distributionManagement>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-atinject_1.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-atinject_1.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-atinject_1.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-atinject_1.0_spec-1.0-beta</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-atinject_1.0_spec-1.0-beta</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-atinject_1.0_spec-1.0-beta</url>
     </scm>
 
     <build>