Browse Source

Update 2.0 branch pom versions.

Luke Taylor 15 years ago
parent
commit
6ad652ae97

+ 1 - 1
acl/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <artifactId>spring-security-parent</artifactId>
         <groupId>org.springframework.security</groupId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.springframework.security</groupId>

+ 1 - 1
cas/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-parent</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <artifactId>spring-security-cas-client</artifactId>
     <name>Spring Security - CAS support</name>

+ 1 - 1
core-tiger/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-parent</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>    
     <artifactId>spring-security-core-tiger</artifactId>

+ 1 - 1
core/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-parent</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>spring-security-core</artifactId>

+ 1 - 1
ntlm/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-parent</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <packaging>jar</packaging>
     <artifactId>spring-security-ntlm</artifactId>

+ 2 - 2
openid/pom.xml

@@ -3,12 +3,12 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-parent</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <artifactId>spring-security-openid</artifactId>
     <name>Spring Security - OpenID support</name>
     <description>Spring Security - Support for OpenID</description>
-    <version>2.0.5.RELEASE</version>
+    <version>2.0.6.CI-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>

+ 1 - 32
pom.xml

@@ -3,7 +3,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-parent</artifactId>
-    <version>2.0.5.RELEASE</version>
+    <version>2.0.6.CI-SNAPSHOT</version>
     <name>Spring Security</name>
     <packaging>pom</packaging>
 
@@ -36,13 +36,6 @@
         </license>
     </licenses>
 
-    <!-- Note when doing releases: tagBase is set in release plugin configuration below -->
-    <scm>
-        <connection>scm:svn:https://src.springframework.org/svn/spring-security/tags/spring-security-2.0.5.RELEASE</connection>
-        <developerConnection>scm:svn:https://src.springframework.org/svn/spring-security/tags/spring-security-2.0.5.RELEASE</developerConnection>
-        <url>https://src.springframework.org/svn/spring-security/tags/spring-security-2.0.5.RELEASE</url>
-    </scm>
-
     <issueManagement>
         <system>jira</system>
         <url>http://jira.springframework.org/browse/SEC</url>
@@ -74,30 +67,6 @@
         </pluginRepository>
     </pluginRepositories>
 
-    <mailingLists>
-        <mailingList>
-            <name>Acegi Developer List</name>
-            <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>
-            <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>
-            </otherArchives>
-        </mailingList>
-    </mailingLists>
-
     <developers>
         <developer>
             <name>Ben Alex</name>

+ 1 - 1
portlet/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-parent</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <artifactId>spring-security-portlet</artifactId>
     <name>Spring Security - Portlet support</name>

+ 1 - 1
samples/cas/client/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples-cas</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-cas-client</artifactId>

+ 1 - 1
samples/cas/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-cas</artifactId>

+ 1 - 1
samples/cas/server/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples-cas</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-cas-server</artifactId>

+ 1 - 1
samples/contacts/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <artifactId>spring-security-samples-contacts</artifactId>
     <name>Spring Security - Contacts sample</name>

+ 1 - 1
samples/dms/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <artifactId>spring-security-samples-dms</artifactId>
     <name>Spring Security - DMS sample</name>

+ 1 - 1
samples/ldap/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-ldap</artifactId>

+ 1 - 1
samples/openid/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-openid</artifactId>

+ 1 - 1
samples/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-parent</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples</artifactId>

+ 1 - 1
samples/portlet/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-portlet</artifactId>

+ 1 - 1
samples/preauth/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-preauth</artifactId>

+ 1 - 1
samples/tutorial/pom.xml

@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.springframework.security</groupId>
         <artifactId>spring-security-samples</artifactId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</version>
     </parent>
     <groupId>org.springframework.security</groupId>
     <artifactId>spring-security-samples-tutorial</artifactId>

+ 2 - 2
taglibs/pom.xml

@@ -3,13 +3,13 @@
     <parent>
         <artifactId>spring-security-parent</artifactId>
         <groupId>org.springframework.security</groupId>
-        <version>2.0.5.RELEASE</version>
+        <version>2.0.6.CI-SNAPSHOT</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.5.RELEASE</version>
+    <version>2.0.6.CI-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <dependencies>