You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by an...@apache.org on 2006/02/12 04:46:30 UTC

svn commit: r377119 - in /excalibur/trunk: components/datasource/ components/monitor/ components/sourceresolve/ components/store/ components/xmlutil/ fortress/cli/ fortress/container-test/ fortress/examples/

Author: antonio
Date: Sat Feb 11 19:46:29 2006
New Revision: 377119

URL: http://svn.apache.org/viewcvs?rev=377119&view=rev
Log:
Fix maven1 build. Maven1 build runs again.

Modified:
    excalibur/trunk/components/datasource/project.xml
    excalibur/trunk/components/monitor/project.xml
    excalibur/trunk/components/sourceresolve/project.xml
    excalibur/trunk/components/store/project.xml
    excalibur/trunk/components/xmlutil/project.xml
    excalibur/trunk/fortress/cli/project.xml
    excalibur/trunk/fortress/container-test/project.xml
    excalibur/trunk/fortress/examples/project.xml

Modified: excalibur/trunk/components/datasource/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/datasource/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/components/datasource/project.xml (original)
+++ excalibur/trunk/components/datasource/project.xml Sat Feb 11 19:46:29 2006
@@ -132,7 +132,7 @@
             <!-- for metadata generation only -->
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-meta</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
             <properties note="Used for META generation at build time.">
                 <build>true</build>
             </properties>

Modified: excalibur/trunk/components/monitor/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/monitor/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/components/monitor/project.xml (original)
+++ excalibur/trunk/components/monitor/project.xml Sat Feb 11 19:46:29 2006
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-meta</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
         </dependency>
         <dependency>
             <id>qdox</id>

Modified: excalibur/trunk/components/sourceresolve/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/sourceresolve/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/components/sourceresolve/project.xml (original)
+++ excalibur/trunk/components/sourceresolve/project.xml Sat Feb 11 19:46:29 2006
@@ -75,7 +75,7 @@
         <dependency>
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-meta</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
         </dependency>
         <dependency>
             <!-- for metadata generation only -->

Modified: excalibur/trunk/components/store/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/store/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/components/store/project.xml (original)
+++ excalibur/trunk/components/store/project.xml Sat Feb 11 19:46:29 2006
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-meta</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
         </dependency>
         <dependency>
             <!-- for metadata generation only -->

Modified: excalibur/trunk/components/xmlutil/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/components/xmlutil/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/components/xmlutil/project.xml (original)
+++ excalibur/trunk/components/xmlutil/project.xml Sat Feb 11 19:46:29 2006
@@ -159,7 +159,7 @@
         <dependency>
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-meta</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
         </dependency>
         <dependency>
             <!-- for metadata generation only -->

Modified: excalibur/trunk/fortress/cli/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/cli/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/fortress/cli/project.xml (original)
+++ excalibur/trunk/fortress/cli/project.xml Sat Feb 11 19:46:29 2006
@@ -30,7 +30,7 @@
         <dependency>
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-platform</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
         </dependency>
         <dependency>
             <groupId>excalibur-fortress</groupId>

Modified: excalibur/trunk/fortress/container-test/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/container-test/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/fortress/container-test/project.xml (original)
+++ excalibur/trunk/fortress/container-test/project.xml Sat Feb 11 19:46:29 2006
@@ -44,7 +44,7 @@
         <dependency>
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-meta</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
         </dependency>
         <dependency>
             <groupId>avalon-framework</groupId>

Modified: excalibur/trunk/fortress/examples/project.xml
URL: http://svn.apache.org/viewcvs/excalibur/trunk/fortress/examples/project.xml?rev=377119&r1=377118&r2=377119&view=diff
==============================================================================
--- excalibur/trunk/fortress/examples/project.xml (original)
+++ excalibur/trunk/fortress/examples/project.xml Sat Feb 11 19:46:29 2006
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>excalibur-fortress</groupId>
             <artifactId>excalibur-fortress-meta</artifactId>
-            <version>1.2</version>
+            <version>1.3-dev</version>
         </dependency>
 
         <dependency>



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