You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2014/07/02 17:23:02 UTC

git commit: [maven-release-plugin] prepare release xjc-utils-3.0.1

Repository: cxf-xjc-utils
Updated Branches:
  refs/heads/master 2283c8d05 -> 98ddd72b2


[maven-release-plugin] prepare release xjc-utils-3.0.1


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/98ddd72b
Tree: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/tree/98ddd72b
Diff: http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/diff/98ddd72b

Branch: refs/heads/master
Commit: 98ddd72b2c8010069265e5a5d98e93b7d5f4df1f
Parents: 2283c8d
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Jul 2 11:22:55 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Jul 2 11:22:55 2014 -0400

----------------------------------------------------------------------
 boolean-test/pom.xml       | 2 +-
 boolean/pom.xml            | 2 +-
 bug671/pom.xml             | 2 +-
 cxf-xjc-plugin/pom.xml     | 2 +-
 dv-test/pom.xml            | 2 +-
 dv/pom.xml                 | 2 +-
 javadoc/pom.xml            | 2 +-
 pom.xml                    | 5 +++--
 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 +-
 14 files changed, 16 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/boolean-test/pom.xml
----------------------------------------------------------------------
diff --git a/boolean-test/pom.xml b/boolean-test/pom.xml
index a643975..06c17bc 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.1-SNAPSHOT</version>
+		<version>3.0.1</version>
 	</parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/boolean/pom.xml
----------------------------------------------------------------------
diff --git a/boolean/pom.xml b/boolean/pom.xml
index a45922c..6d84fa2 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/bug671/pom.xml
----------------------------------------------------------------------
diff --git a/bug671/pom.xml b/bug671/pom.xml
index dc3ba92..af62b49 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/cxf-xjc-plugin/pom.xml
----------------------------------------------------------------------
diff --git a/cxf-xjc-plugin/pom.xml b/cxf-xjc-plugin/pom.xml
index f421281..d13e08c 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
     <prerequisites>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/dv-test/pom.xml
----------------------------------------------------------------------
diff --git a/dv-test/pom.xml b/dv-test/pom.xml
index 3f5d06b..f51d81d 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/dv/pom.xml
----------------------------------------------------------------------
diff --git a/dv/pom.xml b/dv/pom.xml
index 0b32760..c9bf3cc 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/javadoc/pom.xml b/javadoc/pom.xml
index fca7058..d6d3a2d 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
     
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index cf535c1..edc1ada 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.1-SNAPSHOT</version>
+    <version>3.0.1</version>
     <name>Apache CXF XJC Utils</name>
     <url>http://cxf.apache.org</url>
 
@@ -33,7 +33,8 @@
     <scm>
       <connection>scm:git:http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils.git</connection>
       <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/cxf-xjc-utils.git</developerConnection>
-    </scm>
+      <tag>xjc-utils-3.0.1</tag>
+  </scm>
     <issueManagement>
         <system>jira</system>
         <url>https://issues.apache.org/jira/browse/CXFXJC</url>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/property-listener/pom.xml
----------------------------------------------------------------------
diff --git a/property-listener/pom.xml b/property-listener/pom.xml
index 151c368..77ef4d9 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/runtime/pom.xml
----------------------------------------------------------------------
diff --git a/runtime/pom.xml b/runtime/pom.xml
index 3b85e06..94a4749 100644
--- a/runtime/pom.xml
+++ b/runtime/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/ts-test/pom.xml
----------------------------------------------------------------------
diff --git a/ts-test/pom.xml b/ts-test/pom.xml
index e3ddabd..754524f 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/ts/pom.xml
----------------------------------------------------------------------
diff --git a/ts/pom.xml b/ts/pom.xml
index ff83fe8..c1cee30 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
 

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/wsdlextension-test/pom.xml
----------------------------------------------------------------------
diff --git a/wsdlextension-test/pom.xml b/wsdlextension-test/pom.xml
index 3d32fff..afaed34 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>
 
     <dependencies>

http://git-wip-us.apache.org/repos/asf/cxf-xjc-utils/blob/98ddd72b/wsdlextension/pom.xml
----------------------------------------------------------------------
diff --git a/wsdlextension/pom.xml b/wsdlextension/pom.xml
index 94489d8..14b5139 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.1-SNAPSHOT</version>
+        <version>3.0.1</version>
     </parent>