Increased the version number to 1.0 SNAPSHOT.
This commit is contained in:
@@ -16,12 +16,9 @@
|
||||
|
||||
<artifact:remoteRepository id="java.net" url="https://maven-repository.dev.java.net/nonav/repository"
|
||||
layout="legacy"/>
|
||||
<artifact:remoteRepository id="spring-ext"
|
||||
url="https://svn.sourceforge.net/svnroot/springframework/repos/repo-ext/"/>
|
||||
|
||||
<artifact:dependencies pathId="generate.classpath">
|
||||
<remoteRepository refid="java.net"/>
|
||||
<remoteRepository refid="spring-ext"/>
|
||||
<dependency groupId="com.sun.xml.ws" artifactId="jaxws-tools" version="EA3"/>
|
||||
<dependency groupId="com.sun.xml.bind" artifactId="jaxb-xjc" version="2.1-EA2"/>
|
||||
<dependency groupId="com.sun.xml.stream.buffer" artifactId="streambuffer" version="0.3"/>
|
||||
@@ -32,14 +29,12 @@
|
||||
|
||||
<artifact:dependencies pathId="compile.classpath">
|
||||
<remoteRepository refid="java.net"/>
|
||||
<remoteRepository refid="spring-ext"/>
|
||||
<dependency groupId="javax.xml.ws" artifactId="jaxws-api" version="2.1-SNAPSHOT"/>
|
||||
<dependency groupId="org.springframework" artifactId="spring-core" version="2.0.5"/>
|
||||
</artifact:dependencies>
|
||||
|
||||
<artifact:dependencies pathId="runtime.classpath">
|
||||
<remoteRepository refid="java.net"/>
|
||||
<remoteRepository refid="spring-ext"/>
|
||||
<dependency groupId="com.sun.xml.ws" artifactId="jaxws-rt" version="EA3"/>
|
||||
<dependency groupId="com.sun.xml.bind" artifactId="jaxb-impl" version="2.1-EA2"/>
|
||||
<dependency groupId="com.sun.xml.bind" artifactId="jaxb-xjc" version="2.1-EA2"/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<parent>
|
||||
<artifactId>spring-ws-samples</artifactId>
|
||||
<groupId>org.springframework.ws</groupId>
|
||||
<version>1.0-rc3-SNAPSHOT</version>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>mtom</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user