Author: sjlee
Date: Sat Jun 20 02:14:38 2009
New Revision: 786746

URL: http://svn.apache.org/viewvc?rev=786746&view=rev
Log:
ASYNCWEB-29

changed the trunk version from 0.9.0-SNAPSHOT to 2.0.0-SNAPSHOT.

Modified:
    mina/asyncweb/trunk/assembly/pom.xml
    mina/asyncweb/trunk/client/pom.xml
    mina/asyncweb/trunk/common/pom.xml
    mina/asyncweb/trunk/examples/pom.xml
    mina/asyncweb/trunk/fileservice/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=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/assembly/pom.xml (original)
+++ mina/asyncweb/trunk/assembly/pom.xml Sat Jun 20 02:14:38 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.asyncweb</groupId>
     <artifactId>asyncweb-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-assembly</artifactId>
   <packaging>jar</packaging>

Modified: mina/asyncweb/trunk/client/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/client/pom.xml?rev=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/client/pom.xml (original)
+++ mina/asyncweb/trunk/client/pom.xml Sat Jun 20 02:14:38 2009
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>asyncweb-parent</artifactId>
     <groupId>org.apache.asyncweb</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>asyncweb-client</artifactId>

Modified: mina/asyncweb/trunk/common/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/common/pom.xml?rev=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/common/pom.xml (original)
+++ mina/asyncweb/trunk/common/pom.xml Sat Jun 20 02:14:38 2009
@@ -21,7 +21,7 @@
   <parent>
     <artifactId>asyncweb-parent</artifactId>
     <groupId>org.apache.asyncweb</groupId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>asyncweb-common</artifactId>

Modified: mina/asyncweb/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/examples/pom.xml?rev=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/examples/pom.xml (original)
+++ mina/asyncweb/trunk/examples/pom.xml Sat Jun 20 02:14:38 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.asyncweb</groupId>
     <artifactId>asyncweb-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-examples</artifactId>
   <packaging>jar</packaging>

Modified: mina/asyncweb/trunk/fileservice/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/fileservice/pom.xml?rev=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/fileservice/pom.xml (original)
+++ mina/asyncweb/trunk/fileservice/pom.xml Sat Jun 20 02:14:38 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.asyncweb</groupId>
     <artifactId>asyncweb-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-fileservice</artifactId>
   <packaging>bundle</packaging>

Modified: mina/asyncweb/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/pom.xml?rev=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/pom.xml (original)
+++ mina/asyncweb/trunk/pom.xml Sat Jun 20 02:14:38 2009
@@ -11,7 +11,7 @@
     <url>http://mina.apache.org/asyncweb</url>
   </organization>
   <groupId>org.apache.asyncweb</groupId>
-  <version>0.9.0-SNAPSHOT</version>
+  <version>2.0.0-SNAPSHOT</version>
   <artifactId>asyncweb-parent</artifactId>
   <name>Apache Asyncweb Parent</name>
   <packaging>pom</packaging>

Modified: mina/asyncweb/trunk/server/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/server/pom.xml?rev=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/server/pom.xml (original)
+++ mina/asyncweb/trunk/server/pom.xml Sat Jun 20 02:14:38 2009
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.asyncweb</groupId>
     <artifactId>asyncweb-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>asyncweb-server</artifactId>

Modified: mina/asyncweb/trunk/spring/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/asyncweb/trunk/spring/pom.xml?rev=786746&r1=786745&r2=786746&view=diff
==============================================================================
--- mina/asyncweb/trunk/spring/pom.xml (original)
+++ mina/asyncweb/trunk/spring/pom.xml Sat Jun 20 02:14:38 2009
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.asyncweb</groupId>
     <artifactId>asyncweb-parent</artifactId>
-    <version>0.9.0-SNAPSHOT</version>
+    <version>2.0.0-SNAPSHOT</version>
   </parent>
   <artifactId>asyncweb-spring</artifactId>
   <packaging>jar</packaging>


Reply via email to