Repository: cxf
Updated Branches:
  refs/heads/master 31b566c8b -> 1050ec5cc


Re-enabe the wsdlfirst archtpe


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

Branch: refs/heads/master
Commit: 1050ec5cc0cd2996c58e3bc611bc6ced3afcc489
Parents: 31b566c
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Sep 6 10:13:12 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Sep 6 11:03:13 2017 -0400

----------------------------------------------------------------------
 maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml | 2 +-
 maven-plugins/archetypes/pom.xml                     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/1050ec5c/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml 
b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
index 4d1421d..1062af4 100644
--- a/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
+++ b/maven-plugins/archetypes/cxf-jaxws-wsdlfirst/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>3.0.0-SNAPSHOT</version>
+        <version>3.2.0-SNAPSHOT</version>
         <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
     <groupId>org.apache.cxf.archetype</groupId>

http://git-wip-us.apache.org/repos/asf/cxf/blob/1050ec5c/maven-plugins/archetypes/pom.xml
----------------------------------------------------------------------
diff --git a/maven-plugins/archetypes/pom.xml b/maven-plugins/archetypes/pom.xml
index a9e8a13..449d982 100644
--- a/maven-plugins/archetypes/pom.xml
+++ b/maven-plugins/archetypes/pom.xml
@@ -31,6 +31,7 @@
     </parent>
     <modules>
         <module>cxf-jaxws-javafirst</module>
+        <module>cxf-jaxws-wsdlfirst</module>
         <module>cxf-jaxrs-service</module>
     </modules>
 </project>

Reply via email to