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 2010/10/07 22:10:18 UTC

svn commit: r1005606 - in /cxf/xjc-utils/trunk: ./ boolean-test/ boolean/ bug671/ cxf-xjc-plugin/ dv-test/ dv/ property-listener/ ts-test/ ts/ wsdlextension-test/ wsdlextension/

Author: dkulp
Date: Thu Oct  7 20:10:18 2010
New Revision: 1005606

URL: http://svn.apache.org/viewvc?rev=1005606&view=rev
Log:
[maven-release-plugin] prepare release xjc-utils-2.3.0

Modified:
    cxf/xjc-utils/trunk/boolean-test/pom.xml
    cxf/xjc-utils/trunk/boolean/pom.xml
    cxf/xjc-utils/trunk/bug671/pom.xml
    cxf/xjc-utils/trunk/cxf-xjc-plugin/pom.xml
    cxf/xjc-utils/trunk/dv-test/pom.xml
    cxf/xjc-utils/trunk/dv/pom.xml
    cxf/xjc-utils/trunk/pom.xml
    cxf/xjc-utils/trunk/property-listener/pom.xml
    cxf/xjc-utils/trunk/ts-test/pom.xml
    cxf/xjc-utils/trunk/ts/pom.xml
    cxf/xjc-utils/trunk/wsdlextension-test/pom.xml
    cxf/xjc-utils/trunk/wsdlextension/pom.xml

Modified: cxf/xjc-utils/trunk/boolean-test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/boolean-test/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/boolean-test/pom.xml (original)
+++ cxf/xjc-utils/trunk/boolean-test/pom.xml Thu Oct  7 20:10:18 2010
@@ -16,9 +16,7 @@
 	specific language governing permissions and limitations
 	under the License.
 -->
-<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">
+<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">
 	<modelVersion>4.0.0</modelVersion>
     <groupId>org.apache.cxf.xjcplugins.tests</groupId>
 	<artifactId>cxf-xjc-boolean-test</artifactId>
@@ -29,7 +27,7 @@
 	<parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-		<version>2.3.0-SNAPSHOT</version>
+		<version>2.3.0</version>
 	</parent>
 
 

Modified: cxf/xjc-utils/trunk/boolean/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/boolean/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/boolean/pom.xml (original)
+++ cxf/xjc-utils/trunk/boolean/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/bug671/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/bug671/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/bug671/pom.xml (original)
+++ cxf/xjc-utils/trunk/bug671/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/cxf-xjc-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/cxf-xjc-plugin/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/cxf-xjc-plugin/pom.xml (original)
+++ cxf/xjc-utils/trunk/cxf-xjc-plugin/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/dv-test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/dv-test/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/dv-test/pom.xml (original)
+++ cxf/xjc-utils/trunk/dv-test/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/dv/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/dv/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/dv/pom.xml (original)
+++ cxf/xjc-utils/trunk/dv/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/pom.xml (original)
+++ cxf/xjc-utils/trunk/pom.xml Thu Oct  7 20:10:18 2010
@@ -21,7 +21,7 @@
     <groupId>org.apache.cxf.xjc-utils</groupId>
     <artifactId>xjc-utils</artifactId>
     <packaging>pom</packaging>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.3.0</version>
     <name>Apache CXF XJC Utils</name>
     <url>http://cxf.apache.org</url>
 
@@ -31,9 +31,9 @@
         <version>7</version>
     </parent>
     <scm>
-      <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/xjc-utils/trunk</connection>
-      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/xjc-utils/trunk</developerConnection>
-      <url>http://svn.apache.org/repos/asf/cxf/xjc-utils/trunk</url>
+      <connection>scm:svn:http://svn.apache.org/repos/asf/cxf/build-utils/tags/xjc-utils-2.3.0</connection>
+      <developerConnection>scm:svn:https://svn.apache.org/repos/asf/cxf/build-utils/tags/xjc-utils-2.3.0</developerConnection>
+      <url>http://svn.apache.org/repos/asf/cxf/build-utils/tags/xjc-utils-2.3.0</url>
     </scm>
 
     <properties>
@@ -47,8 +47,8 @@
         <downloadSources>true</downloadSources>
 
         <pmd.eclipse.ruleset>cxf-pmd-ruleset.xml</pmd.eclipse.ruleset>
-        <resources.base.path/>
-        <checkstyle.extension/>
+        <resources.base.path />
+        <checkstyle.extension />
     </properties>
 
     <modules>

Modified: cxf/xjc-utils/trunk/property-listener/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/property-listener/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/property-listener/pom.xml (original)
+++ cxf/xjc-utils/trunk/property-listener/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/ts-test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/ts-test/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/ts-test/pom.xml (original)
+++ cxf/xjc-utils/trunk/ts-test/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/ts/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/ts/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/ts/pom.xml (original)
+++ cxf/xjc-utils/trunk/ts/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
 

Modified: cxf/xjc-utils/trunk/wsdlextension-test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/wsdlextension-test/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/wsdlextension-test/pom.xml (original)
+++ cxf/xjc-utils/trunk/wsdlextension-test/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>
 
     <dependencies>

Modified: cxf/xjc-utils/trunk/wsdlextension/pom.xml
URL: http://svn.apache.org/viewvc/cxf/xjc-utils/trunk/wsdlextension/pom.xml?rev=1005606&r1=1005605&r2=1005606&view=diff
==============================================================================
--- cxf/xjc-utils/trunk/wsdlextension/pom.xml (original)
+++ cxf/xjc-utils/trunk/wsdlextension/pom.xml Thu Oct  7 20:10:18 2010
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.apache.cxf.xjc-utils</groupId>
         <artifactId>xjc-utils</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
+        <version>2.3.0</version>
     </parent>