ASYNCWEB-29

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


git-svn-id: https://svn.apache.org/repos/asf/mina/asyncweb/trunk@786746 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 85bc737..30bf1ae 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -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>
diff --git a/client/pom.xml b/client/pom.xml
index 38c47b8..53cc750 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -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>
diff --git a/common/pom.xml b/common/pom.xml
index ab9c978..8355ee0 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -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>
diff --git a/examples/pom.xml b/examples/pom.xml
index 55648db..5292220 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -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>
diff --git a/fileservice/pom.xml b/fileservice/pom.xml
index 041e237..0a83985 100644
--- a/fileservice/pom.xml
+++ b/fileservice/pom.xml
@@ -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>
diff --git a/pom.xml b/pom.xml
index 3f31833..1bbb09f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/server/pom.xml b/server/pom.xml
index f1c9362..6492c41 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -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>
diff --git a/spring/pom.xml b/spring/pom.xml
index 2c1939e..6234ffa 100644
--- a/spring/pom.xml
+++ b/spring/pom.xml
@@ -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>