Author: asoldano
Date: 2015-04-24 15:35:41 -0400 (Fri, 24 Apr 2015)
New Revision: 19731
Modified:
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/pom.xml
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml
Log:
Use latest components
Modified: projects/plugins/maven/archetypes/jaxws-codefirst/trunk/pom.xml
===================================================================
--- projects/plugins/maven/archetypes/jaxws-codefirst/trunk/pom.xml 2015-04-24 19:32:08
UTC (rev 19730)
+++ projects/plugins/maven/archetypes/jaxws-codefirst/trunk/pom.xml 2015-04-24 19:35:41
UTC (rev 19731)
@@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.ws</groupId>
<artifactId>jbossws-parent</artifactId>
- <version>1.2.0.CR1</version>
+ <version>1.2.0.Final</version>
</parent>
<groupId>org.jboss.ws.plugins.archetypes</groupId>
<artifactId>jaxws-codefirst</artifactId>
Modified:
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml
===================================================================
---
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml 2015-04-24
19:32:08 UTC (rev 19730)
+++
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/META-INF/maven/archetype-metadata.xml 2015-04-24
19:35:41 UTC (rev 19731)
@@ -4,7 +4,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<requiredProperties>
<requiredProperty key="jbosswscxf" >
- <defaultValue>5.0.0.Beta2</defaultValue>
+ <defaultValue>5.0.0.Final</defaultValue>
</requiredProperty>
</requiredProperties>
<fileSets>
Modified:
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml
===================================================================
---
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml 2015-04-24
19:32:08 UTC (rev 19730)
+++
projects/plugins/maven/archetypes/jaxws-codefirst/trunk/src/main/resources/archetype-resources/pom.xml 2015-04-24
19:35:41 UTC (rev 19731)
@@ -101,7 +101,7 @@
<plugin>
<groupId>org.jboss.ws.plugins</groupId>
<artifactId>jaxws-tools-maven-plugin</artifactId>
- <version>1.2.0.Beta1</version>
+ <version>1.2.0.Final</version>
<configuration>
<verbose>true</verbose>
</configuration>