Author: alessio.soldano(a)jboss.com
Date: 2012-07-06 12:07:34 -0400 (Fri, 06 Jul 2012)
New Revision: 16440
Modified:
framework/branches/jbossws-framework-3.1.2/.classpath
framework/branches/jbossws-framework-3.1.2/pom.xml
Log:
Prepare for next dev cycle
Modified: framework/branches/jbossws-framework-3.1.2/.classpath
===================================================================
--- framework/branches/jbossws-framework-3.1.2/.classpath 2012-07-06 16:02:40 UTC (rev
16439)
+++ framework/branches/jbossws-framework-3.1.2/.classpath 2012-07-06 16:07:34 UTC (rev
16440)
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
- <classpathentry kind="src" path="src/main/java"/>
- <classpathentry kind="src" path="testsuite/test/java"/>
- <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
+ <classpathentry kind="src" output="target/classes"
path="src/main/java"/>
+ <classpathentry kind="con"
path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con"
path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
- <classpathentry kind="output" path="target/eclipse-classes"/>
+ <classpathentry kind="output" path="target/classes"/>
</classpath>
Modified: framework/branches/jbossws-framework-3.1.2/pom.xml
===================================================================
--- framework/branches/jbossws-framework-3.1.2/pom.xml 2012-07-06 16:02:40 UTC (rev
16439)
+++ framework/branches/jbossws-framework-3.1.2/pom.xml 2012-07-06 16:07:34 UTC (rev
16440)
@@ -6,7 +6,7 @@
<artifactId>jbossws-framework</artifactId>
<packaging>jar</packaging>
- <version>3.1.2.SP11</version>
+ <version>3.1.2-SNAPSHOT</version>
<!-- Parent -->
<parent>
@@ -17,9 +17,9 @@
<!-- Source Control Management -->
<scm>
-
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/framework/ta...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/framew...
-
<
url>http://fisheye.jboss.com/viewrep/JBossWS/framework/itags/jbossws-f...
+
<
connection>scm:svn:http://anonsvn.jboss.org/repos/jbossws/framework/br...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossws/framew...
+
<
url>http://fisheye.jboss.com/viewrep/JBossWS/framework/branches/jbossw...
</scm>
<!-- Properties -->