Browse Source

Update version number to 3.1.0.CI-SNAPSHOT.

pull/1/head
Luke Taylor 16 years ago
parent
commit
2ee7696bf4
  1. 2
      acl/pom.xml
  2. 8
      aspects/pom.xml
  3. 2
      build.gradle
  4. 2
      cas/pom.xml
  5. 2
      config/pom.xml
  6. 2
      core/pom.xml
  7. 2
      itest/context/pom.xml
  8. 2
      itest/misc/pom.xml
  9. 4
      itest/pom.xml
  10. 2
      itest/web/pom.xml
  11. 2
      ldap/pom.xml
  12. 4
      openid/pom.xml
  13. 2
      pom.xml
  14. 2
      samples/aspectj/pom.xml
  15. 2
      samples/cas/client/pom.xml
  16. 2
      samples/cas/pom.xml
  17. 2
      samples/cas/server/pom.xml
  18. 2
      samples/contacts/pom.xml
  19. 2
      samples/dms/pom.xml
  20. 2
      samples/ldap/pom.xml
  21. 2
      samples/openid/pom.xml
  22. 2
      samples/pom.xml
  23. 2
      samples/preauth/pom.xml
  24. 2
      samples/tutorial/pom.xml
  25. 4
      sandbox/heavyduty/pom.xml
  26. 2
      sandbox/webflow/pom.xml
  27. 4
      taglibs/pom.xml
  28. 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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>

8
aspects/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-aspects</artifactId>
@ -22,7 +22,7 @@ @@ -22,7 +22,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@ -39,12 +39,12 @@ @@ -39,12 +39,12 @@
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.6.5</version>
<version>1.6.8</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>1.6.5</version>
<version>1.6.8</version>
</dependency>
</dependencies>
<executions>

2
build.gradle

@ -4,7 +4,7 @@ import org.gradle.api.tasks.bundling.GradleManifest @@ -4,7 +4,7 @@ import org.gradle.api.tasks.bundling.GradleManifest
apply id: 'base'
allprojects {
version = '3.0.2.RELEASE'
version = '3.1.0.CI-SNAPSHOT'
releaseBuild = version.endsWith('RELEASE')
snapshotBuild = version.endsWith('SNAPSHOT')

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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-core</artifactId>

2
itest/context/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-itest</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-itest-context</artifactId>
<name>Spring Security - Miscellaneous Application Context Integration Tests</name>

2
itest/misc/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-itest</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-itest-misc</artifactId>
<name>Spring Security - Miscellaneous Integration Tests</name>

4
itest/pom.xml

@ -3,12 +3,12 @@ @@ -3,12 +3,12 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-itest</artifactId>
<name>Spring Security - Integration Tests</name>
<packaging>pom</packaging>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
<modules>
<module>web</module>
<!-- module>webflow</module-->

2
itest/web/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-itest</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-itest-web</artifactId>
<name>Spring Security - Web Integration Tests</name>

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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-openid</artifactId>
<name>Spring Security - OpenID support</name>
<description>Spring Security - Support for OpenID</description>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>

2
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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
<name>Spring Security</name>
<packaging>pom</packaging>

2
samples/aspectj/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-samples-aspectj</artifactId>
<packaging>jar</packaging>

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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-tutorial</artifactId>

4
sandbox/heavyduty/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<artifactId>spring-security-heavyduty</artifactId>
<name>Spring Security - Heavy Duty Sample</name>
<packaging>war</packaging>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
@ -205,7 +205,7 @@ @@ -205,7 +205,7 @@
</build>
<properties>
<spring.version>3.0.0.RELEASE</spring.version>
<spring.security.version>3.0.2.RELEASE</spring.security.version>
<spring.security.version>3.1.0.CI-SNAPSHOT</spring.security.version>
</properties>
</project>

2
sandbox/webflow/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-webflow</artifactId>
<name>Spring Security - Webflow sample</name>
<version>3.0.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
<packaging>war</packaging>
<dependencies>
<dependency>

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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</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.2.RELEASE</version>
<version>3.1.0.CI-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-web</artifactId>

Loading…
Cancel
Save