INT-1945 Fix class names; update POMs to M1
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<name>FTP Demo</name>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<spring.integration.version>2.1.0.BUILD-SNAPSHOT</spring.integration.version>
|
||||
<spring.integration.version>2.1.0.M1</spring.integration.version>
|
||||
<log4j.version>1.2.16</log4j.version>
|
||||
<junit.version>4.7</junit.version>
|
||||
</properties>
|
||||
@@ -60,4 +60,4 @@
|
||||
<url>http://maven.springframework.org/snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
* @since 2.1
|
||||
*
|
||||
*/
|
||||
public class FtpOutboundGatrewaySample {
|
||||
public class FtpOutboundGatewaySample {
|
||||
|
||||
@Test
|
||||
public void testLsGetRm() throws Exception {
|
||||
@@ -7,7 +7,7 @@
|
||||
<name>SFTP Demo</name>
|
||||
<packaging>jar</packaging>
|
||||
<properties>
|
||||
<spring.integration.version>2.1.0.BUILD-SNAPSHOT</spring.integration.version>
|
||||
<spring.integration.version>2.1.0.M1</spring.integration.version>
|
||||
<log4j.version>1.2.16</log4j.version>
|
||||
<junit.version>4.7</junit.version>
|
||||
</properties>
|
||||
@@ -61,4 +61,4 @@
|
||||
<url>http://maven.springframework.org/snapshot</url>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
||||
</project>
|
||||
|
||||
@@ -33,7 +33,7 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
|
||||
* @since 2.1
|
||||
*
|
||||
*/
|
||||
public class SftpOutboundGatrewaySample {
|
||||
public class SftpOutboundGatewaySample {
|
||||
|
||||
@Test
|
||||
public void testLsGetRm() throws Exception {
|
||||
Reference in New Issue
Block a user