[maven-release-plugin] prepare release release_2_0_0_RC1
This commit is contained in:
		
							parent
							
								
									3ef5833996
								
							
						
					
					
						commit
						91ed7dceb6
					
				| 
						 | 
				
			
			@ -3,13 +3,13 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <modelVersion>4.0.0</modelVersion>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-acl</artifactId>
 | 
			
		||||
    <name>Spring Security - ACL module</name>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
  <parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-adapters</artifactId>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
  </parent>
 | 
			
		||||
  <artifactId>spring-security-catalina</artifactId>
 | 
			
		||||
  <name>Spring Security - Catalina adapter</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
  <parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-adapters</artifactId>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
  </parent>
 | 
			
		||||
  <artifactId>spring-security-jboss</artifactId>
 | 
			
		||||
  <name>Spring Security - JBoss adapter</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
  <parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-adapters</artifactId>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
  </parent>
 | 
			
		||||
  <artifactId>spring-security-jetty</artifactId>
 | 
			
		||||
  <name>Spring Security - Jetty adapter</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
  <parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
  </parent>
 | 
			
		||||
  <artifactId>spring-security-adapters</artifactId>
 | 
			
		||||
  <name>Spring Security - Adapters</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
  <parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-adapters</artifactId>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
  </parent>
 | 
			
		||||
  <artifactId>spring-security-resin</artifactId>
 | 
			
		||||
  <name>Spring Security - Resin adapter</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,10 +1,9 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<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>
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>spring-security-cas-client</artifactId>
 | 
			
		||||
    <name>Spring Security - CAS support</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,10 +1,9 @@
 | 
			
		|||
<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>
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <packaging>bundle</packaging>    
 | 
			
		||||
    <artifactId>spring-security-core-tiger</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <packaging>bundle</packaging>
 | 
			
		||||
    <artifactId>spring-security-core</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
	<parent>
 | 
			
		||||
		<groupId>org.springframework.security</groupId>
 | 
			
		||||
		<artifactId>spring-security-parent</artifactId>
 | 
			
		||||
		<version>2.0-SNAPSHOT</version>
 | 
			
		||||
		<version>2.0.0-RC1</version>
 | 
			
		||||
	</parent>
 | 
			
		||||
	<packaging>jar</packaging>
 | 
			
		||||
	<artifactId>spring-security-ntlm</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,12 +3,12 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>spring-security-openid</artifactId>
 | 
			
		||||
    <name>Spring Security - OpenID support</name>
 | 
			
		||||
    <description>Spring Security - Support for OpenID</description>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
    <packaging>jar</packaging>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										11
									
								
								pom.xml
								
								
								
								
							
							
						
						
									
										11
									
								
								pom.xml
								
								
								
								
							| 
						 | 
				
			
			@ -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 @@
 | 
			
		|||
 | 
			
		||||
    <!-- 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>
 | 
			
		||||
| 
						 | 
				
			
			@ -445,8 +445,7 @@
 | 
			
		|||
                                <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>
 | 
			
		||||
                
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,18 +3,18 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>spring-security-portlet</artifactId>
 | 
			
		||||
    <name>Spring Security - Portlet support</name>
 | 
			
		||||
    <description>Spring Security - Support for JSR 168 Portlets</description>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>org.springframework.security</groupId>
 | 
			
		||||
            <artifactId>spring-security-core</artifactId>
 | 
			
		||||
            <version>2.0-SNAPSHOT</version>
 | 
			
		||||
            <version>2.0.0-RC1</version>
 | 
			
		||||
        </dependency>
 | 
			
		||||
        <dependency>
 | 
			
		||||
            <groupId>javax.servlet</groupId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>spring-security-samples-contacts</artifactId>
 | 
			
		||||
    <name>Spring Security - Contacts sample</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <artifactId>spring-security-samples-dms</artifactId>
 | 
			
		||||
    <name>Spring Security - DMS sample</name>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-samples-ldap</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-samples-openid</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,13 +1,9 @@
 | 
			
		|||
<?xml version="1.0" encoding="UTF-8"?>
 | 
			
		||||
<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>
 | 
			
		||||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-samples-portlet</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-samples-preauth</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,7 +3,7 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <artifactId>spring-security-samples</artifactId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-samples-tutorial</artifactId>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -3,13 +3,13 @@
 | 
			
		|||
    <parent>
 | 
			
		||||
        <artifactId>spring-security-parent</artifactId>
 | 
			
		||||
        <groupId>org.springframework.security</groupId>
 | 
			
		||||
        <version>2.0-SNAPSHOT</version>
 | 
			
		||||
        <version>2.0.0-RC1</version>
 | 
			
		||||
    </parent>
 | 
			
		||||
    <modelVersion>4.0.0</modelVersion>
 | 
			
		||||
    <groupId>org.springframework.security</groupId>
 | 
			
		||||
    <artifactId>spring-security-taglibs</artifactId>
 | 
			
		||||
    <name>Spring Security - JSP taglibs</name>
 | 
			
		||||
    <version>2.0-SNAPSHOT</version>
 | 
			
		||||
    <version>2.0.0-RC1</version>
 | 
			
		||||
    <packaging>jar</packaging>
 | 
			
		||||
 | 
			
		||||
    <dependencies>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue