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:33:43 UTC

svn commit: r1621528 - /geronimo/specs/trunk/geronimo-jcache_1.0_spec/pom.xml

Author: struberg
Date: Sat Aug 30 19:33:43 2014
New Revision: 1621528

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

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

Modified: geronimo/specs/trunk/geronimo-jcache_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jcache_1.0_spec/pom.xml?rev=1621528&r1=1621527&r2=1621528&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jcache_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jcache_1.0_spec/pom.xml Sat Aug 30 19:33:43 2014
@@ -15,8 +15,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
 -->
-<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>
 
   <parent>
@@ -30,7 +29,7 @@
   <artifactId>geronimo-jcache_1.0_spec</artifactId>
   <packaging>bundle</packaging>
   <name>Apache Geronimo JCache Spec 1.0</name>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-alpha-1</version>
 
   <description>Apache Geronimo implementation of the JSR-107</description>
   <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>
@@ -47,10 +46,10 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcache_1.0_spec/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jcache_1.0_spec/
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcache_1.0_spec-1.0-alpha-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcache_1.0_spec-1.0-alpha-1
     </developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-jcache_1.0_spec/</url>
+    <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-jcache_1.0_spec-1.0-alpha-1</url>
   </scm>
 
   <!-- added so the build can find staged depends -->