Browse Source

[maven-release-plugin] prepare release spring-security-3.0.0.RC2

3.0.x 3.0.0.RC2
Luke Taylor 16 years ago
parent
commit
f2cf17bd49
  1. 2
      acl/pom.xml
  2. 2
      cas/pom.xml
  3. 2
      config/pom.xml
  4. 2
      core/pom.xml
  5. 2
      ldap/pom.xml
  6. 4
      openid/pom.xml
  7. 8
      pom.xml
  8. 2
      samples/cas/client/pom.xml
  9. 2
      samples/cas/pom.xml
  10. 2
      samples/cas/server/pom.xml
  11. 2
      samples/contacts/pom.xml
  12. 2
      samples/dms/pom.xml
  13. 2
      samples/ldap/pom.xml
  14. 2
      samples/openid/pom.xml
  15. 2
      samples/pom.xml
  16. 2
      samples/preauth/pom.xml
  17. 2
      samples/tutorial/pom.xml
  18. 4
      taglibs/pom.xml
  19. 2
      web/pom.xml

2
acl/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<artifactId>spring-security-parent</artifactId>
<groupId>org.springframework.security</groupId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>

2
cas/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<artifactId>spring-security-cas-client</artifactId>
<name>Spring Security - CAS support</name>

2
config/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-config</artifactId>

2
core/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-core</artifactId>

2
ldap/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-ldap</artifactId>

4
openid/pom.xml

@ -3,12 +3,12 @@ @@ -3,12 +3,12 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<artifactId>spring-security-openid</artifactId>
<name>Spring Security - OpenID support</name>
<description>Spring Security - Support for OpenID</description>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<packaging>jar</packaging>
<dependencies>

8
pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<name>Spring Security</name>
<packaging>pom</packaging>
@ -39,9 +39,9 @@ @@ -39,9 +39,9 @@
<!-- Note when doing releases: tagBase is set in release plugin configuration below -->
<scm>
<connection>scm:svn:https://src.springframework.org/svn/spring-security/trunk</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-security/trunk</developerConnection>
<url>https://src.springframework.org/svn/spring-security/trunk</url>
<connection>scm:svn:https://src.springframework.org/svn/spring-security/tags/spring-security-3.0.0.RC2</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-security/tags/spring-security-3.0.0.RC2</developerConnection>
<url>https://src.springframework.org/svn/spring-security/tags/spring-security-3.0.0.RC2</url>
</scm>
<issueManagement>

2
samples/cas/client/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas-client</artifactId>

2
samples/cas/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas</artifactId>

2
samples/cas/server/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-cas-server</artifactId>

2
samples/contacts/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<artifactId>spring-security-samples-contacts</artifactId>
<name>Spring Security - Contacts sample</name>

2
samples/dms/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<artifactId>spring-security-samples-dms</artifactId>
<name>Spring Security - DMS sample</name>

2
samples/ldap/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-ldap</artifactId>

2
samples/openid/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-openid</artifactId>

2
samples/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>

2
samples/preauth/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-preauth</artifactId>

2
samples/tutorial/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-tutorial</artifactId>

4
taglibs/pom.xml

@ -3,13 +3,13 @@ @@ -3,13 +3,13 @@
<parent>
<artifactId>spring-security-parent</artifactId>
<groupId>org.springframework.security</groupId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId>
<name>Spring Security - JSP taglibs</name>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
<packaging>jar</packaging>
<dependencies>

2
web/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RC2</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-web</artifactId>

Loading…
Cancel
Save