Applied patch from Ben Hale for Maven3 S3 deploys.

This commit is contained in:
Ulrik Sandberg
2011-02-24 18:06:02 +00:00
parent def1fa5db2
commit ed7ef2a573
5 changed files with 9 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent-tiger</artifactId>
<version>1.3.2.CI-SNAPSHOT</version>
<relativePath>../../parent/tiger/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ldap-ldif-batch</artifactId>

View File

@@ -75,6 +75,10 @@
<enabled>true</enabled>
</releases>
</pluginRepository>
<pluginRepository>
<id>spring release</id>
<url>http://maven.springframework.org/release/</url>
</pluginRepository>
</pluginRepositories>
<build>
<pluginManagement>
@@ -220,7 +224,7 @@
<extension>
<groupId>org.springframework.build.aws</groupId>
<artifactId>org.springframework.build.aws.maven</artifactId>
<version>3.0.0.RELEASE</version>
<version>3.1.0.RELEASE</version>
</extension>
</extensions>
<plugins>

View File

@@ -5,6 +5,7 @@
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent</artifactId>
<version>1.3.2.CI-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ldap-test</artifactId>

View File

@@ -4,6 +4,7 @@
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent</artifactId>
<version>1.3.2.CI-SNAPSHOT</version>
<relativePath>../../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ldap-integration-tests</artifactId>

View File

@@ -5,6 +5,7 @@
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-parent</artifactId>
<version>1.3.2.CI-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-ldap-integration-tests-parent</artifactId>