Author: bodewig
Date: Tue Sep 14 08:42:42 2010
New Revision: 996792

URL: http://svn.apache.org/viewvc?rev=996792&view=rev
Log:
consistently use JDOM 1.1

Modified:
    jakarta/cactus/trunk/integration/maven2/pom.xml
    jakarta/cactus/trunk/integration/shared-api/pom.xml
    jakarta/cactus/trunk/samples/servlet/pom.xml

Modified: jakarta/cactus/trunk/integration/maven2/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/maven2/pom.xml?rev=996792&r1=996791&r2=996792&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/maven2/pom.xml (original)
+++ jakarta/cactus/trunk/integration/maven2/pom.xml Tue Sep 14 08:42:42 2010
@@ -44,9 +44,9 @@
                        <version>2.0.9</version>
                </dependency>
                <dependency>
-                       <groupId>jdom</groupId>
+                       <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
-                       <version>1.0</version>
+                       <version>1.1</version>
                </dependency>
                <dependency>
                        <groupId>org.apache.maven</groupId>

Modified: jakarta/cactus/trunk/integration/shared-api/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/integration/shared-api/pom.xml?rev=996792&r1=996791&r2=996792&view=diff
==============================================================================
--- jakarta/cactus/trunk/integration/shared-api/pom.xml (original)
+++ jakarta/cactus/trunk/integration/shared-api/pom.xml Tue Sep 14 08:42:42 2010
@@ -39,9 +39,9 @@
                        <version>1.6.5</version>
                </dependency>
                <dependency>
-                       <groupId>jdom</groupId>
+                       <groupId>org.jdom</groupId>
                        <artifactId>jdom</artifactId>
-                       <version>1.0</version>
+                       <version>1.1</version>
                </dependency>
                <dependency>
                        <groupId>org.codehaus.cargo</groupId>

Modified: jakarta/cactus/trunk/samples/servlet/pom.xml
URL: 
http://svn.apache.org/viewvc/jakarta/cactus/trunk/samples/servlet/pom.xml?rev=996792&r1=996791&r2=996792&view=diff
==============================================================================
--- jakarta/cactus/trunk/samples/servlet/pom.xml (original)
+++ jakarta/cactus/trunk/samples/servlet/pom.xml Tue Sep 14 08:42:42 2010
@@ -129,9 +129,9 @@
                        <version>1.1.2</version>
                </dependency>
                <dependency>
-      <groupId>jdom</groupId>
+      <groupId>org.jdom</groupId>
       <artifactId>jdom</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
                        <scope>provided</scope>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to