You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2012/07/25 15:42:20 UTC

svn commit: r1365579 - in /webservices/xmlschema/trunk: pom.xml w3c-testcases/pom.xml xmlschema-bundle-test/pom.xml xmlschema-core/pom.xml

Author: dkulp
Date: Wed Jul 25 13:42:20 2012
New Revision: 1365579

URL: http://svn.apache.org/viewvc?rev=1365579&view=rev
Log:
[maven-release-plugin] prepare for next development iteration

Modified:
    webservices/xmlschema/trunk/pom.xml
    webservices/xmlschema/trunk/w3c-testcases/pom.xml
    webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml
    webservices/xmlschema/trunk/xmlschema-core/pom.xml

Modified: webservices/xmlschema/trunk/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/pom.xml?rev=1365579&r1=1365578&r2=1365579&view=diff
==============================================================================
--- webservices/xmlschema/trunk/pom.xml (original)
+++ webservices/xmlschema/trunk/pom.xml Wed Jul 25 13:42:20 2012
@@ -28,7 +28,7 @@
     <artifactId>xmlschema</artifactId>
     <packaging>pom</packaging>
     <name>XmlSchema</name>
-    <version>2.0.3</version>
+    <version>2.0.4-SNAPSHOT</version>
     <description>Apache XMLSchema is a light weight schema object model that can be used to manipulate or generate XML schema.</description>
     <url>http://ws.apache.org/commons/xmlschema20/</url>
     <issueManagement>
@@ -60,9 +60,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0.3</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0.3</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/xmlschema/tags/xmlschema-2.0.3</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/trunk</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/trunk</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/xmlschema/trunk</url>
     </scm>
     <prerequisites>
         <maven>3.0</maven>

Modified: webservices/xmlschema/trunk/w3c-testcases/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/w3c-testcases/pom.xml?rev=1365579&r1=1365578&r2=1365579&view=diff
==============================================================================
--- webservices/xmlschema/trunk/w3c-testcases/pom.xml (original)
+++ webservices/xmlschema/trunk/w3c-testcases/pom.xml Wed Jul 25 13:42:20 2012
@@ -22,13 +22,13 @@
     <parent>
       <groupId>org.apache.ws.xmlschema</groupId>
       <artifactId>xmlschema</artifactId>
-      <version>2.0.3</version>
+      <version>2.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>w3c-testcases</artifactId>
     <packaging>jar</packaging>
     <name>XmlSchema W3C tests</name>
-    <version>2.0.3</version>
+    <version>2.0.4-SNAPSHOT</version>
     <build>
         <defaultGoal>install</defaultGoal>
 	<plugins>
@@ -57,7 +57,7 @@
 	<dependency>
 	  <groupId>org.apache.ws.xmlschema</groupId>
 	  <artifactId>xmlschema-core</artifactId>
-	  <version>2.0.3</version>
+	  <version>2.0.4-SNAPSHOT</version>
 	  <scope>test</scope>
 	</dependency>
     </dependencies>

Modified: webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml?rev=1365579&r1=1365578&r2=1365579&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-bundle-test/pom.xml Wed Jul 25 13:42:20 2012
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema-bundle-test</artifactId>
-    <version>2.0.3</version>
+    <version>2.0.4-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>XmlSchema OSGi bundle test</name>
     <build>
@@ -36,7 +36,7 @@
         <dependency>
             <groupId>org.apache.ws.xmlschema</groupId>
             <artifactId>xmlschema-core</artifactId>
-            <version>2.0.3</version>
+            <version>2.0.4-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>

Modified: webservices/xmlschema/trunk/xmlschema-core/pom.xml
URL: http://svn.apache.org/viewvc/webservices/xmlschema/trunk/xmlschema-core/pom.xml?rev=1365579&r1=1365578&r2=1365579&view=diff
==============================================================================
--- webservices/xmlschema/trunk/xmlschema-core/pom.xml (original)
+++ webservices/xmlschema/trunk/xmlschema-core/pom.xml Wed Jul 25 13:42:20 2012
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.0.3</version>
+        <version>2.0.4-SNAPSHOT</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema-core</artifactId>
     <packaging>bundle</packaging>
     <name>XmlSchema Core</name>
-    <version>2.0.3</version>
+    <version>2.0.4-SNAPSHOT</version>
     <description>Commons XMLSchema is a light weight schema object model that can be used to manipulate or
         generate XML schema.</description>
     <build>