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:04:39 UTC

svn commit: r1621518 - /geronimo/specs/trunk/geronimo-concurrent_1.0_spec/pom.xml

Author: struberg
Date: Sat Aug 30 19:04:39 2014
New Revision: 1621518

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

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

Modified: geronimo/specs/trunk/geronimo-concurrent_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-concurrent_1.0_spec/pom.xml?rev=1621518&r1=1621517&r2=1621518&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-concurrent_1.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-concurrent_1.0_spec/pom.xml Sat Aug 30 19:04:39 2014
@@ -20,8 +20,7 @@
 
 <!-- $Rev: 487122 $ $Date: 2008/03/04 22:02:05 $ -->
 
-<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>
 
@@ -29,14 +28,14 @@
     <groupId>org.apache.geronimo.genesis</groupId>
     <artifactId>genesis-java6-flava</artifactId>
     <version>2.0</version>
-    <relativePath/>
+    <relativePath />
   </parent>
 
   <groupId>org.apache.geronimo.specs</groupId>
   <artifactId>geronimo-concurrent_1.0_spec</artifactId>
   <name>Apache Geronimo Concurrency Utilities for Java EE API</name>
   <packaging>bundle</packaging>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.0-alpha-1</version>
 
   <description>Java EE Concurrency API</description>
 
@@ -56,9 +55,9 @@
   </properties>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-concurrent_1.0_spec/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-concurrent_1.0_spec/</developerConnection>
-    <url>http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-concurrent_1.0_spec/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-concurrent_1.0_spec-1.0-alpha-1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-concurrent_1.0_spec-1.0-alpha-1</developerConnection>
+    <url>http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-concurrent_1.0_spec-1.0-alpha-1</url>
   </scm>
 
   <build>