You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2009/12/05 17:38:00 UTC

svn commit: r887562 - in /excalibur/trunk: fortress/meta/pom.xml fortress/meta/project.xml parent/pom.xml

Author: leosimons
Date: Sat Dec  5 16:37:58 2009
New Revision: 887562

URL: http://svn.apache.org/viewvc?rev=887562&view=rev
Log:
Use a stable version of qdox for the fortress-meta package. Seems to work for me, as opposed to the generama jar which I can't find anywhere

Modified:
    excalibur/trunk/fortress/meta/pom.xml
    excalibur/trunk/fortress/meta/project.xml
    excalibur/trunk/parent/pom.xml

Modified: excalibur/trunk/fortress/meta/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/meta/pom.xml?rev=887562&r1=887561&r2=887562&view=diff
==============================================================================
--- excalibur/trunk/fortress/meta/pom.xml (original)
+++ excalibur/trunk/fortress/meta/pom.xml Sat Dec  5 16:37:58 2009
@@ -34,9 +34,9 @@
       <version>1.3.2-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>generama</groupId>
+      <groupId>qdox</groupId>
       <artifactId>qdox</artifactId>
-      <version>20051211.114207</version>
+      <version>1.5</version>
     </dependency>
     <dependency>
       <groupId>ant</groupId>

Modified: excalibur/trunk/fortress/meta/project.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/fortress/meta/project.xml?rev=887562&r1=887561&r2=887562&view=diff
==============================================================================
--- excalibur/trunk/fortress/meta/project.xml (original)
+++ excalibur/trunk/fortress/meta/project.xml Sat Dec  5 16:37:58 2009
@@ -45,6 +45,7 @@
             <version>4.3</version>
         </dependency>
         <dependency>
+            <groupId>qdox</groupId>
             <id>qdox</id>
             <version>1.5</version>
         </dependency>

Modified: excalibur/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/excalibur/trunk/parent/pom.xml?rev=887562&r1=887561&r2=887562&view=diff
==============================================================================
--- excalibur/trunk/parent/pom.xml (original)
+++ excalibur/trunk/parent/pom.xml Sat Dec  5 16:37:58 2009
@@ -63,6 +63,24 @@
                <groupId>org.apache.excalibur.fortress.meta</groupId>
                <artifactId>maven-fortress-plugin</artifactId>
                <version>1.3.1</version>
+               <dependencies>
+                 <dependency>
+                   <groupId>qdox</groupId>
+                   <artifactId>qdox</artifactId>
+                   <version>1.5</version>
+                 </dependency>
+                 <dependency>
+                   <groupId>org.apache.excalibur.fortress.meta</groupId>
+                   <artifactId>excalibur-fortress-meta</artifactId>
+                   <version>1.3.1</version>
+                   <exclusions>
+                     <exclusion>
+                       <groupId>generama</groupId>
+                       <artifactId>qdox</artifactId>
+                     </exclusion>
+                   </exclusions>
+                 </dependency>
+               </dependencies>
                <executions>
                  <execution>
                     <phase>compile</phase>



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