[jbossws-commits] JBossWS SVN: r7316 - container/jboss42/branches/jbossws-jboss421.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jun 4 05:22:23 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-06-04 05:22:23 -0400 (Wed, 04 Jun 2008)
New Revision: 7316

Added:
   container/jboss42/branches/jbossws-jboss421/.classpath
   container/jboss42/branches/jbossws-jboss421/.project
Modified:
   container/jboss42/branches/jbossws-jboss421/
   container/jboss42/branches/jbossws-jboss421/pom.xml
Log:
update versions


Property changes on: container/jboss42/branches/jbossws-jboss421
___________________________________________________________________
Name: svn:ignore
   - profiles.xml

   + profiles.xml
target


Added: container/jboss42/branches/jbossws-jboss421/.classpath
===================================================================
--- container/jboss42/branches/jbossws-jboss421/.classpath	                        (rev 0)
+++ container/jboss42/branches/jbossws-jboss421/.classpath	2008-06-04 09:22:23 UTC (rev 7316)
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" path="src/main/java"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/eclipse-classes"/>
+</classpath>

Added: container/jboss42/branches/jbossws-jboss421/.project
===================================================================
--- container/jboss42/branches/jbossws-jboss421/.project	                        (rev 0)
+++ container/jboss42/branches/jbossws-jboss421/.project	2008-06-04 09:22:23 UTC (rev 7316)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbossws-jboss421</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Modified: container/jboss42/branches/jbossws-jboss421/pom.xml
===================================================================
--- container/jboss42/branches/jbossws-jboss421/pom.xml	2008-06-04 09:12:31 UTC (rev 7315)
+++ container/jboss42/branches/jbossws-jboss421/pom.xml	2008-06-04 09:22:23 UTC (rev 7316)
@@ -6,20 +6,20 @@
   <groupId>org.jboss.ws</groupId>
   <artifactId>jbossws-jboss421</artifactId>
   
-  <version>3.0.0-SNAPSHOT</version>
+  <version>4.2.1-SNAPSHOT</version>
   
   <!-- Parent -->
   <parent>
     <groupId>org.jboss.ws</groupId>
     <artifactId>jbossws-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0.GA</version>
   </parent>
   
   <!-- Properties -->
   <properties>
     <jboss.version>4.2.1.GA</jboss.version>
-    <jbossws.common.version>3.0.0-SNAPSHOT</jbossws.common.version>
-    <jbossws.spi.version>3.0.0-SNAPSHOT</jbossws.spi.version>
+    <jbossws.common.version>1.0.5-SNAPSHOT</jbossws.common.version>
+    <jbossws.spi.version>1.0.4-SNAPSHOT</jbossws.spi.version>
     
     <!-- versions defined in build/build-thirdparty.xml -->
     <dom4j.version>1.6.1</dom4j.version>




More information about the jbossws-commits mailing list