|
|
|
|
@ -3,7 +3,7 @@
@@ -3,7 +3,7 @@
|
|
|
|
|
<modelVersion>4.0.0</modelVersion> |
|
|
|
|
<groupId>org.springframework.security</groupId> |
|
|
|
|
<artifactId>spring-security-parent</artifactId> |
|
|
|
|
<version>2.0-SNAPSHOT</version> |
|
|
|
|
<version>2.0.0-RC1</version> |
|
|
|
|
<name>Spring Security</name> |
|
|
|
|
<packaging>pom</packaging> |
|
|
|
|
|
|
|
|
|
@ -38,9 +38,9 @@
@@ -38,9 +38,9 @@
|
|
|
|
|
|
|
|
|
|
<!-- Note when doing releases: tagBase is set in release plugin configuration below --> |
|
|
|
|
<scm> |
|
|
|
|
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection> |
|
|
|
|
<developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</developerConnection> |
|
|
|
|
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/trunk/</url> |
|
|
|
|
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/release_2_0_0_RC1</connection> |
|
|
|
|
<developerConnection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/tags/release_2_0_0_RC1</developerConnection> |
|
|
|
|
<url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/tags/release_2_0_0_RC1</url> |
|
|
|
|
</scm> |
|
|
|
|
|
|
|
|
|
<issueManagement> |
|
|
|
|
@ -433,20 +433,19 @@
@@ -433,20 +433,19 @@
|
|
|
|
|
<postProcess> |
|
|
|
|
<copy todir="target/site/reference"> |
|
|
|
|
<fileset dir="target/docbkx"> |
|
|
|
|
<include name="**/*.html"/> |
|
|
|
|
<include name="**/*.pdf"/> |
|
|
|
|
<include name="**/*.html" /> |
|
|
|
|
<include name="**/*.pdf" /> |
|
|
|
|
</fileset> |
|
|
|
|
</copy> |
|
|
|
|
<copy todir="target/site/reference/html"> |
|
|
|
|
<fileset dir="src/docbkx/resources"> |
|
|
|
|
<include name="**/*.css"/> |
|
|
|
|
<include name="**/*.png"/> |
|
|
|
|
<include name="**/*.gif"/> |
|
|
|
|
<include name="**/*.jpg"/> |
|
|
|
|
<include name="**/*.css" /> |
|
|
|
|
<include name="**/*.png" /> |
|
|
|
|
<include name="**/*.gif" /> |
|
|
|
|
<include name="**/*.jpg" /> |
|
|
|
|
</fileset> |
|
|
|
|
</copy> |
|
|
|
|
<move file="target/site/reference/pdf/index.pdf" |
|
|
|
|
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/> |
|
|
|
|
<move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" /> |
|
|
|
|
</postProcess> |
|
|
|
|
</configuration> |
|
|
|
|
|
|
|
|
|
|