You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/06/01 05:12:42 UTC

svn commit: r662135 - in /geronimo/sandbox/concurrent: ./ concurrent-tests/common-jar/ concurrent-tests/concurrent-ejb/ concurrent-tests/concurrent-war/ concurrent/ geronimo-concurrent-builder/ geronimo-concurrent-core/ geronimo-concurrent_1.0_spec/ ge...

Author: gawor
Date: Sat May 31 20:12:41 2008
New Revision: 662135

URL: http://svn.apache.org/viewvc?rev=662135&view=rev
Log:
add some version to the spec module

Added:
    geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/
      - copied from r662130, geronimo/sandbox/concurrent/geronimo-concurrent_spec/
Removed:
    geronimo/sandbox/concurrent/geronimo-concurrent_spec/
Modified:
    geronimo/sandbox/concurrent/concurrent-tests/common-jar/pom.xml
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb/pom.xml
    geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml
    geronimo/sandbox/concurrent/concurrent/pom.xml
    geronimo/sandbox/concurrent/geronimo-concurrent-builder/pom.xml
    geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml
    geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/pom.xml
    geronimo/sandbox/concurrent/pom.xml

Modified: geronimo/sandbox/concurrent/concurrent-tests/common-jar/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent-tests/common-jar/pom.xml?rev=662135&r1=662134&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent-tests/common-jar/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent-tests/common-jar/pom.xml Sat May 31 20:12:41 2008
@@ -38,7 +38,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-concurrent_spec</artifactId>
+            <artifactId>geronimo-concurrent_1.0_spec</artifactId>
             <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>

Modified: geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb/pom.xml?rev=662135&r1=662134&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent-tests/concurrent-ejb/pom.xml Sat May 31 20:12:41 2008
@@ -38,7 +38,7 @@
    <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-concurrent_spec</artifactId>
+            <artifactId>geronimo-concurrent_1.0_spec</artifactId>
             <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>

Modified: geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml?rev=662135&r1=662134&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent-tests/concurrent-war/pom.xml Sat May 31 20:12:41 2008
@@ -1,3 +1,4 @@
+
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
     Licensed to the Apache Software Foundation (ASF) under one
@@ -38,7 +39,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-concurrent_spec</artifactId>
+            <artifactId>geronimo-concurrent_1.0_spec</artifactId>
             <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>

Modified: geronimo/sandbox/concurrent/concurrent/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/concurrent/pom.xml?rev=662135&r1=662134&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/concurrent/pom.xml (original)
+++ geronimo/sandbox/concurrent/concurrent/pom.xml Sat May 31 20:12:41 2008
@@ -48,7 +48,7 @@
 
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-concurrent_spec</artifactId>
+            <artifactId>geronimo-concurrent_1.0_spec</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>
 

Modified: geronimo/sandbox/concurrent/geronimo-concurrent-builder/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/geronimo-concurrent-builder/pom.xml?rev=662135&r1=662134&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/geronimo-concurrent-builder/pom.xml (original)
+++ geronimo/sandbox/concurrent/geronimo-concurrent-builder/pom.xml Sat May 31 20:12:41 2008
@@ -37,7 +37,7 @@
    <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-concurrent_spec</artifactId>
+            <artifactId>geronimo-concurrent_1.0_spec</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>
 

Modified: geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml?rev=662135&r1=662134&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml (original)
+++ geronimo/sandbox/concurrent/geronimo-concurrent-core/pom.xml Sat May 31 20:12:41 2008
@@ -37,7 +37,7 @@
    <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-concurrent_spec</artifactId>
+            <artifactId>geronimo-concurrent_1.0_spec</artifactId>
             <version>1.0-SNAPSHOT</version>
         </dependency>
         <dependency>

Modified: geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/pom.xml?rev=662135&r1=662130&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/pom.xml (original)
+++ geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/pom.xml Sat May 31 20:12:41 2008
@@ -30,7 +30,7 @@
         <version>1.5</version>
     </parent>
 
-    <artifactId>geronimo-concurrent_spec</artifactId>
+    <artifactId>geronimo-concurrent_1.0_spec</artifactId>
     <name>Apache Geronimo Concurrency Utilities for Java EE API</name>
     <version>1.0-SNAPSHOT</version>
 
@@ -50,9 +50,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/sandbox/concurrent/geronimo-concurrent_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/sandbox/concurrent/geronimo-concurrent_spec/</developerConnection>
-        <url>http://svn.apache.org/repos/asf/geronimo/sandbox/concurrent/geronimo-concurrent_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/</developerConnection>
+        <url>http://svn.apache.org/repos/asf/geronimo/sandbox/concurrent/geronimo-concurrent_1.0_spec/</url>
     </scm>
 
 </project>

Modified: geronimo/sandbox/concurrent/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/concurrent/pom.xml?rev=662135&r1=662134&r2=662135&view=diff
==============================================================================
--- geronimo/sandbox/concurrent/pom.xml (original)
+++ geronimo/sandbox/concurrent/pom.xml Sat May 31 20:12:41 2008
@@ -39,7 +39,7 @@
     </description>
 
     <modules>
-        <module>geronimo-concurrent_spec</module>
+        <module>geronimo-concurrent_1.0_spec</module>
         <module>geronimo-concurrent-management</module>
         <module>geronimo-concurrent-core</module>
         <module>geronimo-concurrent</module>