You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ak...@apache.org on 2008/01/26 21:39:35 UTC

svn commit: r615484 - in /mina/asyncweb/trunk: assembly/pom.xml client/pom.xml codec/pom.xml examples/pom.xml pom.xml server/pom.xml spring/pom.xml

Author: akarasulu
Date: Sat Jan 26 12:39:34 2008
New Revision: 615484

URL: http://svn.apache.org/viewvc?rev=615484&view=rev
Log:
using asyncweb-parent for top level pom artifactId instead of build

Modified:
    mina/asyncweb/trunk/assembly/pom.xml
    mina/asyncweb/trunk/client/pom.xml
    mina/asyncweb/trunk/codec/pom.xml
    mina/asyncweb/trunk/examples/pom.xml
    mina/asyncweb/trunk/pom.xml
    mina/asyncweb/trunk/server/pom.xml
    mina/asyncweb/trunk/spring/pom.xml

Modified: mina/asyncweb/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/assembly/pom.xml?rev=615484&r1=615483&r2=615484&view=diff
==============================================================================
--- mina/asyncweb/trunk/assembly/pom.xml (original)
+++ mina/asyncweb/trunk/assembly/pom.xml Sat Jan 26 12:39:34 2008
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.asyncweb</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>asyncweb-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-assembly</artifactId>

Modified: mina/asyncweb/trunk/client/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/client/pom.xml?rev=615484&r1=615483&r2=615484&view=diff
==============================================================================
--- mina/asyncweb/trunk/client/pom.xml (original)
+++ mina/asyncweb/trunk/client/pom.xml Sat Jan 26 12:39:34 2008
@@ -20,7 +20,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/maven-v4_0_0.xsd">
   <parent>
-    <artifactId>build</artifactId>
+    <artifactId>asyncweb-parent</artifactId>
     <groupId>org.apache.asyncweb</groupId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>

Modified: mina/asyncweb/trunk/codec/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/codec/pom.xml?rev=615484&r1=615483&r2=615484&view=diff
==============================================================================
--- mina/asyncweb/trunk/codec/pom.xml (original)
+++ mina/asyncweb/trunk/codec/pom.xml Sat Jan 26 12:39:34 2008
@@ -19,7 +19,7 @@
 -->
 <project>
   <parent>
-    <artifactId>build</artifactId>
+    <artifactId>asyncweb-parent</artifactId>
     <groupId>org.apache.asyncweb</groupId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>

Modified: mina/asyncweb/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/examples/pom.xml?rev=615484&r1=615483&r2=615484&view=diff
==============================================================================
--- mina/asyncweb/trunk/examples/pom.xml (original)
+++ mina/asyncweb/trunk/examples/pom.xml Sat Jan 26 12:39:34 2008
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.asyncweb</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>asyncweb-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-examples</artifactId>

Modified: mina/asyncweb/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/pom.xml?rev=615484&r1=615483&r2=615484&view=diff
==============================================================================
--- mina/asyncweb/trunk/pom.xml (original)
+++ mina/asyncweb/trunk/pom.xml Sat Jan 26 12:39:34 2008
@@ -12,7 +12,7 @@
   </organization>
   <groupId>org.apache.asyncweb</groupId>
   <version>0.9.0-SNAPSHOT</version>
-  <artifactId>build</artifactId>
+  <artifactId>asyncweb-parent</artifactId>
   <name>Apache Asyncweb Parent POM</name>
   <packaging>pom</packaging>
 

Modified: mina/asyncweb/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/server/pom.xml?rev=615484&r1=615483&r2=615484&view=diff
==============================================================================
--- mina/asyncweb/trunk/server/pom.xml (original)
+++ mina/asyncweb/trunk/server/pom.xml Sat Jan 26 12:39:34 2008
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.asyncweb</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>asyncweb-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-server</artifactId>

Modified: mina/asyncweb/trunk/spring/pom.xml
URL: http://svn.apache.org/viewvc/mina/asyncweb/trunk/spring/pom.xml?rev=615484&r1=615483&r2=615484&view=diff
==============================================================================
--- mina/asyncweb/trunk/spring/pom.xml (original)
+++ mina/asyncweb/trunk/spring/pom.xml Sat Jan 26 12:39:34 2008
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.asyncweb</groupId>
-    <artifactId>build</artifactId>
+    <artifactId>asyncweb-parent</artifactId>
     <version>0.9.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-spring</artifactId>