Fixed incorrect artifact names. Removed redundant snapshot info.

This commit is contained in:
Ulrik Sandberg
2009-02-01 13:43:37 +00:00
parent 3c2b46448c
commit f3c52e8d0d
2 changed files with 5 additions and 40 deletions

View File

@@ -29,12 +29,12 @@ Maven Users
+--------------------------------------------------+
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap</artifactId>
<artifactId>spring-ldap-core</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-tiger</artifactId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>1.3.0.RELEASE</version>
</dependency>
+--------------------------------------------------+
@@ -52,31 +52,5 @@ Maven Users
+--------------------------------------------------+
Nightly snapshots are available from the Spring Source snapshot repository:
+--------------------------------------------------+
<repositories>
<repository>
<id>spring-snapshot</id>
<name>Spring Portfolio Snapshot Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/snapshot</url>
</repository>
</repositories>
+--------------------------------------------------+
The dependencies for 1.3.1.CI-SNAPSHOT are:
+--------------------------------------------------+
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core</artifactId>
<version>1.3.1.CI-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>1.3.1.CI-SNAPSHOT</version>
</dependency>
+--------------------------------------------------+
At this point there are no milestones or release candidates.

View File

@@ -12,7 +12,7 @@ Snapshot Builds
+---------------
<repository>
<id>spring-s3</id>
<name>Springframework Maven SNAPSHOT Repository</name>
<name>Spring Portfolio Maven SNAPSHOT Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/snapshot</url>
</repository>
+---------------
@@ -25,18 +25,9 @@ Snapshot Builds
<artifactId>spring-ldap-core</artifactId>
<version>1.3.1.CI-SNAPSHOT</version>
</dependency>
+---------------
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-tiger</artifactId>
<version>1.3.1.CI-SNAPSHOT</version>
</dependency>
+---------------
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap-test</artifactId>
<artifactId>spring-ldap-core-tiger</artifactId>
<version>1.3.1.CI-SNAPSHOT</version>
</dependency>
+---------------