mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-15 14:53:31 +00:00
changed spring version
This commit is contained in:
parent
9794c518d6
commit
95e0fd9ffe
260
pom.xml
260
pom.xml
@ -1,4 +1,6 @@
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.acegisecurity</groupId>
|
||||
<artifactId>acegi-security-parent</artifactId>
|
||||
@ -31,9 +33,15 @@
|
||||
</licenses>
|
||||
|
||||
<scm>
|
||||
<connection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</connection>
|
||||
<developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity</developerConnection>
|
||||
<url>http://svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/</url>
|
||||
<connection>
|
||||
scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
|
||||
</connection>
|
||||
<developerConnection>
|
||||
scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/trunk/acegisecurity
|
||||
</developerConnection>
|
||||
<url>
|
||||
http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/trunk/acegisecurity/
|
||||
</url>
|
||||
</scm>
|
||||
|
||||
<!--
|
||||
@ -47,17 +55,23 @@
|
||||
<repository>
|
||||
<id>sourceforge.net</id>
|
||||
<name>Acegi Releases Repository at Sourceforge</name>
|
||||
<url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases</url>
|
||||
<url>
|
||||
scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/releases
|
||||
</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>sourceforge.net</id>
|
||||
<name>Acegi Snapshots Repository at Sourceforge</name>
|
||||
<url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots</url>
|
||||
<url>
|
||||
scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/repository/snapshots
|
||||
</url>
|
||||
</snapshotRepository>
|
||||
<site>
|
||||
<id>sourceforge.net</id>
|
||||
<name>Acegi Website at Sourceforge</name>
|
||||
<url>scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/maven2</url>
|
||||
<url>
|
||||
scp://shell.sourceforge.net/home/groups/a/ac/acegisecurity/htdocs/maven2
|
||||
</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
@ -65,7 +79,9 @@
|
||||
<repository>
|
||||
<id>sourceforge.net</id>
|
||||
<name>Acegi snapshot repository</name>
|
||||
<url>http://acegisecurity.sourceforge.net/repository/snapshots</url>
|
||||
<url>
|
||||
http://acegisecurity.sourceforge.net/repository/snapshots
|
||||
</url>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
@ -83,15 +99,23 @@
|
||||
<mailingLists>
|
||||
<mailingList>
|
||||
<name>Acegi Developer List</name>
|
||||
<subscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</subscribe>
|
||||
<subscribe>
|
||||
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
|
||||
</subscribe>
|
||||
<!--
|
||||
<unsubscribe>https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer</unsubscribe>
|
||||
<post>acegisecurity-developer@lists.sourceforge.net</post>
|
||||
-->
|
||||
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=40659</archive>
|
||||
<archive>
|
||||
http://sourceforge.net/mailarchive/forum.php?forum_id=40659
|
||||
</archive>
|
||||
<otherArchives>
|
||||
<otherArchive>http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/</otherArchive>
|
||||
<otherArchive>http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/</otherArchive>
|
||||
<otherArchive>
|
||||
http://news.gmane.org/gmane.comp.java.springframework.acegisecurity.devel/
|
||||
</otherArchive>
|
||||
<otherArchive>
|
||||
http://www.mail-archive.com/acegisecurity-developer@lists.sourceforge.net/
|
||||
</otherArchive>
|
||||
</otherArchives>
|
||||
</mailingList>
|
||||
<mailingList>
|
||||
@ -101,7 +125,9 @@
|
||||
<unsubscribe>users-unsubscribe@maven.apache.org</unsubscribe>
|
||||
<post>users@maven.apache.org</post>
|
||||
-->
|
||||
<archive>http://sourceforge.net/mailarchive/forum.php?forum_id=30287</archive>
|
||||
<archive>
|
||||
http://sourceforge.net/mailarchive/forum.php?forum_id=30287
|
||||
</archive>
|
||||
</mailingList>
|
||||
</mailingLists>
|
||||
|
||||
@ -110,7 +136,9 @@
|
||||
<name>Ben Alex</name>
|
||||
<id>benalex</id>
|
||||
<email>benalex at users.sourceforge.net</email>
|
||||
<organization>Acegi Technology Pty Limited (http://www.acegi.com.au)</organization>
|
||||
<organization>
|
||||
Acegi Technology Pty Limited (http://www.acegi.com.au)
|
||||
</organization>
|
||||
<timezone>+10</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
@ -133,7 +161,9 @@
|
||||
<name>Luke Taylor</name>
|
||||
<id>luke_t</id>
|
||||
<email>luke at monkeymachine.ltd.uk</email>
|
||||
<organization>Monkey Machine Ltd. (http://monkeymachine.ltd.uk)</organization>
|
||||
<organization>
|
||||
Monkey Machine Ltd. (http://monkeymachine.ltd.uk)
|
||||
</organization>
|
||||
<timezone>0</timezone>
|
||||
</developer>
|
||||
<developer>
|
||||
@ -151,6 +181,15 @@
|
||||
<id>markstg</id>
|
||||
<email>markstg at users.sourceforge.net</email>
|
||||
</developer>
|
||||
<developer>
|
||||
<name>Vishal Puri</name>
|
||||
<id>vishalpuri</id>
|
||||
<email>vishalpuri at users.sourceforge.net</email>
|
||||
<organization>
|
||||
Interface21 Pty Limited (http://www.interface21.com)
|
||||
</organization>
|
||||
<timezone>+10</timezone>
|
||||
</developer>
|
||||
</developers>
|
||||
|
||||
<contributors>
|
||||
@ -219,8 +258,8 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<configuration>
|
||||
<source>1.3</source>
|
||||
<target>1.3</target>
|
||||
<source>1.5</source>
|
||||
<target>1.5</target>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@ -255,104 +294,45 @@
|
||||
<!-- The working directory for the embedded apache Ldap test server -->
|
||||
<property>
|
||||
<name>apacheDSWorkDir</name>
|
||||
<value>${basedir}/target/apacheds-work</value>
|
||||
<value>
|
||||
${basedir}/target/apacheds-work
|
||||
</value>
|
||||
</property>
|
||||
</systemProperties>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- IDE -->
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-eclipse-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<wtpversion>1.0</wtpversion>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-idea-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
<configuration>
|
||||
<downloadSources>true</downloadSources>
|
||||
<!--<downloadJavadocs>true</downloadJavadocs>-->
|
||||
<dependenciesAsLibraries>
|
||||
true
|
||||
</dependenciesAsLibraries>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
||||
<plugin>
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<configuration>
|
||||
<tagBase>https://svn.sourceforge.net/svnroot/acegisecurity/tags</tagBase>
|
||||
<tagBase>
|
||||
https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/tags
|
||||
</tagBase>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>2.0.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jar-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-install-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-deploy-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-site-plugin</artifactId>
|
||||
<version>2.0-beta-5</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>2.0.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-report-plugin</artifactId>
|
||||
<version>2.3</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-pmd-plugin</artifactId>
|
||||
<version>2.2</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>cobertura-maven-plugin</artifactId>
|
||||
<version>2.1</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>taglist-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>clirr-maven-plugin</artifactId>
|
||||
<version>2.0</version>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
|
||||
</build>
|
||||
|
||||
<reporting>
|
||||
@ -369,7 +349,9 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-checkstyle-plugin</artifactId>
|
||||
<configuration>
|
||||
<configLocation>acegi_checkstyle.xml</configLocation>
|
||||
<configLocation>
|
||||
acegi_checkstyle.xml
|
||||
</configLocation>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
@ -385,23 +367,55 @@
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<configuration>
|
||||
<links>
|
||||
<link>http://java.sun.com/j2se/1.5.0/docs/api</link>
|
||||
<link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
|
||||
<link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
|
||||
<link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
|
||||
<link>http://jakarta.apache.org/commons/logging/api/</link>
|
||||
<link>http://jakarta.apache.org/commons/pool/apidocs/</link>
|
||||
<link>
|
||||
http://java.sun.com/j2se/1.5.0/docs/api
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/dbcp/apidocs/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/fileupload/apidocs/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/httpclient/apidocs/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/logging/api/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/pool/apidocs/
|
||||
</link>
|
||||
<link>http://www.junit.org/junit/javadoc/</link>
|
||||
<link>http://logging.apache.org/log4j/docs/api/</link>
|
||||
<link>http://jakarta.apache.org/regexp/apidocs/</link>
|
||||
<link>http://jakarta.apache.org/velocity/api/</link>
|
||||
<link>http://www.springframework.org/docs/api/</link>
|
||||
<link>http://jakarta.apache.org/commons/lang/api/</link>
|
||||
<link>http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/</link>
|
||||
<link>http://jakarta.apache.org/commons/codec/apidocs/</link>
|
||||
<link>http://jakarta.apache.org/commons/collections/api/</link>
|
||||
<link>http://jakarta.apache.org/commons/logging/apidocs/</link>
|
||||
<link>http://tomcat.apache.org/tomcat-5.0-doc/servletapi/</link>
|
||||
<link>
|
||||
http://logging.apache.org/log4j/docs/api/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/regexp/apidocs/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/velocity/api/
|
||||
</link>
|
||||
<link>
|
||||
http://www.springframework.org/docs/api/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/lang/api/
|
||||
</link>
|
||||
<link>
|
||||
http://developer.ja-sig.org/projects/cas/multiproject/cas-server/apidocs/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/codec/apidocs/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/collections/api/
|
||||
</link>
|
||||
<link>
|
||||
http://jakarta.apache.org/commons/logging/apidocs/
|
||||
</link>
|
||||
<link>
|
||||
http://tomcat.apache.org/tomcat-5.0-doc/servletapi/
|
||||
</link>
|
||||
</links>
|
||||
</configuration>
|
||||
</plugin>
|
||||
@ -449,7 +463,7 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<properties>
|
||||
<spring.version>1.2.8</spring.version>
|
||||
<spring.version>2.0.4</spring.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
|
Loading…
x
Reference in New Issue
Block a user