Browse Source

Update sandbox poms post-release

2.0.x
Luke Taylor 18 years ago
parent
commit
d5df35f739
  1. 3
      sandbox/captcha/pom.xml
  2. 2
      sandbox/itest/pom.xml
  3. 2
      sandbox/itest/web/pom.xml
  4. 2
      sandbox/other/pom.xml
  5. 4
      sandbox/pom.xml
  6. 3
      sandbox/webwork/pom.xml

3
sandbox/captcha/pom.xml

@ -3,13 +3,12 @@ @@ -3,13 +3,12 @@
<parent>
<artifactId>spring-security-parent</artifactId>
<groupId>org.springframework.security</groupId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-captcha</artifactId>
<name>Spring Security - Captcha module</name>
<version>2.0.2-SNAPSHOT</version>
<dependencies>
<dependency>

2
sandbox/itest/pom.xml

@ -11,7 +11,7 @@ @@ -11,7 +11,7 @@
<artifactId>spring-security-itest</artifactId>
<name>Spring Security - Integration Tests</name>
<packaging>pom</packaging>
<version>2.0.3-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
<modules>
<module>web</module>
<!-- module>webflow</module-->

2
sandbox/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.3-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spring-security-itest-web</artifactId>
<name>Spring Security - Web Integration Tests</name>

2
sandbox/other/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-sandbox</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spring-security-sandbox-other</artifactId>
<name>Spring Security - Other Sandbox Code</name>

4
sandbox/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spring-security-sandbox</artifactId>
<name>Spring Security - Sandbox</name>
@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>${pom.version}</version>
</dependency>
</dependencies>

3
sandbox/webwork/pom.xml

@ -3,12 +3,11 @@ @@ -3,12 +3,11 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-sandbox</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.4-SNAPSHOT</version>
</parent>
<artifactId>spring-security-webwork</artifactId>
<name>Spring Security - Webwork support</name>
<description>Spring Security - Support for WebWork 2</description>
<version>0.3-SNAPSHOT</version>
<dependencies>
<dependency>

Loading…
Cancel
Save