Minor updates to the site
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
<distributionManagement>
|
||||
<downloadUrl>http://static.springframework.org/spring-ws/site/downloads/releases.html</downloadUrl>
|
||||
<repository>
|
||||
<id>spring-milestone</id>
|
||||
<id>spring-s3</id>
|
||||
<name>Spring Milestone Repository</name>
|
||||
<url>s3://maven.springframework.org/milestone</url>
|
||||
</repository>
|
||||
<snapshotRepository>
|
||||
<id>spring-snapshot</id>
|
||||
<id>spring-s3</id>
|
||||
<name>Spring Snapshot Repository</name>
|
||||
<url>s3://maven.springframework.org/snapshot</url>
|
||||
</snapshotRepository>
|
||||
@@ -594,10 +594,11 @@
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<!-- Acegi -->
|
||||
<dependency>
|
||||
<groupId>org.acegisecurity</groupId>
|
||||
<artifactId>acegi-security</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>log4j</groupId>
|
||||
@@ -640,7 +641,13 @@
|
||||
<dependency>
|
||||
<groupId>org.acegisecurity</groupId>
|
||||
<artifactId>acegi-security-tiger</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
</dependency>
|
||||
<!-- Spring Security -->
|
||||
<dependency>
|
||||
<groupId>org.springframework.security</groupId>
|
||||
<artifactId>spring-security-core</artifactId>
|
||||
<version>2.0-M1</version>
|
||||
</dependency>
|
||||
<!-- JEE dependencies -->
|
||||
<dependency>
|
||||
|
||||
2
pom.xml
2
pom.xml
@@ -410,7 +410,7 @@
|
||||
<artifactItem>
|
||||
<groupId>org.acegisecurity</groupId>
|
||||
<artifactId>acegi-security</artifactId>
|
||||
<version>1.0.5</version>
|
||||
<version>1.0.6</version>
|
||||
<outputDirectory>${project.build.directory}/dependency/acegi/</outputDirectory>
|
||||
</artifactItem>
|
||||
<!--Java EE-->
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 22 KiB |
@@ -37,7 +37,7 @@
|
||||
</menu>
|
||||
<menu name="Support">
|
||||
<item name="Support Forums" href="http://forum.springframework.org/forumdisplay.php?f=39"/>
|
||||
<item name="JIRA" href="http://opensource.atlassian.com/projects/spring/browse/SWS"/>
|
||||
<item name="JIRA" href="http://jira.springframework.org/browse/SWS"/>
|
||||
</menu>
|
||||
<menu ref="reports" name="Reports"/>
|
||||
</body>
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
<title>Home</title>
|
||||
</properties>
|
||||
<body>
|
||||
<center><img src="images/spring-ws-logo.png"/></center>
|
||||
<h2>What is Spring Web Services?</h2>
|
||||
<p>
|
||||
Spring Web Services is a product of the <a href="http://www.springframework.org">Spring</a> community
|
||||
|
||||
Reference in New Issue
Block a user