You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2008/02/07 20:46:44 UTC

svn commit: r619601 - in /geronimo/server/branches/2.1: buildsupport/testsuite-maven-plugin/pom.xml framework/configs/geronimo-gbean-deployer/pom.xml repository/pom.xml

Author: dwoods
Date: Thu Feb  7 11:46:40 2008
New Revision: 619601

URL: http://svn.apache.org/viewvc?rev=619601&view=rev
Log:
switch over to using our pinned copy of jtidy in the local repo

Modified:
    geronimo/server/branches/2.1/buildsupport/testsuite-maven-plugin/pom.xml
    geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/pom.xml
    geronimo/server/branches/2.1/repository/pom.xml

Modified: geronimo/server/branches/2.1/buildsupport/testsuite-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/buildsupport/testsuite-maven-plugin/pom.xml?rev=619601&r1=619600&r2=619601&view=diff
==============================================================================
--- geronimo/server/branches/2.1/buildsupport/testsuite-maven-plugin/pom.xml (original)
+++ geronimo/server/branches/2.1/buildsupport/testsuite-maven-plugin/pom.xml Thu Feb  7 11:46:40 2008
@@ -53,7 +53,7 @@
         <dependency>
             <groupId>jtidy</groupId>
             <artifactId>jtidy</artifactId>
-            <version>8.0-SNAPSHOT</version>
+            <version>8.0-20060801</version>
         </dependency>
         <dependency>
             <groupId>ant</groupId>
@@ -62,6 +62,7 @@
         </dependency>
     </dependencies>
     
+    <!-- No longer needed, as we have a copy of JTidy in our local repo
     <repositories>
         <repository>
             <id>jtidy.sourceforge</id>
@@ -73,5 +74,6 @@
             </snapshots>
         </repository>
     </repositories>
+    -->
     
 </project>

Modified: geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/pom.xml?rev=619601&r1=619600&r2=619601&view=diff
==============================================================================
--- geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/pom.xml (original)
+++ geronimo/server/branches/2.1/framework/configs/geronimo-gbean-deployer/pom.xml Thu Feb  7 11:46:40 2008
@@ -76,6 +76,12 @@
             <type>car</type>
             <scope>provided</scope>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-annotation_1.0_spec</artifactId>
+        </dependency>
+
     </dependencies>
 
     <build>

Modified: geronimo/server/branches/2.1/repository/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.1/repository/pom.xml?rev=619601&r1=619600&r2=619601&view=diff
==============================================================================
--- geronimo/server/branches/2.1/repository/pom.xml (original)
+++ geronimo/server/branches/2.1/repository/pom.xml Thu Feb  7 11:46:40 2008
@@ -154,6 +154,12 @@
             <artifactId>pluto-taglib</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>jtidy</groupId>
+            <artifactId>jtidy</artifactId>
+            <version>8.0-20060801</version>
+        </dependency>
+
     </dependencies>
 
     <repositories>