Browse Source

Next development version

2.0.x
Rob Winch 13 years ago
parent
commit
c4bcce1ac3
  1. 2
      acl/pom.xml
  2. 2
      cas/pom.xml
  3. 2
      core-tiger/pom.xml
  4. 2
      core/pom.xml
  5. 2
      itest/context/pom.xml
  6. 2
      itest/pom.xml
  7. 2
      itest/web/pom.xml
  8. 2
      ntlm/pom.xml
  9. 4
      openid/pom.xml
  10. 2
      pom.xml
  11. 2
      portlet/pom.xml
  12. 2
      samples/cas/client/pom.xml
  13. 2
      samples/cas/pom.xml
  14. 2
      samples/cas/server/pom.xml
  15. 2
      samples/contacts/pom.xml
  16. 2
      samples/dms/pom.xml
  17. 2
      samples/ldap/pom.xml
  18. 2
      samples/openid/pom.xml
  19. 2
      samples/pom.xml
  20. 2
      samples/portlet/pom.xml
  21. 2
      samples/preauth/pom.xml
  22. 2
      samples/tutorial/pom.xml
  23. 4
      taglibs/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>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</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>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-cas-client</artifactId>
<name>Spring Security - CAS support</name>

2
core-tiger/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-core-tiger</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>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-core</artifactId>

2
itest/context/pom.xml

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

2
itest/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<artifactId>spring-security-itest</artifactId>
<name>Spring Security - Integration Tests</name>
<packaging>pom</packaging>
<version>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
<modules>
<module>web</module>
<!-- module>webflow</module-->

2
itest/web/pom.xml

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

2
ntlm/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
</parent>
<packaging>jar</packaging>
<artifactId>spring-security-ntlm</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>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-openid</artifactId>
<name>Spring Security - OpenID support</name>
<description>Spring Security - Support for OpenID</description>
<version>2.0.8.RELEASE</version>
<version>2.0.9.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>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
<name>Spring Security</name>
<packaging>pom</packaging>

2
portlet/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
</parent>
<artifactId>spring-security-portlet</artifactId>
<name>Spring Security - Portlet support</name>

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

2
samples/portlet/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId>
<version>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
</parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-portlet</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>2.0.8.RELEASE</version>
<version>2.0.9.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>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</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>2.0.8.RELEASE</version>
<version>2.0.9.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>2.0.8.RELEASE</version>
<version>2.0.9.CI-SNAPSHOT</version>
<packaging>jar</packaging>
<dependencies>

Loading…
Cancel
Save