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/02/04 17:02:52 UTC

svn commit: r906536 - in /cxf/build-utils: branches/ tags/ trunk/ trunk/buildtools/ trunk/buildtools/pom.xml trunk/xml2fastinfoset-plugin/ trunk/xml2fastinfoset-plugin/pom.xml trunk/xml2fastinfoset-test/ trunk/xml2fastinfoset-test/pom.xml

Author: dkulp
Date: Thu Feb  4 16:02:51 2010
New Revision: 906536

URL: http://svn.apache.org/viewvc?rev=906536&view=rev
Log:
Copy some buildtools stuff

Added:
    cxf/build-utils/branches/
    cxf/build-utils/tags/
    cxf/build-utils/trunk/
    cxf/build-utils/trunk/buildtools/
      - copied from r906235, cxf/trunk/buildtools/
    cxf/build-utils/trunk/xml2fastinfoset-plugin/
      - copied from r906235, cxf/trunk/maven-plugins/xml2fastinfoset-plugin/
    cxf/build-utils/trunk/xml2fastinfoset-test/
      - copied from r906235, cxf/trunk/maven-plugins/xml2fastinfoset-test/
Modified:
    cxf/build-utils/trunk/buildtools/pom.xml
    cxf/build-utils/trunk/xml2fastinfoset-plugin/pom.xml
    cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml

Modified: cxf/build-utils/trunk/buildtools/pom.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/buildtools/pom.xml?rev=906536&r1=906235&r2=906536&view=diff
==============================================================================
--- cxf/build-utils/trunk/buildtools/pom.xml (original)
+++ cxf/build-utils/trunk/buildtools/pom.xml Thu Feb  4 16:02:51 2010
@@ -18,20 +18,18 @@
 -->
 <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">
     <parent>
-        <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf</artifactId>
+        <groupId>org.apache.cxf.build-utils</groupId>
+        <artifactId>cxf-build-utils</artifactId>
         <version>2.3.0-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.build-utils</groupId>
     <artifactId>cxf-buildtools</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
     <name>Apache CXF Buildtools</name>
     <url>http://cxf.apache.org</url>
     <packaging>jar</packaging>
 
-
     <properties>
         <maven.test.skip>true</maven.test.skip>
     </properties>

Modified: cxf/build-utils/trunk/xml2fastinfoset-plugin/pom.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/xml2fastinfoset-plugin/pom.xml?rev=906536&r1=906235&r2=906536&view=diff
==============================================================================
--- cxf/build-utils/trunk/xml2fastinfoset-plugin/pom.xml (original)
+++ cxf/build-utils/trunk/xml2fastinfoset-plugin/pom.xml Thu Feb  4 16:02:51 2010
@@ -18,26 +18,23 @@
   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">
+    <parent>
+         <groupId>org.apache.cxf.build-utils</groupId>
+         <artifactId>cxf-build-utils</artifactId>
+         <version>2.3.0-SNAPSHOT</version>
+     </parent>
+
+
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.build-utils</groupId>
     <artifactId>cxf-xml2fastinfoset-plugin</artifactId>
     <packaging>maven-plugin</packaging>
-    <version>2.3.0-SNAPSHOT</version>
     <name>Apache CXF XML to FastInfoset Maven2 Plugin</name>
     <url>http://cxf.apache.org</url>
     <prerequisites>
         <maven>2.0</maven>
     </prerequisites>
 
-    <parent>
-        <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
-        <relativePath>../../pom.xml</relativePath>
-    </parent>
-
-
-
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
@@ -48,19 +45,19 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-plugin-api</artifactId>
-            <version>2.0.4</version>
+            <version>2.0.9</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-project</artifactId>
-            <version>2.0.4</version>
+            <version>2.0.9</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-artifact</artifactId>
-            <version>2.0.4</version>
+            <version>2.0.9</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml
URL: http://svn.apache.org/viewvc/cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml?rev=906536&r1=906235&r2=906536&view=diff
==============================================================================
--- cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml (original)
+++ cxf/build-utils/trunk/xml2fastinfoset-test/pom.xml Thu Feb  4 16:02:51 2010
@@ -20,26 +20,26 @@
 <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">
+
+    <parent>
+        <groupId>org.apache.cxf.build-utils</groupId>
+        <artifactId>cxf-build-utils</artifactId>
+        <version>2.3.0-SNAPSHOT</version>
+    </parent>
+
     <modelVersion>4.0.0</modelVersion>
-    <groupId>org.apache.cxf</groupId>
+    <groupId>org.apache.cxf.build-utils</groupId>
     <artifactId>cxf-xml2fastinfoset-test</artifactId>
     <packaging>jar</packaging>
-    <version>2.3.0-SNAPSHOT</version>
     <name>Apache CXF XML to FastInfoset Maven2 Plugin Test</name>
     <url>http://cxf.apache.org</url>
 
-
-    <parent>
-        <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf-parent</artifactId>
-        <version>2.3.0-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
-    </parent>
     <dependencies>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <scope>test</scope>
+            <version>4.4</version>
         </dependency>
     </dependencies>
     <build>