You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2016/12/06 12:03:54 UTC

cxf-xjc-utils git commit: Updating to 3.1.0-SNAPSHOT

Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master ab0547101 -> f768eaf0b


Updating to 3.1.0-SNAPSHOT


Project: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/commit/f768eaf0
Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/f768eaf0
Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/f768eaf0

Branch: refs/heads/master
Commit: f768eaf0ba3983888ab14054a54734f96dde0d97
Parents: ab05471
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Tue Dec 6 12:03:45 2016 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Tue Dec 6 12:03:45 2016 +0000

----------------------------------------------------------------------
 boolean-test/pom.xml       | 2 +-
 boolean/pom.xml            | 2 +-
 bug671/pom.xml             | 2 +-
 bug986/pom.xml             | 2 +-
 cxf-xjc-plugin/pom.xml     | 2 +-
 dv-test/pom.xml            | 2 +-
 dv/pom.xml                 | 2 +-
 javadoc/pom.xml            | 2 +-
 pom.xml                    | 2 +-
 property-listener/pom.xml  | 2 +-
 runtime/pom.xml            | 2 +-
 ts-test/pom.xml            | 2 +-
 ts/pom.xml                 | 2 +-
 wsdlextension-test/pom.xml | 2 +-
 wsdlextension/pom.xml      | 2 +-
 15 files changed, 15 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/boolean-test/pom.xml
----------------------------------------------------------------------
diff --git a/boolean-test/pom.xml b/boolean-test/pom.xml
index 718a502..2cf37f0 100644
--- a/boolean-test/pom.xml
+++ b/boolean-test/pom.xml
@@ -27,7 +27,7 @@
 	<parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-		<version>3.0.6-SNAPSHOT</version>
+		<version>3.1.0-SNAPSHOT</version>
 	</parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/boolean/pom.xml
----------------------------------------------------------------------
diff --git a/boolean/pom.xml b/boolean/pom.xml
index 6bcf539..96bcd3f 100644
--- a/boolean/pom.xml
+++ b/boolean/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/bug671/pom.xml
----------------------------------------------------------------------
diff --git a/bug671/pom.xml b/bug671/pom.xml
index 69b5c1d..c69c2b3 100644
--- a/bug671/pom.xml
+++ b/bug671/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/bug986/pom.xml
----------------------------------------------------------------------
diff --git a/bug986/pom.xml b/bug986/pom.xml
index 1936194..2b0f06a 100644
--- a/bug986/pom.xml
+++ b/bug986/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/cxf-xjc-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index f354df2..57a6270 100644
--- a/cxf-xjc-plugin/pom.xml
+++ b/cxf-xjc-plugin/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
     <prerequisites>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/dv-test/pom.xml
----------------------------------------------------------------------
diff --git a/dv-test/pom.xml b/dv-test/pom.xml
index 8632e84..aa67c8c 100644
--- a/dv-test/pom.xml
+++ b/dv-test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/dv/pom.xml
----------------------------------------------------------------------
diff --git a/dv/pom.xml b/dv/pom.xml
index f68c889..38b1485 100644
--- a/dv/pom.xml
+++ b/dv/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index e8d95cd..f3bc983 100644
--- a/javadoc/pom.xml
+++ b/javadoc/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
     
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cb4da08..0a53530 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.xjc-utils</groupId>
     <artifactId>xjc-utils</artifactId>
     <packaging>pom</packaging>
-    <version>3.0.6-SNAPSHOT</version>
+    <version>3.1.0-SNAPSHOT</version>
     <name>Apache CXF XJC Utils</name>
     <url>http://cxf.apache.org</url>
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/property-listener/pom.xml
----------------------------------------------------------------------
diff --git a/property-listener/pom.xml b/property-listener/pom.xml
index f1e65c3..ff4b648 100644
--- a/property-listener/pom.xml
+++ b/property-listener/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/pom.xml b/runtime/pom.xml
index bfc24a3..2c2516a 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/ts-test/pom.xml
----------------------------------------------------------------------
diff --git a/ts-test/pom.xml b/ts-test/pom.xml
index 368cb36..a8768ac 100644
--- a/ts-test/pom.xml
+++ b/ts-test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/ts/pom.xml
----------------------------------------------------------------------
diff --git a/ts/pom.xml b/ts/pom.xml
index 4274e22..c1e8c99 100644
--- a/ts/pom.xml
+++ b/ts/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/wsdlextension-test/pom.xml
----------------------------------------------------------------------
diff --git a/wsdlextension-test/pom.xml b/wsdlextension-test/pom.xml
index f2bb384..cfa5c7f 100644
--- a/wsdlextension-test/pom.xml
+++ b/wsdlextension-test/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/f768eaf0/wsdlextension/pom.xml
----------------------------------------------------------------------
diff --git a/wsdlextension/pom.xml b/wsdlextension/pom.xml
index 2e40734..02b5692 100644
--- a/wsdlextension/pom.xml
+++ b/wsdlextension/pom.xml
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.6-SNAPSHOT</version>
+        <version>3.1.0-SNAPSHOT</version>
     </parent>