1
0
mirror of synced 2026-07-10 13:20:02 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Luke Taylor 9c696df36e Reinstate distroManagement section in pom.xml 2009-12-22 22:33:52 +00:00
Luke Taylor fb76868da5 Update version number in inactive build modules 2009-12-22 22:29:57 +00:00
Luke Taylor a7a1b889ce Remove Spring repos from pom.xml prior to final release 2009-12-22 22:27:06 +00:00
9 changed files with 11 additions and 37 deletions
+2 -2
View File
@@ -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 @@
<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>
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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-->
+1 -1
View File
@@ -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>
-26
View File
@@ -73,32 +73,6 @@
</site>
</distributionManagement>
<repositories>
<repository>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<id>com.springsource.repository.maven.snapshot</id>
<name>SpringSource Enterprise Bundle Maven Repository - SpringSource Snapshot Releases</name>
<url>http://maven.springframework.org/snapshot</url>
</repository>
<repository>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>com.springsource.repository.maven.milestone</id>
<name>Spring Framework Maven Milestone Releases (Maven Central Format)</name>
<url>http://maven.springframework.org/milestone</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>com.springsource.repository.maven.milestone</id>
+1 -1
View File
@@ -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>
+2 -2
View File
@@ -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 @@
</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>
+1 -1
View File
@@ -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>