From fac551ff19adcfe8671f89347ce52687ff544015 Mon Sep 17 00:00:00 2001 From: Ulrik Sandberg Date: Sat, 31 Jan 2009 23:09:38 +0000 Subject: [PATCH] Updated release number. --- src/site/apt/downloads/releases.apt | 41 ++++++++++++++++++----------- 1 file changed, 25 insertions(+), 16 deletions(-) diff --git a/src/site/apt/downloads/releases.apt b/src/site/apt/downloads/releases.apt index dcea054b..ae633b46 100644 --- a/src/site/apt/downloads/releases.apt +++ b/src/site/apt/downloads/releases.apt @@ -6,15 +6,11 @@ Downloads * Get the latest Spring LDAP releases here - * <> + * <> - * {{{http://dist.springframework.org/milestone/LDAP/spring-ldap-1.3.0.RC1.zip}Download}} | {{{http://dist.springframework.org/milestone/LDAP/spring-ldap-1.3.0.RC1-with-dependencies.zip}Download (with dependencies)}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/changelog.txt}Changelog}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/reference/html/spring-ldap-reference.html}Documentation (HTML)}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/reference/pdf/spring-ldap-reference.pdf}Documentation (PDF)}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/apidocs/}API}} + * {{{http://www.springsource.com/download/community?project=Spring%20LDAP}Download}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/changelog.txt}Changelog}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/reference/html/}Documentation (HTML)}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/reference/pdf/spring-ldap-reference.pdf}Documentation (PDF)}} | {{{http://static.springframework.org/spring-ldap/docs/1.3.x/apidocs/}API}} - * <> - - * {{{http://sourceforge.net/project/showfiles.php?group_id=73357&package_id=202038&release_id=560004}Download}} | {{{http://sourceforge.net/project/shownotes.php?group_id=73357&release_id=560004}Changelog}} | {{{http://static.springframework.org/spring-ldap/docs/1.2.1/reference/}Documentation (HTML)}} | {{{http://static.springframework.org/spring-ldap/docs/1.2.1/pdf/spring-ldap-reference.pdf}Documentation (PDF)}} | {{{http://static.springframework.org/spring-ldap/docs/1.2.1/api/}API}} - - * <> + * <> * {{{snapshots.html}Download nightly snapshots}} @@ -22,28 +18,28 @@ Sources Sources are available in the Spring Framework Subversion repository: - * https://src.springframework.org/svn/spring-ldap/trunk (latest sources) + * http://src.springframework.org/svn/spring-ldap/trunk (latest sources) - * https://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.2.1 (1.2.1 release sources) + * http://src.springframework.org/svn/spring-ldap/tags/spring-ldap-1.3.0.RELEASE (1.3.0 release sources) Maven Users - Artifacts for all production releases are available from the central Maven repository. The dependencies in 1.2.1 are: + Artifacts for all production releases are available from the central Maven repository. The dependencies in 1.3.0 are: +--------------------------------------------------+ org.springframework.ldap spring-ldap - 1.2.1 + 1.3.0.RELEASE org.springframework.ldap spring-ldap-tiger - 1.2.1 + 1.3.0.RELEASE +--------------------------------------------------+ - The 1.3.0.RC1 release is available from the Spring Framework milestone repository: + Release candidates and milestones are available from the Spring Source milestone repository: +--------------------------------------------------+ @@ -56,18 +52,31 @@ Maven Users +--------------------------------------------------+ - The dependencies in 1.3.0.RC1 are: + Nightly snapshots are available from the Spring Source snapshot repository: + ++--------------------------------------------------+ + + + spring-snapshot + Spring Portfolio Snapshot Repository + http://s3.amazonaws.com/maven.springframework.org/snapshot + + ++--------------------------------------------------+ + + +The dependencies for 1.3.1.CI-SNAPSHOT are: +--------------------------------------------------+ org.springframework.ldap spring-ldap-core - 1.3.0.RC1 + 1.3.1.CI-SNAPSHOT org.springframework.ldap spring-ldap-core-tiger - 1.3.0.RC1 + 1.3.1.CI-SNAPSHOT +--------------------------------------------------+