Author: joerg
Date: Tue Mar 20 13:57:40 2007
New Revision: 520583

URL: http://svn.apache.org/viewvc?view=rev&rev=520583
Log:
at least Maven build works now with Geronimo spec jars from repository

Modified:
    jakarta/commons/proper/transaction/trunk/project.xml

Modified: jakarta/commons/proper/transaction/trunk/project.xml
URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/transaction/trunk/project.xml?view=diff&rev=520583&r1=520582&r2=520583
==============================================================================
--- jakarta/commons/proper/transaction/trunk/project.xml (original)
+++ jakarta/commons/proper/transaction/trunk/project.xml Tue Mar 20 13:57:40 
2007
@@ -25,7 +25,7 @@
   <shortDescription>Commons Transaction</shortDescription>
   <description>Commons Transaction</description>
 
-  <currentVersion>1.2-rc4</currentVersion>
+  <currentVersion>1.3-dev</currentVersion>
 
   <url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
   <package>org.apache.commons.${pom.artifactId.substring(8)}</package>
@@ -141,28 +141,19 @@
 
   <dependencies>
     <dependency>
-      <groupId>geronimo-spec</groupId>
+      <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-j2ee-connector_1.5_spec</artifactId>
-      <version>1.1</version>
-      <properties>
-        <scope>provided</scope>
-      </properties>
+      <version>1.1.1</version>
     </dependency>
     <dependency>
-      <groupId>geronimo-spec</groupId>
+      <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
-      <version>1.1</version>
-      <properties>
-        <scope>provided</scope>
-      </properties>
+      <version>1.1.1</version>
     </dependency>
     <dependency>
-      <groupId>geronimo-spec</groupId>
+      <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-servlet_2.4_spec</artifactId>
-      <version>1.1</version>
-      <properties>
-        <scope>provided</scope>
-      </properties>
+      <version>1.1.1</version>
     </dependency>
     <dependency>
       <groupId>commons-codec</groupId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to