You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by ng...@apache.org on 2010/03/19 15:59:36 UTC

svn commit: r925251 - in /mina/sandbox/vysper/trunk: dist/pom.xml nbxml/pom.xml pom.xml server/core/pom.xml server/extensions/pom.xml server/extensions/xep0045-muc/pom.xml server/extensions/xep0060-pubsub/pom.xml server/pom.xml speccompliance/pom.xml

Author: ngn
Date: Fri Mar 19 14:59:36 2010
New Revision: 925251

URL: http://svn.apache.org/viewvc?rev=925251&view=rev
Log:
[maven-release-plugin] prepare release 0.5

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

Modified: mina/sandbox/vysper/trunk/dist/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/dist/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/dist/pom.xml (original)
+++ mina/sandbox/vysper/trunk/dist/pom.xml Fri Mar 19 14:59:36 2010
@@ -20,13 +20,13 @@
   <parent>
     <artifactId>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
   <packaging>pom</packaging>
   
   <dependencies>

Modified: mina/sandbox/vysper/trunk/nbxml/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/nbxml/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/nbxml/pom.xml (original)
+++ mina/sandbox/vysper/trunk/nbxml/pom.xml Fri Mar 19 14:59:36 2010
@@ -16,17 +16,17 @@
   limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
   
   <dependencies>
     <dependency>

Modified: mina/sandbox/vysper/trunk/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/pom.xml (original)
+++ mina/sandbox/vysper/trunk/pom.xml Fri Mar 19 14:59:36 2010
@@ -17,7 +17,7 @@
  specific language governing permissions and limitations
  under the License. -->  
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>apache</artifactId>
     <groupId>org.apache</groupId>
@@ -27,7 +27,7 @@
   <groupId>org.apache.vysper</groupId>
   <artifactId>vysper-parent</artifactId>
   <name>Apache Vysper Parent</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
   <packaging>pom</packaging>
   <url>http://mina.apache.org/vysper</url>
 
@@ -74,9 +74,9 @@
   </mailingLists>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/vysper/trunk</connection>
-    <developerConnection> scm:svn:https://svn.apache.org/repos/asf/mina/vysper/trunk </developerConnection>
-    <url>http://svn.apache.org/viewvc/mina/vysper/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/mina/sandbox/vysper/tags/0.5</connection>
+    <developerConnection> scm:svn:https://svn.apache.org/repos/asf/mina/sandbox/vysper/tags/0.5 </developerConnection>
+    <url>http://svn.apache.org/viewvc/mina/sandbox/vysper/tags/0.5</url>
   </scm>
 
   <repositories>

Modified: mina/sandbox/vysper/trunk/server/core/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/server/core/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/server/core/pom.xml (original)
+++ mina/sandbox/vysper/trunk/server/core/pom.xml Fri Mar 19 14:59:36 2010
@@ -16,17 +16,17 @@
     limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>vysper-server</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
   
   
   <dependencies>

Modified: mina/sandbox/vysper/trunk/server/extensions/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/server/extensions/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/server/extensions/pom.xml (original)
+++ mina/sandbox/vysper/trunk/server/extensions/pom.xml Fri Mar 19 14:59:36 2010
@@ -17,17 +17,17 @@
  specific language governing permissions and limitations
  under the License. -->  
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>vysper-server</artifactId>
         <groupId>org.apache.vysper</groupId>
-        <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
    <packaging>pom</packaging>
 
   <modules>

Modified: mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml (original)
+++ mina/sandbox/vysper/trunk/server/extensions/xep0045-muc/pom.xml Fri Mar 19 14:59:36 2010
@@ -16,17 +16,17 @@
     limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>vysper-extensions</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
   
   
   <dependencies>

Modified: mina/sandbox/vysper/trunk/server/extensions/xep0060-pubsub/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/server/extensions/xep0060-pubsub/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/server/extensions/xep0060-pubsub/pom.xml (original)
+++ mina/sandbox/vysper/trunk/server/extensions/xep0060-pubsub/pom.xml Fri Mar 19 14:59:36 2010
@@ -16,17 +16,17 @@
     limitations under the License.
   -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>vysper-extensions</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
   
   
   <dependencies>

Modified: mina/sandbox/vysper/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/server/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/server/pom.xml (original)
+++ mina/sandbox/vysper/trunk/server/pom.xml Fri Mar 19 14:59:36 2010
@@ -17,17 +17,17 @@
  specific language governing permissions and limitations
  under the License. -->  
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>vysper-parent</artifactId>
         <groupId>org.apache.vysper</groupId>
-        <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
    <packaging>pom</packaging>
 
   <modules>

Modified: mina/sandbox/vysper/trunk/speccompliance/pom.xml
URL: http://svn.apache.org/viewvc/mina/sandbox/vysper/trunk/speccompliance/pom.xml?rev=925251&r1=925250&r2=925251&view=diff
==============================================================================
--- mina/sandbox/vysper/trunk/speccompliance/pom.xml (original)
+++ mina/sandbox/vysper/trunk/speccompliance/pom.xml Fri Mar 19 14:59:36 2010
@@ -16,17 +16,17 @@
   limitations under the License.
 -->
 
-<project xmlns="http://maven.apache.org/POM/4.0.0">
+<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>vysper-parent</artifactId>
     <groupId>org.apache.vysper</groupId>
-    <version>1.0.0-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>1.0.0-SNAPSHOT</version>
+  <version>0.5</version>
   
   <profiles>
     <profile>