|
@@ -3,7 +3,7 @@
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
<groupId>org.springframework.security</groupId>
|
|
|
<artifactId>spring-security-parent</artifactId>
|
|
|
- <version>2.5.0-SNAPSHOT</version>
|
|
|
+ <version>3.0.0.CI-SNAPSHOT</version>
|
|
|
<name>Spring Security</name>
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
@@ -134,6 +134,14 @@
|
|
|
-->
|
|
|
</repositories>
|
|
|
|
|
|
+ <pluginRepositories>
|
|
|
+ <pluginRepository>
|
|
|
+ <id>com.springsource.repository.bundles.milestone</id>
|
|
|
+ <name>SpringSource Enterprise Bundle Repository - SpringSource Milestone Releases</name>
|
|
|
+ <url>http://repository.springsource.com/maven/bundles/milestone</url>
|
|
|
+ </pluginRepository>
|
|
|
+ </pluginRepositories>
|
|
|
+
|
|
|
<mailingLists>
|
|
|
<mailingList>
|
|
|
<name>Acegi Developer List</name>
|
|
@@ -298,26 +306,34 @@
|
|
|
<build>
|
|
|
<extensions>
|
|
|
<extension>
|
|
|
- <groupId>org.springframework.build.aws</groupId>
|
|
|
- <artifactId>org.springframework.build.aws.maven</artifactId>
|
|
|
- <version>2.0.0.RELEASE</version>
|
|
|
+ <groupId>org.springframework.build.aws</groupId>
|
|
|
+ <artifactId>org.springframework.build.aws.maven</artifactId>
|
|
|
+ <version>2.0.0.RELEASE</version>
|
|
|
</extension>
|
|
|
</extensions>
|
|
|
+ <pluginManagement>
|
|
|
+ <plugins>
|
|
|
+ <plugin>
|
|
|
+ <groupId>com.springsource.bundlor</groupId>
|
|
|
+ <artifactId>com.springsource.bundlor.maven</artifactId>
|
|
|
+ <version>1.0.0.M2</version>
|
|
|
+ <executions>
|
|
|
+ <execution>
|
|
|
+ <id>bundlor</id>
|
|
|
+ <phase>package</phase>
|
|
|
+ <goals>
|
|
|
+ <goal>transform</goal>
|
|
|
+ </goals>
|
|
|
+ </execution>
|
|
|
+ </executions>
|
|
|
+ </plugin>
|
|
|
+ </plugins>
|
|
|
+ </pluginManagement>
|
|
|
<plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-help-plugin</artifactId>
|
|
|
- <version>2.0.1</version>
|
|
|
- </plugin>
|
|
|
- <plugin>
|
|
|
- <groupId>org.apache.maven.plugins</groupId>
|
|
|
- <artifactId>maven-clean-plugin</artifactId>
|
|
|
- <version>2.2</version>
|
|
|
- </plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-resources-plugin</artifactId>
|
|
|
- <version>2.2</version>
|
|
|
+ <version>2.3</version>
|
|
|
</plugin>
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
@@ -364,6 +380,7 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
+<!--
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
@@ -379,6 +396,7 @@
|
|
|
</execution>
|
|
|
</executions>
|
|
|
</plugin>
|
|
|
+-->
|
|
|
<!-- Other -->
|
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|