You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by mc...@apache.org on 2004/09/19 02:55:15 UTC

svn commit: rev 46306 - in excalibur/trunk/components: datasource pool/api pool/impl pool/instrumented thread/api thread/impl thread/instrumented

Author: mcconnell
Date: Sat Sep 18 17:55:15 2004
New Revision: 46306

Modified:
   excalibur/trunk/components/datasource/project.xml
   excalibur/trunk/components/pool/api/project.xml
   excalibur/trunk/components/pool/impl/project.xml
   excalibur/trunk/components/pool/instrumented/project.xml
   excalibur/trunk/components/thread/api/project.xml
   excalibur/trunk/components/thread/impl/project.xml
   excalibur/trunk/components/thread/instrumented/project.xml
Log:
Correct version references in maven project desciptors to solve gump build problems. Current project descriptors are missing resulting in most builds pulling in repository based resources instead of locally built resources.

Modified: excalibur/trunk/components/datasource/project.xml
==============================================================================
--- excalibur/trunk/components/datasource/project.xml	(original)
+++ excalibur/trunk/components/datasource/project.xml	Sat Sep 18 17:55:15 2004
@@ -20,6 +20,8 @@
 
     <name>Excalibur Datasource</name>
     <id>excalibur-datasource</id>
+    <version>1.2.0</version>
+
     <inceptionYear>2003</inceptionYear>
     <shortDescription>Excalibur's Datasourc component</shortDescription>
     <description>

Modified: excalibur/trunk/components/pool/api/project.xml
==============================================================================
--- excalibur/trunk/components/pool/api/project.xml	(original)
+++ excalibur/trunk/components/pool/api/project.xml	Sat Sep 18 17:55:15 2004
@@ -21,6 +21,7 @@
 
   <id>excalibur-pool-api</id>
   <name>Excalibur Pool API</name>
+  <version>2.0.0</version>
   <shortDescription>Excalibur Pool API</shortDescription>
 
   <dependencies>

Modified: excalibur/trunk/components/pool/impl/project.xml
==============================================================================
--- excalibur/trunk/components/pool/impl/project.xml	(original)
+++ excalibur/trunk/components/pool/impl/project.xml	Sat Sep 18 17:55:15 2004
@@ -21,6 +21,7 @@
 
   <id>excalibur-pool-impl</id>
   <name>Excalibur Pool Implementation</name>
+  <version>2.0.0</version>
   <shortDescription>Excalibur Pool Implementation</shortDescription>
   
   <dependencies>

Modified: excalibur/trunk/components/pool/instrumented/project.xml
==============================================================================
--- excalibur/trunk/components/pool/instrumented/project.xml	(original)
+++ excalibur/trunk/components/pool/instrumented/project.xml	Sat Sep 18 17:55:15 2004
@@ -20,6 +20,7 @@
   <extend>${basedir}/../project-common.xml</extend>
 
   <id>excalibur-pool-instrumented</id>
+  <version>2.0.0</version>
   <name>Excalibur Pool Instrumented Implementation</name>
   <shortDescription>Excalibur Pool Instrumented Implementation</shortDescription>
   
@@ -27,7 +28,7 @@
     <dependency>
       <groupId>excalibur-pool</groupId>
       <artifactId>excalibur-pool-api</artifactId>
-      <version>2.0.0</version>
+      <version>2.0</version>
     </dependency>
     <dependency>
       <groupId>excalibur-pool</groupId>

Modified: excalibur/trunk/components/thread/api/project.xml
==============================================================================
--- excalibur/trunk/components/thread/api/project.xml	(original)
+++ excalibur/trunk/components/thread/api/project.xml	Sat Sep 18 17:55:15 2004
@@ -23,6 +23,7 @@
   <groupId>excalibur-thread</groupId>
   <id>excalibur-thread-api</id>
   <name>Excalibur Thread API</name>
+  <version>2.0.0</version>
   <package>org.apache.avalon.excalibur.thread</package>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>Excalibur Threads API</shortDescription>

Modified: excalibur/trunk/components/thread/impl/project.xml
==============================================================================
--- excalibur/trunk/components/thread/impl/project.xml	(original)
+++ excalibur/trunk/components/thread/impl/project.xml	Sat Sep 18 17:55:15 2004
@@ -23,6 +23,7 @@
   <groupId>excalibur-thread</groupId>
   <id>excalibur-thread-impl</id>
   <name>Excalibur Thread Implementation</name>
+  <version>2.0.0</version>
   <package>org.apache.avalon.excalibur.thread</package>
   <inceptionYear>2001</inceptionYear>
   <shortDescription>Excalibur Threads Implementation</shortDescription>

Modified: excalibur/trunk/components/thread/instrumented/project.xml
==============================================================================
--- excalibur/trunk/components/thread/instrumented/project.xml	(original)
+++ excalibur/trunk/components/thread/instrumented/project.xml	Sat Sep 18 17:55:15 2004
@@ -22,6 +22,8 @@
 
   <groupId>excalibur-thread</groupId>
   <id>excalibur-thread-instrumented</id>
+  <version>2.0.0</version>
+
   <name>Excalibur Thread Instrumented Implementation</name>
   <package>org.apache.avalon.excalibur.thread</package>
   <inceptionYear>2001</inceptionYear>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org