Browse Source

Update version number in inactive build modules

Luke Taylor 16 years ago
parent
commit
fb76868da5
  1. 4
      aspects/pom.xml
  2. 2
      itest/context/pom.xml
  3. 2
      itest/misc/pom.xml
  4. 4
      itest/pom.xml
  5. 2
      itest/web/pom.xml
  6. 2
      samples/aspectj/pom.xml
  7. 4
      sandbox/heavyduty/pom.xml
  8. 2
      sandbox/webflow/pom.xml

4
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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</version>
</dependency>
</dependencies>
<build>

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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</version>
</parent>
<artifactId>spring-security-itest</artifactId>
<name>Spring Security - Integration Tests</name>
<packaging>pom</packaging>
<version>3.0.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</version>
</parent>
<artifactId>spring-security-itest-web</artifactId>
<name>Spring Security - Web Integration Tests</name>

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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</version>
</parent>
<artifactId>spring-security-samples-aspectj</artifactId>
<packaging>jar</packaging>

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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</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.0.CI-SNAPSHOT</spring.security.version>
<spring.security.version>3.0.0.RELEASE</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.0.CI-SNAPSHOT</version>
<version>3.0.0.RELEASE</version>
<packaging>war</packaging>
<dependencies>
<dependency>

Loading…
Cancel
Save