[jboss-cvs] JBossAS SVN: r94526 - in projects/spring-int/trunk: aop and 18 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 8 15:46:24 EDT 2009


Author: marius.bogoevici
Date: 2009-10-08 15:46:24 -0400 (Thu, 08 Oct 2009)
New Revision: 94526

Modified:
   projects/spring-int/trunk/aop/pom.xml
   projects/spring-int/trunk/build/pom.xml
   projects/spring-int/trunk/cluster/pom.xml
   projects/spring-int/trunk/deployers/pom.xml
   projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ear/pom.xml
   projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ejb/pom.xml
   projects/spring-int/trunk/documentation/samples/horoscope/horoscope-war/pom.xml
   projects/spring-int/trunk/documentation/samples/horoscope/pom.xml
   projects/spring-int/trunk/documentation/samples/orders/orders-domain/pom.xml
   projects/spring-int/trunk/documentation/samples/orders/orders-ear/pom.xml
   projects/spring-int/trunk/documentation/samples/orders/orders-web/pom.xml
   projects/spring-int/trunk/documentation/samples/orders/pom.xml
   projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml
   projects/spring-int/trunk/documentation/samples/web-weaving/pom.xml
   projects/spring-int/trunk/documentation/user-guide/pom.xml
   projects/spring-int/trunk/documentation/user-guide/src/main/docbook/user-guide.xml
   projects/spring-int/trunk/facade/pom.xml
   projects/spring-int/trunk/pom.xml
   projects/spring-int/trunk/vfs/pom.xml
   projects/spring-int/trunk/weaving/pom.xml
Log:
Update poms

Modified: projects/spring-int/trunk/aop/pom.xml
===================================================================
--- projects/spring-int/trunk/aop/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/aop/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -1,16 +1,16 @@
 <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.jboss.spring-int</groupId>
-    <artifactId>jboss-spring-int-parent</artifactId>
+    <groupId>org.jboss.snowdrop</groupId>
+    <artifactId>snowdrop-parent</artifactId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int-aop</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop-aop</artifactId>
   <packaging>jar</packaging>
-  <name>JBoss Spring Integration - AOP</name>
+  <name>Snowdrop - AOP</name>
   <url>http://www.jboss.org/jbossmc</url>
-  <description>JBoss Spring Integration - AOP</description>
+  <description>Snowdrop - AOP</description>
 
   <dependencies>
     <!-- Compile (global dependencies) -->

Modified: projects/spring-int/trunk/build/pom.xml
===================================================================
--- projects/spring-int/trunk/build/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/build/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -1,16 +1,16 @@
 <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.jboss.spring-int</groupId>
-    <artifactId>jboss-spring-int-parent</artifactId>
+    <groupId>org.jboss.snowdrop</groupId>
+    <artifactId>snowdrop-parent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop</artifactId>
   <packaging>pom</packaging>
-  <name>JBoss Spring Integration Distribution</name>
+  <name>Snowdrop Distribution</name>
   <url>http://www.jboss.com/products/jbossmc</url>
-  <description>JBoss Spring Integration Distribution</description>
+  <description>Snowdrop Distribution</description>
 
   <properties>
     <deployer.version>3.2.CR1</deployer.version>
@@ -38,7 +38,7 @@
                   <goal>single</goal>
                 </goals>
                 <configuration>
-                  <finalName>jboss-spring-int-${project.version}</finalName>
+                  <finalName>snowdrop-${project.version}</finalName>
                   <descriptors>
                     <descriptor>${basedir}/src/assembly/libs.xml</descriptor>
                     <descriptor>${basedir}/src/assembly/libs-with-deps.xml</descriptor>
@@ -68,16 +68,16 @@
   </profiles>
   <dependencies>
     <dependency>
-      <groupId>org.jboss.spring-int</groupId>
-      <artifactId>jboss-spring-int-vfs</artifactId>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-extensions</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.spring-int</groupId>
-      <artifactId>jboss-spring-int-deployers</artifactId>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-deployers</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.spring-int</groupId>
-      <artifactId>jboss-spring-int-weaving</artifactId>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-weaving</artifactId>
     </dependency>
   </dependencies>
 

Modified: projects/spring-int/trunk/cluster/pom.xml
===================================================================
--- projects/spring-int/trunk/cluster/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/cluster/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -1,16 +1,16 @@
 <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.jboss.spring-int</groupId>
-    <artifactId>jboss-spring-int-parent</artifactId>
+    <groupId>org.jboss.snowdrop</groupId>
+    <artifactId>snowdrop-parent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int-cluster</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop-cluster</artifactId>
   <packaging>jar</packaging>
-  <name>JBoss Spring Integration - Cluster</name>
+  <name>Snowdrop - Cluster</name>
   <url>http://www.jboss.org/jbossmc</url>
-  <description>JBoss Spring Integration - Cluster</description>
+  <description>Snowdrop - Cluster</description>
 
   <dependencies>
     <!-- Compile (global dependencies) -->

Modified: projects/spring-int/trunk/deployers/pom.xml
===================================================================
--- projects/spring-int/trunk/deployers/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/deployers/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -1,16 +1,16 @@
 <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.jboss.spring-int</groupId>
-    <artifactId>jboss-spring-int-parent</artifactId>
+    <groupId>org.jboss.snowdrop</groupId>
+    <artifactId>snowdrop-parent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int-deployers</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop-deployers</artifactId>
   <packaging>jar</packaging>
-  <name>JBoss Spring Integration - Deployers</name>
+  <name>Snowdrop - Deployers</name>
   <url>http://www.jboss.org/jbossmc</url>
-  <description>JBoss Spring Integration - Deployers</description>
+  <description>Snowdrop - Deployers</description>
 
   <build>
     <resources>
@@ -25,13 +25,17 @@
 
   <dependencies>
     <dependency>
-      <groupId>org.jboss.spring-int</groupId>
-      <artifactId>jboss-spring-int-vfs</artifactId>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-extensions</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.jboss.spring-int</groupId>
-      <artifactId>jboss-spring-int-weaving</artifactId>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-vfs</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-weaving</artifactId>
+    </dependency>
     <!-- Compile (global dependencies) -->
     <dependency>
       <groupId>org.jboss.deployers</groupId>
@@ -119,6 +123,10 @@
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
     </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+    </dependency>
   </dependencies>
   
 </project>
\ No newline at end of file

Modified: projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ear/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ear/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ear/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -2,11 +2,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>horoscope</artifactId>
-    <groupId>org.jboss.spring-int.samples</groupId>
+    <groupId>org.jboss.snowdrop.samples</groupId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int.samples</groupId>
+  <groupId>org.jboss.snowdrop.samples</groupId>
   <artifactId>horoscope-ear</artifactId>
   <packaging>ear</packaging>
   <name>horoscope-ear Maven Webapp</name>
@@ -14,20 +14,20 @@
 
     <dependencies>
       <dependency>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <artifactId>horoscope-war</artifactId>
         <version>1.0.0-SNAPSHOT</version>
         <type>war</type>
       </dependency>
       <dependency>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <artifactId>horoscope-ejb</artifactId>
         <version>1.0.0-SNAPSHOT</version>
         <type>ejb</type>
       </dependency>
 <!--
       <dependency>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <artifactId>horoscope-spring</artifactId>
         <version>1.0.0-SNAPSHOT</version>
       </dependency>
@@ -47,17 +47,17 @@
           <defaultLibBundleDir>/lib/</defaultLibBundleDir>
           <modules>
             <ejbModule>
-              <groupId>org.jboss.spring-int.samples</groupId>
+              <groupId>org.jboss.snowdrop.samples</groupId>
               <artifactId>horoscope-ejb</artifactId>
             </ejbModule>
             <webModule>
-              <groupId>org.jboss.spring-int.samples</groupId>
+              <groupId>org.jboss.snowdrop.samples</groupId>
               <artifactId>horoscope-war</artifactId>
               <contextRoot>/horoscope</contextRoot>
             </webModule>
 <!--
             <jarModule>
-              <groupId>org.jboss.spring-int.samples</groupId>
+              <groupId>org.jboss.snowdrop.samples</groupId>
               <artifactId>horoscope-spring</artifactId>
               <bundleDir>/</bundleDir>
             </jarModule>

Modified: projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ejb/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ejb/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/horoscope/horoscope-ejb/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -3,11 +3,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <parent>
     <artifactId>horoscope</artifactId>
-    <groupId>org.jboss.spring-int.samples</groupId>
+    <groupId>org.jboss.snowdrop.samples</groupId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int.samples</groupId>
+  <groupId>org.jboss.snowdrop.samples</groupId>
   <artifactId>horoscope-ejb</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>ejb</packaging>
@@ -19,16 +19,33 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
-      <groupId>org.jboss.spring-int</groupId>
-      <artifactId>jboss-spring-int-deployers</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-deployers</artifactId>
+      <version>1.1.0-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.jboss.client</groupId>
-      <artifactId>jbossall-client</artifactId>
-      <version>5.0.0.Beta4</version>
-      <scope>provided</scope>
+        <groupId>org.jboss.kernel</groupId>
+        <artifactId>jboss-kernel</artifactId>
     </dependency>
+    <dependency>
+        <groupId>org.jboss.deployers</groupId>
+        <artifactId>jboss-deployers-impl</artifactId>
+        <version>2.0.6.GA</version>
+
+    </dependency>
+      <dependency>
+          <groupId>org.jboss.deployers</groupId>
+          <artifactId>jboss-deployers-structure-spi</artifactId>
+          <version>2.0.6.GA</version>
+          <scope>provided</scope>
+      </dependency>
+
+      <dependency>
+          <groupId>org.jboss.ejb3</groupId>
+          <artifactId>jboss-ejb3-endpoint-deployer</artifactId>
+          <version>0.1.3</version>
+          <scope>provided</scope>
+      </dependency>
   </dependencies>
   <build>
     <plugins>

Modified: projects/spring-int/trunk/documentation/samples/horoscope/horoscope-war/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/horoscope/horoscope-war/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/horoscope/horoscope-war/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -2,11 +2,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
   <parent>
     <artifactId>horoscope</artifactId>
-    <groupId>org.jboss.spring-int.samples</groupId>
+    <groupId>org.jboss.snowdrop.samples</groupId>
     <version>1.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int.samples</groupId>
+  <groupId>org.jboss.snowdrop.samples</groupId>
   <artifactId>horoscope-war</artifactId>
   <packaging>war</packaging>
   <name>horoscope-war Maven Webapp</name>
@@ -24,7 +24,7 @@
       <version>2.5.6.SEC01</version>
     </dependency>
     <dependency>
-       <groupId>org.jboss.spring-int.samples</groupId>
+       <groupId>org.jboss.snowdrop.samples</groupId>
        <artifactId>horoscope-ejb</artifactId>
        <version>1.0.0-SNAPSHOT</version>
        <scope>provided</scope>

Modified: projects/spring-int/trunk/documentation/samples/horoscope/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/horoscope/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/horoscope/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -3,7 +3,7 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int.samples</groupId>
+  <groupId>org.jboss.snowdrop.samples</groupId>
   <artifactId>horoscope</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <modules>
@@ -16,29 +16,38 @@
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <artifactId>horoscope-war</artifactId>
         <version>${project.version}</version>
         <type>war</type>
       </dependency>
       <dependency>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <artifactId>horoscope-ejb</artifactId>
         <version>${project.version}</version>
         <type>ejb</type>
       </dependency>
 <!--
       <dependency>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <artifactId>horoscope-spring</artifactId>
         <version>${project.version}</version>
       </dependency>
 -->
       <dependency>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <artifactId>horoscope-ear</artifactId>
         <version>${project.version}</version>
       </dependency>
+
+      <dependency>
+          <groupId>org.jboss.kernel</groupId>
+          <artifactId>jboss-kernel</artifactId>
+          <version>2.2.0-SNAPSHOT</version>
+          <scope>provided</scope>
+      </dependency>
+
+      
     </dependencies>
   </dependencyManagement>
 
@@ -56,4 +65,13 @@
     </pluginManagement>
   </build>
 
+  <repositories>
+      <repository>
+          <id>repository.jboss.org</id>
+          <url>http://repository.jboss.org/maven2</url>
+          <releases><enabled>true</enabled></releases>
+          <snapshots><enabled>false</enabled></snapshots>
+      </repository>
+  </repositories>
+
 </project>

Modified: projects/spring-int/trunk/documentation/samples/orders/orders-domain/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/orders/orders-domain/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/orders/orders-domain/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -3,11 +3,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>orders</artifactId>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.jboss.spring-int.samples</groupId>
+    <groupId>org.jboss.snowdrop.samples</groupId>
     <artifactId>orders-domain</artifactId>
     <packaging>ejb</packaging>
     <version>1.0.0-SNAPSHOT</version>
@@ -84,8 +84,8 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.jboss.spring-int</groupId>
-            <artifactId>jboss-spring-int-vfs</artifactId>
+            <groupId>org.jboss.snowdrop</groupId>
+            <artifactId>snowdrop-vfs</artifactId>
             <version>1.1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>

Modified: projects/spring-int/trunk/documentation/samples/orders/orders-ear/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/orders/orders-ear/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/orders/orders-ear/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -3,24 +3,24 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <artifactId>orders</artifactId>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.jboss.spring-int.samples</groupId>
+    <groupId>org.jboss.snowdrop.samples</groupId>
     <artifactId>orders-ear</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <packaging>ear</packaging>
 
     <dependencies>
         <dependency>
-            <groupId>org.jboss.spring-int.samples</groupId>
+            <groupId>org.jboss.snowdrop.samples</groupId>
             <artifactId>orders-domain</artifactId>
             <version>${project.version}</version>
             <type>ejb</type>
         </dependency>
         <dependency>
-            <groupId>org.jboss.spring-int.samples</groupId>
+            <groupId>org.jboss.snowdrop.samples</groupId>
             <artifactId>orders-web</artifactId>
             <version>${project.version}</version>
             <type>war</type>
@@ -54,11 +54,11 @@
             <defaultLibBundleDir>/lib/</defaultLibBundleDir>
             <modules>
               <ejbModule>
-                <groupId>org.jboss.spring-int.samples</groupId>
+                <groupId>org.jboss.snowdrop.samples</groupId>
                 <artifactId>orders-domain</artifactId>
               </ejbModule>
               <webModule>
-                <groupId>org.jboss.spring-int.samples</groupId>
+                <groupId>org.jboss.snowdrop.samples</groupId>
                 <artifactId>orders-web</artifactId>
                 <contextRoot>/orders</contextRoot>
               </webModule>

Modified: projects/spring-int/trunk/documentation/samples/orders/orders-web/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/orders/orders-web/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/orders/orders-web/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -2,11 +2,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <parent>
         <artifactId>orders</artifactId>
-        <groupId>org.jboss.spring-int.samples</groupId>
+        <groupId>org.jboss.snowdrop.samples</groupId>
         <version>1.0.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.jboss.spring-int.samples</groupId>
+    <groupId>org.jboss.snowdrop.samples</groupId>
     <artifactId>orders-web</artifactId>
     <packaging>war</packaging>
     <version>1.0.0-SNAPSHOT</version>
@@ -30,13 +30,13 @@
             <version>2.5.6.SEC01</version>
         </dependency>
         <dependency>
-            <groupId>org.jboss.spring-int</groupId>
-            <artifactId>jboss-spring-int-vfs</artifactId>
+            <groupId>org.jboss.snowdrop</groupId>
+            <artifactId>snowdrop-extensions</artifactId>
             <version>1.1.0-SNAPSHOT</version>
         </dependency>
 
         <dependency>
-            <groupId>org.jboss.spring-int.samples</groupId>
+            <groupId>org.jboss.snowdrop.samples</groupId>
             <artifactId>orders-domain</artifactId>
             <version>${project.version}</version>
             <scope>provided</scope>

Modified: projects/spring-int/trunk/documentation/samples/orders/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/orders/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/orders/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -2,7 +2,7 @@
 <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/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.jboss.spring-int.samples</groupId>
+    <groupId>org.jboss.snowdrop.samples</groupId>
     <artifactId>orders</artifactId>
     <version>1.0.0-SNAPSHOT</version>
     <modules>
@@ -14,13 +14,13 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>org.jboss.spring-int.samples</groupId>
+                <groupId>org.jboss.snowdrop.samples</groupId>
                 <artifactId>orders-domain</artifactId>
                 <version>${project.version}</version>
                 <type>ejb</type>
             </dependency>
             <dependency>
-                <groupId>org.jboss.spring-int.samples</groupId>
+                <groupId>org.jboss.snowdrop.samples</groupId>
                 <artifactId>orders-web</artifactId>
                 <version>${project.version}</version>
                  <type>war</type>

Modified: projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/web-scanning/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -39,9 +39,9 @@
           <version>2.5.6.SEC01</version>        
       </dependency>      
       <dependency>
-          <groupId>org.jboss.spring-int</groupId>
-          <artifactId>jboss-spring-int-vfs</artifactId>
-          <version>1.0.0-SNAPSHOT</version>
+          <groupId>org.jboss.snowdrop</groupId>
+          <artifactId>snowdrop-extensions</artifactId>
+          <version>1.1.0-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>jstl</groupId>

Modified: projects/spring-int/trunk/documentation/samples/web-weaving/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/samples/web-weaving/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/samples/web-weaving/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -40,8 +40,8 @@
       <version>2.5.6.SEC01</version>
     </dependency>
     <dependency>
-      <groupId>org.jboss.spring-int</groupId>
-      <artifactId>jboss-spring-int-weaving</artifactId>
+      <groupId>org.jboss.snowdrop</groupId>
+      <artifactId>snowdrop-weaving</artifactId>
       <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>

Modified: projects/spring-int/trunk/documentation/user-guide/pom.xml
===================================================================
--- projects/spring-int/trunk/documentation/user-guide/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/user-guide/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -3,11 +3,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
+  <groupId>org.jboss.snowdrop</groupId>
   <artifactId>user-guide</artifactId>
   <version>1.0.0-SNAPSHOT</version>
   <packaging>jdocbook</packaging>
-  <name>JBoss Spring Integration User Guide (${translation})</name>
+  <name>Snowdrop User Guide (${translation})</name>
 
   <properties>
     <translation>en-US</translation>

Modified: projects/spring-int/trunk/documentation/user-guide/src/main/docbook/user-guide.xml
===================================================================
--- projects/spring-int/trunk/documentation/user-guide/src/main/docbook/user-guide.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/documentation/user-guide/src/main/docbook/user-guide.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -5,7 +5,7 @@
 ]>
 <book>
   <bookinfo>
-    <title>JBoss Spring Integration Package 1.0.0</title>
+    <title>Snowdrop 1.0.0</title>
 
     <subtitle>User Guide</subtitle>
 
@@ -70,13 +70,13 @@
 
       <itemizedlist>
         <listitem>
-          <para>jboss-spring-int-vfs.jar - the library containing the support
-          classes for resource scanning</para>
+          <para>snowdrop-vfs.jar - the library containing the support classes
+          for resource scanning</para>
         </listitem>
 
         <listitem>
-          <para>jboss-spring-int-weaving.jar - the library containing the
-          support classes for load-time weaving</para>
+          <para>snowdrop-weaving.jar - the library containing the support
+          classes for load-time weaving</para>
         </listitem>
 
         <listitem>
@@ -95,8 +95,8 @@
     <section>
       <title>The VFS-supporting application contexts</title>
 
-      <para>For using this functionality, the jboss-spring-int-vfs.jar file
-      needs to be added to the application.</para>
+      <para>For using this functionality, the snowdrop-vfs.jar file needs to
+      be added to the application.</para>
 
       <para>This library supports resource scanning in JBoss' Virtual File
       System. When doing resource scanning, the Spring framework assumes that
@@ -137,8 +137,8 @@
       <para>The XmlWebApplicationContext is not instantiated directly, though,
       but bootstrapped by either the ContextLoaderListener, or the
       DispatcherServlet. In this case, the class to be used for bootstrapping
-      needs to be used to trigger an instantiation of the VFS-enabled context.
-      </para>
+      needs to be used to trigger an instantiation of the VFS-enabled
+      context.</para>
 
       <para>For changing the type of application context created by the
       ContextLoaderListener, use the contextClass parameter, as shown in the
@@ -192,7 +192,7 @@
   at java.util.jar.JarFile.&lt;init&gt;(JarFile.java:70)
   at org.springframework.core.io.support.PathMatchingResourcePatternResolver
 	.doFindPathMatchingJarResources(PathMatchingResourcePatternResolver.java:448)</programlisting>
-(the listing has been wrapped for formatting purposes).</para>
+        (the listing has been wrapped for formatting purposes).</para>
       </note>
     </section>
 
@@ -204,11 +204,11 @@
       support), the Spring framework needs to install its own transformers in
       the classloader. In certain cases (like for JBoss 5.x), a
       classloader-specific LoadTimeWeaver is necessary. The functionalities
-      described in this chapter are included in the
-      jboss-spring-int-weaving.jar file.</para>
+      described in this chapter are included in the snowdrop-weaving.jar
+      file.</para>
 
-      <para>To that effect, if a load-time weaver needs to be defined in the        www
-      Spring application context, use the JBoss5LoadTimeWeaver class, as
+      <para>To that effect, if a load-time weaver needs to be defined in the
+      www Spring application context, use the JBoss5LoadTimeWeaver class, as
       follows:</para>
 
       <programlisting language="JAVA">&lt;context:load-time-weaver weaver-class="org.jboss.instrument.classloading.JBoss5LoadTimeWeaver"/&gt;</programlisting>
@@ -218,52 +218,106 @@
       <title>The Spring Deployer</title>
 
       <para>The role of the Spring Deployer is to allow the bootstrapping of a
-      Spring application context, binding it in JNDI and using it </para>
+      Spring application context, binding it in JNDI and using it</para>
 
-      <section >
-    <title> JBoss + Spring + EJB 3.0 Integration</title>
-    <para> This distribution contains a JBoss Deployer that supports Spring packaging in JBoss. What this means is that you can create JAR archives with a <emphasis>META-INF/jboss-spring.xml</emphasis> file and your Spring bean factories will automatically be deployed. Also supported in this distribution is EJB 3.0 integration. You can deploy Spring archives and be able to inject beans created in these deployment directly into an EJB using a @Spring annotation. </para>
-  </section>
-  <section >
-    <title> Installation</title>
-    <para> If you are using EJB 3.0 and JDK 5 integration, copy the jboss-spring-jdk5.deployer directory into the JBoss deploy/ directory. If you are using JDK 1.4, then copy the jboss-spring.deployer/ into the deploy directory. If you look inside these <emphasis>.deployer</emphasis> deployments you will see that only a partial Spring distribution is contained. If you need a full Spring distribution, then copy those jars into the <emphasis>.deployer</emphasis> directory or into the lib/ directory of your JBoss configuration. </para>
-  </section>
-  <section >
-    <title> Spring deployments</title>
-    <para> You can create Spring deployments that work much in the same way .sar&apos;s, .war&apos;s, .ear&apos;s, .har&apos;s, and .rar&apos;s work. Using the JBoss Spring deployer you can create Spring jars: </para>
-    <screen>
+      <section>
+        <title>JBoss + Spring + EJB 3.0 Integration</title>
+
+        <para>This distribution contains a JBoss Deployer that supports Spring
+        packaging in JBoss. What this means is that you can create JAR
+        archives with a <emphasis>META-INF/jboss-spring.xml</emphasis> file
+        and your Spring bean factories will automatically be deployed. Also
+        supported in this distribution is EJB 3.0 integration. You can deploy
+        Spring archives and be able to inject beans created in these
+        deployment directly into an EJB using a @Spring annotation.</para>
+      </section>
+
+      <section>
+        <title>Installation</title>
+
+        <para>If you are using EJB 3.0 and JDK 5 integration, copy the
+        jboss-spring-jdk5.deployer directory into the JBoss deploy/ directory.
+        If you are using JDK 1.4, then copy the jboss-spring.deployer/ into
+        the deploy directory. If you look inside these
+        <emphasis>.deployer</emphasis> deployments you will see that only a
+        partial Spring distribution is contained. If you need a full Spring
+        distribution, then copy those jars into the
+        <emphasis>.deployer</emphasis> directory or into the lib/ directory of
+        your JBoss configuration.</para>
+      </section>
+
+      <section>
+        <title>Spring deployments</title>
+
+        <para>You can create Spring deployments that work much in the same way
+        .sar's, .war's, .ear's, .har's, and .rar's work. Using the JBoss
+        Spring deployer you can create Spring jars:</para>
+
+        <screen>
 my-app.spring/
    org/
       acme/
           MyBean.class
           MyBean2.class
    META-INF/
-           jboss-spring.xml
-</screen>
-    <para> So, my-app.spring is a jar that contains classes, like any other JAR and a jboss-spring.xml file in the META-INF/ of the jar. This jboss-spring.xml file is like any other Spring xml file. By default, the JBoss Spring Deployer will register this bean factory defined in the XML file into JNDI. It will be registered in a non-serialized form so you don&apos;t have to worry about JNDI serialization! The default JNDI name will be the short name of the deployment file. So in this example, the bean factory described in the <emphasis>META-INF/jboss-spring.xml</emphasis> file will be registered under the &quot;my-app&quot; JNDI name. </para>
-    <para> Alternatively, you do not have to create an archive. You can put your jar libraries under server/&lt;config-name&gt;/lib and just put an XML file of the form: &lt;name&gt;-spring.xml into the JBoss deploy directory. For example, my-app-spring.xml. Again, the JNDI name will be by default, the short name of the XML file, in the case my-app-spring.xml will produce a JNDI binding of &quot;my-app&quot;. </para>
-  </section>
-  <section >
-    <title> Deployment</title>
-    <para> Once you have created a <emphasis>.spring</emphasis> archive or a <emphasis>-spring.xml</emphasis> file, all you have to do is put it in the JBoss deploy/ directory and it will be deployed into the JBoss runtime. You can also embed these deployments inside an EAR, EJB-JAR, SAR, etc. as JBoss supports nested archives.  </para>
-  </section>
-  <section >
-    <title> Defining the JNDI name</title>
-    <para> You can specify the JNDI name explicitly by putting it in the description element of the Spring XML.  </para>
-    <programlisting language="XML">
+           jboss-spring.xml</screen>
+
+        <para>So, my-app.spring is a jar that contains classes, like any other
+        JAR and a jboss-spring.xml file in the META-INF/ of the jar. This
+        jboss-spring.xml file is like any other Spring xml file. By default,
+        the JBoss Spring Deployer will register this bean factory defined in
+        the XML file into JNDI. It will be registered in a non-serialized form
+        so you don't have to worry about JNDI serialization! The default JNDI
+        name will be the short name of the deployment file. So in this
+        example, the bean factory described in the
+        <emphasis>META-INF/jboss-spring.xml</emphasis> file will be registered
+        under the "my-app" JNDI name.</para>
+
+        <para>Alternatively, you do not have to create an archive. You can put
+        your jar libraries under server/&lt;config-name&gt;/lib and just put
+        an XML file of the form: &lt;name&gt;-spring.xml into the JBoss deploy
+        directory. For example, my-app-spring.xml. Again, the JNDI name will
+        be by default, the short name of the XML file, in the case
+        my-app-spring.xml will produce a JNDI binding of "my-app".</para>
+      </section>
+
+      <section>
+        <title>Deployment</title>
+
+        <para>Once you have created a <emphasis>.spring</emphasis> archive or
+        a <emphasis>-spring.xml</emphasis> file, all you have to do is put it
+        in the JBoss deploy/ directory and it will be deployed into the JBoss
+        runtime. You can also embed these deployments inside an EAR, EJB-JAR,
+        SAR, etc. as JBoss supports nested archives.</para>
+      </section>
+
+      <section>
+        <title>Defining the JNDI name</title>
+
+        <para>You can specify the JNDI name explicitly by putting it in the
+        description element of the Spring XML.</para>
+
+        <programlisting language="XML">
   &lt;beans&gt;
     &lt;description&gt;BeanFactory=(MyApp)&lt;/description&gt;
 </programlisting>
-    <para> MyApp will be used as the JNDI name in this example. </para>
-  </section>
-  <section >
-    <title> Parent Bean factories</title>
-    <para> Sometimes you want your deployed Spring bean factory to be able to reference beans deployed in another Spring deployment. You can do this by declaring a parent bean factory in the description element in the Spring XML.  </para>
-  <programlisting language="XML">
+
+        <para>MyApp will be used as the JNDI name in this example.</para>
+      </section>
+
+      <section>
+        <title>Parent Bean factories</title>
+
+        <para>Sometimes you want your deployed Spring bean factory to be able
+        to reference beans deployed in another Spring deployment. You can do
+        this by declaring a parent bean factory in the description element in
+        the Spring XML.</para>
+
+        <programlisting language="XML">
   &lt;beans&gt;
     &lt;description&gt;BeanFactory=(AnotherApp) ParentBeanFactory=(MyApp)&lt;/description&gt;
 </programlisting>
-  </section>
+      </section>
     </section>
   </chapter>
 </book>

Modified: projects/spring-int/trunk/facade/pom.xml
===================================================================
--- projects/spring-int/trunk/facade/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/facade/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -1,16 +1,16 @@
 <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.jboss.spring-int</groupId>
-    <artifactId>jboss-spring-int-parent</artifactId>
+    <groupId>org.jboss.snowdrop</groupId>
+    <artifactId>snowdrop-parent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int-facade</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop-facade</artifactId>
   <packaging>jar</packaging>
-  <name>JBoss Spring Integration - Facade</name>
+  <name>Snowdrop - Facade</name>
   <url>http://www.jboss.org/jbossmc</url>
-  <description>JBoss Spring Integration - Facade</description>
+  <description>Snowdrop - Facade</description>
 
   <dependencies>
     <!-- Compile (global dependencies) -->

Modified: projects/spring-int/trunk/pom.xml
===================================================================
--- projects/spring-int/trunk/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -5,17 +5,17 @@
     <artifactId>jboss-parent</artifactId>
     <version>4</version>
   </parent>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int-parent</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop-parent</artifactId>
   <version>1.1.0-SNAPSHOT</version>
   <packaging>pom</packaging>
-  <name>JBoss Spring Integration Parent POM</name>
+  <name>Snowdrop Parent POM</name>
   <url>http://www.jboss.com/products/jbossmc</url>
-  <description>JBoss Spring integration</description>
+  <description>Snowdrop</description>
   <scm>
-    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/spring-int/trunk</connection>
-    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/spring-int/trunk</developerConnection>
-    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/spring-int/trunk</url>
+    <connection>scm:svn:http://anonsvn.jboss.org/repos/jbossas/projects/snowdrop/trunk</connection>
+    <developerConnection>scm:svn:https://svn.jboss.org/repos/jbossas/projects/snowdrop/trunk</developerConnection>
+    <url>http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbossas/projects/snowdrop/trunk</url>
   </scm>
 
   <modules>
@@ -26,6 +26,7 @@
     <module>vfs</module>
     <module>weaving</module>
     <module>build</module>
+    <module>extensions</module>
   </modules>
 
   <properties>
@@ -73,7 +74,7 @@
         <version>2.0-beta-9</version>
         <configuration>
           <generateReleasePoms>false</generateReleasePoms>
-          <tagBase>https://svn.jboss.org/repos/jbossas/projects/spring-int/tags</tagBase>
+          <tagBase>https://svn.jboss.org/repos/jbossas/projects/snowdrop/tags</tagBase>
           <autoVersionSubmodules>true</autoVersionSubmodules>
         </configuration>
       </plugin>
@@ -155,31 +156,37 @@
     <dependencies>
 
       <dependency>
-        <groupId>org.jboss.spring-int</groupId>
-        <artifactId>jboss-spring-int-cluster</artifactId>
+        <groupId>org.jboss.snowdrop</groupId>
+        <artifactId>snowdrop-cluster</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.spring-int</groupId>
-        <artifactId>jboss-spring-int-deployers</artifactId>
+        <groupId>org.jboss.snowdrop</groupId>
+        <artifactId>snowdrop-deployers</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.spring-int</groupId>
-        <artifactId>jboss-spring-int-facade</artifactId>
+        <groupId>org.jboss.snowdrop</groupId>
+        <artifactId>snowdrop-facade</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.spring-int</groupId>
-        <artifactId>jboss-spring-int-vfs</artifactId>
+        <groupId>org.jboss.snowdrop</groupId>
+        <artifactId>snowdrop-vfs</artifactId>
         <version>${project.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.spring-int</groupId>
-        <artifactId>jboss-spring-int-weaving</artifactId>
+        <groupId>org.jboss.snowdrop</groupId>
+        <artifactId>snowdrop-weaving</artifactId>
         <version>${project.version}</version>
       </dependency>
+        <dependency>
+          <groupId>org.jboss.snowdrop</groupId>
+          <artifactId>snowdrop-extensions</artifactId>
+          <version>${project.version}</version>
+        </dependency>
 
+
       <dependency>
         <groupId>org.jboss.microcontainer</groupId>
         <artifactId>jboss-dependency</artifactId>
@@ -200,7 +207,7 @@
       </dependency>
       <dependency>
         <groupId>org.jboss.microcontainer</groupId>
-        <artifactId>jboss-spring-int</artifactId>
+        <artifactId>snowdrop</artifactId>
         <version>${version.jboss.microcontainer}</version>
         <scope>provided</scope>
       </dependency>

Modified: projects/spring-int/trunk/vfs/pom.xml
===================================================================
--- projects/spring-int/trunk/vfs/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/vfs/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -1,16 +1,16 @@
 <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.jboss.spring-int</groupId>
-    <artifactId>jboss-spring-int-parent</artifactId>
+    <groupId>org.jboss.snowdrop</groupId>
+    <artifactId>snowdrop-parent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int-vfs</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop-vfs</artifactId>
   <packaging>jar</packaging>
-  <name>JBoss Spring Integration - VFS</name>
+  <name>Snowdrop - VFS</name>
   <url>http://www.jboss.org/jbossmc</url>
-  <description>JBoss Spring Integration - VFS</description>
+  <description>Snowdrop - VFS</description>
 
   <dependencies>
     <!-- Compile (global dependencies) -->

Modified: projects/spring-int/trunk/weaving/pom.xml
===================================================================
--- projects/spring-int/trunk/weaving/pom.xml	2009-10-08 19:17:24 UTC (rev 94525)
+++ projects/spring-int/trunk/weaving/pom.xml	2009-10-08 19:46:24 UTC (rev 94526)
@@ -1,16 +1,16 @@
 <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.jboss.spring-int</groupId>
-    <artifactId>jboss-spring-int-parent</artifactId>
+    <groupId>org.jboss.snowdrop</groupId>
+    <artifactId>snowdrop-parent</artifactId>
     <version>1.1.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <groupId>org.jboss.spring-int</groupId>
-  <artifactId>jboss-spring-int-weaving</artifactId>
+  <groupId>org.jboss.snowdrop</groupId>
+  <artifactId>snowdrop-weaving</artifactId>
   <packaging>jar</packaging>
-  <name>JBoss Spring Integration - Weaving</name>
+  <name>Snowdrop - Weaving</name>
   <url>http://www.jboss.org/jbossmc</url>
-  <description>JBoss Spring Integration - Weaving</description>
+  <description>Snowdrop - Weaving</description>
 
   <dependencies>
     <!-- Compile (global dependencies) -->




More information about the jboss-cvs-commits mailing list