You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2010/05/12 16:44:45 UTC

svn commit: r943521 - in /webservices/juddi/trunk/juddi-tomcat/bootstrap: ./ assembly.xml pom.xml

Author: kstam
Date: Wed May 12 14:44:45 2010
New Revision: 943521

URL: http://svn.apache.org/viewvc?rev=943521&view=rev
Log:
JUDDI-394, upgrading to tomcat-6.0.26. Disconnecting the bootstrap pom from the juddi-parent, but rather reference the apache 6 pom.

Modified:
    webservices/juddi/trunk/juddi-tomcat/bootstrap/   (props changed)
    webservices/juddi/trunk/juddi-tomcat/bootstrap/assembly.xml
    webservices/juddi/trunk/juddi-tomcat/bootstrap/pom.xml

Propchange: webservices/juddi/trunk/juddi-tomcat/bootstrap/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Wed May 12 14:44:45 2010
@@ -1,2 +1,3 @@
 apache-tomcat-6.0.20
 target
+apache-tomcat-*

Modified: webservices/juddi/trunk/juddi-tomcat/bootstrap/assembly.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/bootstrap/assembly.xml?rev=943521&r1=943520&r2=943521&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/bootstrap/assembly.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/bootstrap/assembly.xml Wed May 12 14:44:45 2010
@@ -5,7 +5,7 @@
   </formats>
   <fileSets>
     <fileSet>
-	  <directory>${basedir}/apache-tomcat-6.0.20</directory>
+	  <directory>${basedir}/apache-tomcat-6.0.26</directory>
 	  <outputDirectory></outputDirectory>
     </fileSet>
   </fileSets>

Modified: webservices/juddi/trunk/juddi-tomcat/bootstrap/pom.xml
URL: http://svn.apache.org/viewvc/webservices/juddi/trunk/juddi-tomcat/bootstrap/pom.xml?rev=943521&r1=943520&r2=943521&view=diff
==============================================================================
--- webservices/juddi/trunk/juddi-tomcat/bootstrap/pom.xml (original)
+++ webservices/juddi/trunk/juddi-tomcat/bootstrap/pom.xml Wed May 12 14:44:45 2010
@@ -18,14 +18,14 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
-    <groupId>org.apache.juddi</groupId>
-    <artifactId>juddi-parent</artifactId>
-    <version>3.0.0</version>
+        <groupId>org.apache</groupId>
+        <artifactId>apache</artifactId>
+        <version>6</version>
   </parent>
   <modelVersion>4.0.0</modelVersion> 
   <groupId>org.apache.juddi.bootstrap</groupId>
   <artifactId>apache-tomcat</artifactId>
-  <version>6.0.20</version>
+  <version>6.0.26</version>
   <name>Apache Tomcat</name>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>



---------------------------------------------------------------------
To unsubscribe, e-mail: juddi-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: juddi-cvs-help@ws.apache.org