Author: ngn
Date: Thu Mar 25 13:50:35 2010
New Revision: 927402

URL: http://svn.apache.org/viewvc?rev=927402&view=rev
Log:
Setting version for release of 0.5

Modified:
    mina/sandbox/vysper/branches/0.5/dist/pom.xml
    mina/sandbox/vysper/branches/0.5/nbxml/pom.xml
    mina/sandbox/vysper/branches/0.5/pom.xml
    mina/sandbox/vysper/branches/0.5/server/core/pom.xml
    mina/sandbox/vysper/branches/0.5/server/extensions/pom.xml
    mina/sandbox/vysper/branches/0.5/server/extensions/xep0045-muc/pom.xml
    mina/sandbox/vysper/branches/0.5/server/extensions/xep0060-pubsub/pom.xml
    mina/sandbox/vysper/branches/0.5/server/pom.xml
    mina/sandbox/vysper/branches/0.5/speccompliance/pom.xml

Modified: mina/sandbox/vysper/branches/0.5/dist/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/dist/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/dist/pom.xml (original)
+++ mina/sandbox/vysper/branches/0.5/dist/pom.xml Thu Mar 25 13:50:35 2010
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper</artifactId>
   <name>Apache Vysper</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <packaging>pom</packaging>
   
   <dependencies>

Modified: mina/sandbox/vysper/branches/0.5/nbxml/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/nbxml/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/nbxml/pom.xml (original)
+++ mina/sandbox/vysper/branches/0.5/nbxml/pom.xml Thu Mar 25 13:50:35 2010
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>nbxml</artifactId>
   <name>Apache Vysper Non-blocking XML parser</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   
   <dependencies>
     <dependency>

Modified: mina/sandbox/vysper/branches/0.5/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/pom.xml (original)
+++ mina/sandbox/vysper/branches/0.5/pom.xml Thu Mar 25 13:50:35 2010
@@ -27,7 +27,7 @@
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-parent</artifactId>
   <name>Apache Vysper Parent</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   <packaging>pom</packaging>
   <url>http://mina.apache.org/vysper</url>
 

Modified: mina/sandbox/vysper/branches/0.5/server/core/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/server/core/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/server/core/pom.xml (original)
+++ mina/sandbox/vysper/branches/0.5/server/core/pom.xml Thu Mar 25 13:50:35 
2010
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-server</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-core</artifactId>
   <name>Apache Vysper Core</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   
   
   <dependencies>

Modified: mina/sandbox/vysper/branches/0.5/server/extensions/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/server/extensions/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/server/extensions/pom.xml (original)
+++ mina/sandbox/vysper/branches/0.5/server/extensions/pom.xml Thu Mar 25 
13:50:35 2010
@@ -21,13 +21,13 @@
     <parent>
         <artifactId>vysper-server</artifactId>
         <groupId>org.apache.vysper</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-extensions</artifactId>
   <name>Apache Vysper Extensions</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
    <packaging>pom</packaging>
 
   <modules>

Modified: mina/sandbox/vysper/branches/0.5/server/extensions/xep0045-muc/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/server/extensions/xep0045-muc/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/server/extensions/xep0045-muc/pom.xml 
(original)
+++ mina/sandbox/vysper/branches/0.5/server/extensions/xep0045-muc/pom.xml Thu 
Mar 25 13:50:35 2010
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-extensions</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper.extensions</groupId>
   <artifactId>xep0045-muc</artifactId>
   <name>Apache Vysper XEP-0045 Multi-user chat</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   
   
   <dependencies>

Modified: 
mina/sandbox/vysper/branches/0.5/server/extensions/xep0060-pubsub/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/server/extensions/xep0060-pubsub/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/server/extensions/xep0060-pubsub/pom.xml 
(original)
+++ mina/sandbox/vysper/branches/0.5/server/extensions/xep0060-pubsub/pom.xml 
Thu Mar 25 13:50:35 2010
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-extensions</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper.extensions</groupId>
   <artifactId>xep0060-pubsub</artifactId>
   <name>Apache Vysper XEP-0060 Publish-Subscribe</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   
   
   <dependencies>

Modified: mina/sandbox/vysper/branches/0.5/server/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/server/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/server/pom.xml (original)
+++ mina/sandbox/vysper/branches/0.5/server/pom.xml Thu Mar 25 13:50:35 2010
@@ -21,13 +21,13 @@
     <parent>
         <artifactId>vysper-parent</artifactId>
         <groupId>org.apache.vysper</groupId>
-        <version>0.5-SNAPSHOT</version>
+        <version>0.5</version>
     </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-server</artifactId>
   <name>Apache Vysper Server</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
    <packaging>pom</packaging>
 
   <modules>

Modified: mina/sandbox/vysper/branches/0.5/speccompliance/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/sandbox/vysper/branches/0.5/speccompliance/pom.xml?rev=927402&r1=927401&r2=927402&view=diff
==============================================================================
--- mina/sandbox/vysper/branches/0.5/speccompliance/pom.xml (original)
+++ mina/sandbox/vysper/branches/0.5/speccompliance/pom.xml Thu Mar 25 13:50:35 
2010
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>0.5-SNAPSHOT</version>
+    <version>0.5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.vysper</groupId>
   <artifactId>spec-compliance</artifactId>
   <name>Apache Vysper Spec compliance</name>
-  <version>0.5-SNAPSHOT</version>
+  <version>0.5</version>
   
   <profiles>
     <profile>


Reply via email to