You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by am...@apache.org on 2006/10/12 01:46:37 UTC

svn commit: r463073 - in /geronimo/plugins/spring/trunk: configs/spring-deployer/pom.xml configs/spring-integration/pom.xml dependencies/pom.xml pom.xml

Author: ammulder
Date: Wed Oct 11 16:46:36 2006
New Revision: 463073

URL: http://svn.apache.org/viewvc?view=rev&rev=463073
Log:
Fix build

Modified:
    geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml
    geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml
    geronimo/plugins/spring/trunk/dependencies/pom.xml
    geronimo/plugins/spring/trunk/pom.xml

Modified: geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml?view=diff&rev=463073&r1=463072&r2=463073
==============================================================================
--- geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml (original)
+++ geronimo/plugins/spring/trunk/configs/spring-deployer/pom.xml Wed Oct 11 16:46:36 2006
@@ -7,7 +7,7 @@
 
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>spring-plugins-parent</artifactId>
+        <artifactId>spring-configs-parent</artifactId>
         <version>1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml?view=diff&rev=463073&r1=463072&r2=463073
==============================================================================
--- geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml (original)
+++ geronimo/plugins/spring/trunk/configs/spring-integration/pom.xml Wed Oct 11 16:46:36 2006
@@ -7,7 +7,7 @@
 
     <parent>
         <groupId>org.apache.geronimo.plugins</groupId>
-        <artifactId>spring-plugins-parent</artifactId>
+        <artifactId>spring-configs-parent</artifactId>
         <version>1.0-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>

Modified: geronimo/plugins/spring/trunk/dependencies/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/spring/trunk/dependencies/pom.xml?view=diff&rev=463073&r1=463072&r2=463073
==============================================================================
--- geronimo/plugins/spring/trunk/dependencies/pom.xml (original)
+++ geronimo/plugins/spring/trunk/dependencies/pom.xml Wed Oct 11 16:46:36 2006
@@ -14,8 +14,8 @@
     </parent>
 
     <groupId>org.apache.geronimo.plugins</groupId>
-    <artifactId>spring-plugin-dependencies</artifactId>
-    <name>Spring Plugins :: Geronimo Dependencies</name>
+    <artifactId>spring-config-dependencies</artifactId>
+    <name>Spring Configs :: Geronimo Dependencies</name>
     
     <dependencies>
         <dependency>

Modified: geronimo/plugins/spring/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/plugins/spring/trunk/pom.xml?view=diff&rev=463073&r1=463072&r2=463073
==============================================================================
--- geronimo/plugins/spring/trunk/pom.xml (original)
+++ geronimo/plugins/spring/trunk/pom.xml Wed Oct 11 16:46:36 2006
@@ -77,13 +77,13 @@
             <artifactId>spring-deployer-service</artifactId>
             <version>${spring-plugin-version}</version>
         </dependency>
-<!--
+
         <dependency>
             <groupId>org.apache.geronimo.plugins</groupId>
-            <artifactId>spring-plugin-dependencies</artifactId>
+            <artifactId>spring-config-dependencies</artifactId>
             <version>${spring-plugin-version}</version>
         </dependency>
--->
+
         <dependency>
             <groupId>org.apache.geronimo.plugins</groupId>
             <artifactId>spring-integration</artifactId>