Browse Source

Updated sandbox pom versions to match release

2.0.2
Luke Taylor 18 years ago
parent
commit
45253ca148
  1. 3
      sandbox/captcha/pom.xml
  2. 4
      sandbox/heavyduty/pom.xml
  3. 2
      sandbox/other/pom.xml
  4. 2
      sandbox/pom.xml
  5. 2
      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.2</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>

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>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<dependencies>
<dependency>
<groupId>org.springframework.security</groupId>
@ -166,7 +166,7 @@ @@ -166,7 +166,7 @@
</build>
<properties>
<spring.version>2.5.4</spring.version>
<spring.security.version>2.0.2-SNAPSHOT</spring.security.version>
<spring.security.version>2.0.2</spring.security.version>
</properties>
</project>

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.2</version>
</parent>
<artifactId>spring-security-sandbox-other</artifactId>
<name>Spring Security - Other Sandbox Code</name>

2
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.2</version>
</parent>
<artifactId>spring-security-sandbox</artifactId>
<name>Spring Security - Sandbox</name>

2
sandbox/webwork/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-sandbox</artifactId>
<version>2.0.2-SNAPSHOT</version>
<version>2.0.2</version>
</parent>
<artifactId>spring-security-webwork</artifactId>
<name>Spring Security - Webwork support</name>

Loading…
Cancel
Save