renamed ws sample to ws-outbound-gateway
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<name>Spring Integration Samples</name>
|
||||
<properties>
|
||||
<release.version>2.0.0.BUILD-SNAPSHOT</release.version>
|
||||
<spring.framework.version>3.0.0.RELEASE</spring.framework.version>
|
||||
<spring.framework.version>3.0.2.RELEASE</spring.framework.version>
|
||||
</properties>
|
||||
<modules>
|
||||
<module>cafe</module>
|
||||
@@ -20,7 +20,7 @@
|
||||
<module>jms</module>
|
||||
<module>oddeven</module>
|
||||
<module>quote</module>
|
||||
<module>ws</module>
|
||||
<module>ws-outbound-gateway</module>
|
||||
<module>xml</module>
|
||||
</modules>
|
||||
|
||||
@@ -175,6 +175,5 @@
|
||||
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
|
||||
|
||||
</project>
|
||||
|
||||
@@ -18,6 +18,11 @@
|
||||
<version>${spring.framework.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>jivesoftware</groupId>
|
||||
<artifactId>smackx</artifactId>
|
||||
<version>3.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<projectDescription>
|
||||
<name>ws</name>
|
||||
<name>ws-outbound-gateway</name>
|
||||
<comment></comment>
|
||||
<projects>
|
||||
</projects>
|
||||
@@ -6,8 +6,8 @@
|
||||
<version>2.0.0.BUILD-SNAPSHOT</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>ws</groupId>
|
||||
<artifactId>ws</artifactId>
|
||||
<groupId>ws-outbound-gateway</groupId>
|
||||
<artifactId>ws-outbound-gateway</artifactId>
|
||||
<version>2.0.0.BUILD-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
Reference in New Issue
Block a user