SEC-696: Updated index text and pom.xml (urls for site etc)

This commit is contained in:
Luke Taylor 2008-03-06 22:25:41 +00:00
parent e5a7303015
commit e4312aed5d
2 changed files with 18 additions and 22 deletions

16
pom.xml
View File

@ -24,12 +24,10 @@
<description>Spring Security</description> <description>Spring Security</description>
<organization> <organization>
<name>SpringSource, Inc</name> <name>SpringSource, Inc</name>
<url>http://sourceforge.net/projects/acegisecurity</url> <url>http://www.springsource.com/</url>
<!--<logo>http://sourceforge.net/sflogo.php?group_id=104215&amp;type=5</logo>-->
</organization> </organization>
<inceptionYear>2004</inceptionYear> <inceptionYear>2004</inceptionYear>
<!--<logo>http://acegisecurity.org/logo.gif</logo>--> <url>http://static.springframework.org/spring-security/site/index.html</url>
<url>http://acegisecurity.org/</url>
<licenses> <licenses>
<license> <license>
@ -52,7 +50,7 @@
</issueManagement> </issueManagement>
<ciManagement> <ciManagement>
<system>bamboo</system> <system>bamboo</system>
<url>http://build.springframework.org:8085/bamboo/</url> <url>https://build.springframework.org/browse/SEC</url>
</ciManagement> </ciManagement>
<distributionManagement> <distributionManagement>
@ -158,11 +156,6 @@
<id>raykrueger</id> <id>raykrueger</id>
<email>raykrueger at users.sourceforge.net</email> <email>raykrueger at users.sourceforge.net</email>
</developer> </developer>
<developer>
<name>Robert Sanders</name>
<id>robertsanders</id>
<email>robertsanders at users.sourceforge.net</email>
</developer>
<developer> <developer>
<name>Mark St.Godard</name> <name>Mark St.Godard</name>
<id>markstg</id> <id>markstg</id>
@ -488,6 +481,9 @@
<artifactId>maven-jxr-plugin</artifactId> <artifactId>maven-jxr-plugin</artifactId>
<configuration> <configuration>
<aggregate>true</aggregate> <aggregate>true</aggregate>
<excludes>
<exclude>bigbank/**</exclude>
</excludes>
</configuration> </configuration>
</plugin> </plugin>
<!-- <!--

View File

@ -4,9 +4,9 @@
What is Spring Security? What is Spring Security?
Spring Security is the renamed Acegi Security System for Spring, which became an official Spring Formerly the Acegi Security System for Spring (which became an official Spring
Portfolio project towards the end of 2007. It is the portolio's security offering, focused on providing a powerful and Portfolio project towards the end of 2007), Spring Security is provides powerful and
flexible security solution for enterprise applications developed using the Spring Framework. flexible security solutions for enterprise applications developed using the Spring Framework.
It is a stable and mature product - Acegi Security 1.0.0 was released in May 2006 after more than two and a half It is a stable and mature product - Acegi Security 1.0.0 was released in May 2006 after more than two and a half
years of use in large production software projects. years of use in large production software projects.