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 2019/10/31 14:41:28 UTC

[ws-xmlschema] branch xmlschema-2.0-site created (now 0a9d2c4)

This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a change to branch xmlschema-2.0-site
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git.


      at 0a9d2c4  [maven-release-plugin]  copy for branch xmlschema-2.0-site

This branch includes the following new commits:

     new 544c37c  [maven-release-plugin]  copy for tag xmlschema-2.0
     new 2fabf08  [maven-release-plugin] prepare branch xmlschema-2.0-site
     new 0a9d2c4  [maven-release-plugin]  copy for branch xmlschema-2.0-site

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[ws-xmlschema] 03/03: [maven-release-plugin] copy for branch xmlschema-2.0-site

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch xmlschema-2.0-site
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git

commit 0a9d2c4af3af3da888406d70f88ab2345016aa2f
Author: Benson Margulies <bi...@apache.org>
AuthorDate: Wed Feb 16 13:46:27 2011 +0000

    [maven-release-plugin]  copy for branch xmlschema-2.0-site


[ws-xmlschema] 02/03: [maven-release-plugin] prepare branch xmlschema-2.0-site

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch xmlschema-2.0-site
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git

commit 2fabf08aa827a62388bbb16b7485a97af8e4f90b
Author: Benson Margulies <bi...@apache.org>
AuthorDate: Wed Feb 16 13:46:21 2011 +0000

    [maven-release-plugin] prepare branch xmlschema-2.0-site
---
 pom.xml                       | 8 ++++----
 w3c-testcases/pom.xml         | 6 +++---
 xmlschema-bundle-test/pom.xml | 6 +++---
 xmlschema-core/pom.xml        | 4 ++--
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index e27e447..35b6634 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>xmlschema</artifactId>
     <packaging>pom</packaging>
     <name>XmlSchema</name>
-    <version>2.0</version>
+    <version>2.0-site-SHOT</version>
     <description>Commons 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/XmlSchema</url>
@@ -54,9 +54,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/tags/xmlschema-2.0</developerConnection>
-        <url>http://svn.apache.org/viewvc/webservices/xmlschema/tags/xmlschema-2.0</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/webservices/xmlschema/branches/xmlschema-2.0-site</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/xmlschema/branches/xmlschema-2.0-site</developerConnection>
+        <url>http://svn.apache.org/viewvc/webservices/xmlschema/branches/xmlschema-2.0-site</url>
     </scm>
     <prerequisites>
         <maven>3.0</maven>
diff --git a/w3c-testcases/pom.xml b/w3c-testcases/pom.xml
index 9e6f611..dbc7c7b 100644
--- a/w3c-testcases/pom.xml
+++ b/w3c-testcases/pom.xml
@@ -22,13 +22,13 @@
     <parent>
       <groupId>org.apache.ws.xmlschema</groupId>
       <artifactId>xmlschema</artifactId>
-      <version>2.0</version>
+      <version>2.0-site-SHOT</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>w3c-testcases</artifactId>
     <packaging>jar</packaging>
     <name>XmlSchema W3C tests</name>
-    <version>2.0</version>
+    <version>2.0-site-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</version>
+	  <version>2.0-site-SNAPSHOT</version>
 	  <scope>test</scope>
 	</dependency>
     </dependencies>
diff --git a/xmlschema-bundle-test/pom.xml b/xmlschema-bundle-test/pom.xml
index f12a53b..b25fdfe 100644
--- a/xmlschema-bundle-test/pom.xml
+++ b/xmlschema-bundle-test/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.0</version>
+        <version>2.0-site-SHOT</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema-bundle-test</artifactId>
-    <version>2.0</version>
+    <version>2.0-site-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</version>
+            <version>2.0-site-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/xmlschema-core/pom.xml b/xmlschema-core/pom.xml
index 7bb2e87..65a85a0 100644
--- a/xmlschema-core/pom.xml
+++ b/xmlschema-core/pom.xml
@@ -22,13 +22,13 @@
     <parent>
         <groupId>org.apache.ws.xmlschema</groupId>
         <artifactId>xmlschema</artifactId>
-        <version>2.0</version>
+        <version>2.0-site-SHOT</version>
     </parent>
     <groupId>org.apache.ws.xmlschema</groupId>
     <artifactId>xmlschema-core</artifactId>
     <packaging>bundle</packaging>
     <name>XmlSchema Core</name>
-    <version>2.0</version>
+    <version>2.0-site-SNAPSHOT</version>
     <description>Commons XMLSchema is a light weight schema object model that can be used to manipulate or
         generate XML schema.</description>
     <build>


[ws-xmlschema] 01/03: [maven-release-plugin] copy for tag xmlschema-2.0

Posted by dk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

dkulp pushed a commit to branch xmlschema-2.0-site
in repository https://gitbox.apache.org/repos/asf/ws-xmlschema.git

commit 544c37cf16afbb7ef305d5283334d4131d68ee05
Author: Benson Margulies <bi...@apache.org>
AuthorDate: Mon Feb 14 12:19:58 2011 +0000

    [maven-release-plugin]  copy for tag xmlschema-2.0