1
0
mirror of synced 2026-07-20 01:55:08 +00:00

Compare commits

...

3 Commits

Author SHA1 Message Date
Luke Taylor 99e3a5d715 Added log4j dependency 2008-04-01 19:14:34 +00:00
Luke Taylor ea414140e2 Added excludeDependencies to pom.xml to prevent core classes from being bundled into core-tiger jar 2008-04-01 19:02:53 +00:00
Luke Taylor fd04adf2f3 [maven-release-plugin] copy for tag release_2_0_0_RC1 2008-04-01 15:02:44 +00:00
28 changed files with 77 additions and 82 deletions
+2 -2
View File
@@ -3,13 +3,13 @@
<parent> <parent>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-acl</artifactId> <artifactId>spring-security-acl</artifactId>
<name>Spring Security - ACL module</name> <name>Spring Security - ACL module</name>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
<dependencies> <dependencies>
<dependency> <dependency>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId> <artifactId>spring-security-adapters</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-catalina</artifactId> <artifactId>spring-security-catalina</artifactId>
<name>Spring Security - Catalina adapter</name> <name>Spring Security - Catalina adapter</name>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId> <artifactId>spring-security-adapters</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-jboss</artifactId> <artifactId>spring-security-jboss</artifactId>
<name>Spring Security - JBoss adapter</name> <name>Spring Security - JBoss adapter</name>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId> <artifactId>spring-security-adapters</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-jetty</artifactId> <artifactId>spring-security-jetty</artifactId>
<name>Spring Security - Jetty adapter</name> <name>Spring Security - Jetty adapter</name>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-adapters</artifactId> <artifactId>spring-security-adapters</artifactId>
<name>Spring Security - Adapters</name> <name>Spring Security - Adapters</name>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-adapters</artifactId> <artifactId>spring-security-adapters</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-resin</artifactId> <artifactId>spring-security-resin</artifactId>
<name>Spring Security - Resin adapter</name> <name>Spring Security - Resin adapter</name>
+21 -22
View File
@@ -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"> <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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-cas-client</artifactId> <artifactId>spring-security-cas-client</artifactId>
<name>Spring Security - CAS support</name> <name>Spring Security - CAS support</name>
@@ -19,25 +18,25 @@
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-dao</artifactId> <artifactId>spring-dao</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId> <artifactId>servlet-api</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.springframework</groupId> <groupId>org.springframework</groupId>
<artifactId>spring-mock</artifactId> <artifactId>spring-mock</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jasig.cas</groupId> <groupId>org.jasig.cas</groupId>
<artifactId>cas-client-core</artifactId> <artifactId>cas-client-core</artifactId>
<version>3.1.1</version> <version>3.1.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>net.sf.ehcache</groupId> <groupId>net.sf.ehcache</groupId>
<artifactId>ehcache</artifactId> <artifactId>ehcache</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>
+3 -3
View File
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <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">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<artifactId>spring-security-core-tiger</artifactId> <artifactId>spring-security-core-tiger</artifactId>
@@ -79,6 +78,7 @@
*;resolution:=optional *;resolution:=optional
</Import-Package> </Import-Package>
</instructions> </instructions>
<excludeDependencies>true</excludeDependencies>
</configuration> </configuration>
</plugin> </plugin>
</plugins> </plugins>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<packaging>bundle</packaging> <packaging>bundle</packaging>
<artifactId>spring-security-core</artifactId> <artifactId>spring-security-core</artifactId>
@@ -64,7 +64,7 @@ public class PasswordEncoderParser {
boolean useBase64 = false; boolean useBase64 = false;
if (StringUtils.hasText(element.getAttribute(ATT_BASE_64))) { if (StringUtils.hasText(element.getAttribute(ATT_BASE_64))) {
useBase64 = Boolean.parseBoolean(element.getAttribute(ATT_BASE_64)); useBase64 = new Boolean(element.getAttribute(ATT_BASE_64)).booleanValue();
} }
String ref = element.getAttribute(ATT_REF); String ref = element.getAttribute(ATT_REF);
@@ -49,6 +49,7 @@ import org.springframework.util.Assert;
* *
* @author Ben Alex * @author Ben Alex
* @verion $Id$ * @verion $Id$
* @since 2.0
* *
*/ */
public final class ProtectPointcutPostProcessor implements BeanPostProcessor { public final class ProtectPointcutPostProcessor implements BeanPostProcessor {
@@ -88,7 +89,7 @@ public final class ProtectPointcutPostProcessor implements BeanPostProcessor {
try { try {
methods = bean.getClass().getMethods(); methods = bean.getClass().getMethods();
} catch (Exception e) { } catch (Exception e) {
throw new IllegalStateException(e); throw new IllegalStateException(e.getMessage());
} }
// Check to see if any of those methods are compatible with our pointcut expressions // Check to see if any of those methods are compatible with our pointcut expressions
@@ -51,7 +51,7 @@ public class Md4PasswordEncoder extends BaseDigestPasswordEncoder {
try { try {
passBytes = saltedPass.getBytes("UTF-8"); passBytes = saltedPass.getBytes("UTF-8");
} catch (UnsupportedEncodingException e) { } catch (UnsupportedEncodingException e) {
throw new IllegalStateException("UTF-8 not supported!", e); throw new IllegalStateException("UTF-8 not supported!");
} }
Md4 md4 = new Md4(); Md4 md4 = new Md4();
@@ -85,9 +85,9 @@ public class LdapShaPasswordEncoder implements PasswordEncoder {
sha = MessageDigest.getInstance("SHA"); sha = MessageDigest.getInstance("SHA");
sha.update(rawPass.getBytes("UTF-8")); sha.update(rawPass.getBytes("UTF-8"));
} catch (java.security.NoSuchAlgorithmException e) { } catch (java.security.NoSuchAlgorithmException e) {
throw new IllegalStateException("No SHA implementation available!", e); throw new IllegalStateException("No SHA implementation available!");
} catch (UnsupportedEncodingException ue) { } catch (UnsupportedEncodingException ue) {
throw new IllegalStateException("UTF-8 not supported!", ue); throw new IllegalStateException("UTF-8 not supported!");
} }
if (salt != null) { if (salt != null) {
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<packaging>jar</packaging> <packaging>jar</packaging>
<artifactId>spring-security-ntlm</artifactId> <artifactId>spring-security-ntlm</artifactId>
+2 -2
View File
@@ -3,12 +3,12 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-openid</artifactId> <artifactId>spring-security-openid</artifactId>
<name>Spring Security - OpenID support</name> <name>Spring Security - OpenID support</name>
<description>Spring Security - Support for OpenID</description> <description>Spring Security - Support for OpenID</description>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>
+11 -12
View File
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
<name>Spring Security</name> <name>Spring Security</name>
<packaging>pom</packaging> <packaging>pom</packaging>
@@ -38,9 +38,9 @@
<!-- Note when doing releases: tagBase is set in release plugin configuration below --> <!-- Note when doing releases: tagBase is set in release plugin configuration below -->
<scm> <scm>
<connection>scm:svn:https://acegisecurity.svn.sourceforge.net/svnroot/acegisecurity/spring-security/trunk</connection> <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/trunk</developerConnection> <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/trunk/</url> <url>http://acegisecurity.svn.sourceforge.net/viewcvs.cgi/acegisecurity/spring-security/tags/release_2_0_0_RC1</url>
</scm> </scm>
<issueManagement> <issueManagement>
@@ -433,20 +433,19 @@
<postProcess> <postProcess>
<copy todir="target/site/reference"> <copy todir="target/site/reference">
<fileset dir="target/docbkx"> <fileset dir="target/docbkx">
<include name="**/*.html"/> <include name="**/*.html" />
<include name="**/*.pdf"/> <include name="**/*.pdf" />
</fileset> </fileset>
</copy> </copy>
<copy todir="target/site/reference/html"> <copy todir="target/site/reference/html">
<fileset dir="src/docbkx/resources"> <fileset dir="src/docbkx/resources">
<include name="**/*.css"/> <include name="**/*.css" />
<include name="**/*.png"/> <include name="**/*.png" />
<include name="**/*.gif"/> <include name="**/*.gif" />
<include name="**/*.jpg"/> <include name="**/*.jpg" />
</fileset> </fileset>
</copy> </copy>
<move file="target/site/reference/pdf/index.pdf" <move file="target/site/reference/pdf/index.pdf" tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false" />
tofile="target/site/reference/pdf/spring-ws-reference.pdf" failonerror="false"/>
</postProcess> </postProcess>
</configuration> </configuration>
+3 -3
View File
@@ -3,18 +3,18 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-portlet</artifactId> <artifactId>spring-security-portlet</artifactId>
<name>Spring Security - Portlet support</name> <name>Spring Security - Portlet support</name>
<description>Spring Security - Support for JSR 168 Portlets</description> <description>Spring Security - Support for JSR 168 Portlets</description>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId> <artifactId>spring-security-core</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>javax.servlet</groupId> <groupId>javax.servlet</groupId>
+3 -8
View File
@@ -10,21 +10,16 @@ Spring Security provides security services for
The Spring Framework (http://www.springframework.org). The Spring Framework (http://www.springframework.org).
For a detailed list of features and access to the latest release, please visit For a detailed list of features and access to the latest release, please visit
http://acegisecurity.org. http://www.springframework.org/projects/.
-------------------------------------------------------------------------------
SIGNED JAR FILES
-------------------------------------------------------------------------------
JAR files are no longer signed. They were signed in releases 1.0.0 and earlier.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
BUILDING BUILDING
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
Spring Security is built using Maven. Please read the "Building" page Spring Security is built using Maven. Please read the "Building" page
at http://acegisecurity.org. This page is also included in the /docs directory at http://static.springframework.org/spring-security/site/building.html.
of official release ZIPs. This page is also included in the /docs directory of official release ZIPs.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
QUICK START QUICK START
+7 -2
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-samples-contacts</artifactId> <artifactId>spring-security-samples-contacts</artifactId>
<name>Spring Security - Contacts sample</name> <name>Spring Security - Contacts sample</name>
@@ -76,6 +76,11 @@
<artifactId>hessian</artifactId> <artifactId>hessian</artifactId>
<version>3.0.1</version> <version>3.0.1</version>
</dependency> </dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies> </dependencies>
<build> <build>
@@ -100,4 +105,4 @@
</plugins> </plugins>
</build> </build>
</project> </project>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<artifactId>spring-security-samples-dms</artifactId> <artifactId>spring-security-samples-dms</artifactId>
<name>Spring Security - DMS sample</name> <name>Spring Security - DMS sample</name>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-ldap</artifactId> <artifactId>spring-security-samples-ldap</artifactId>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-openid</artifactId> <artifactId>spring-security-samples-openid</artifactId>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
+3 -7
View File
@@ -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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-portlet</artifactId> <artifactId>spring-security-samples-portlet</artifactId>
@@ -106,4 +102,4 @@
--> -->
</plugins> </plugins>
</build> </build>
</project> </project>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-preauth</artifactId> <artifactId>spring-security-samples-preauth</artifactId>
+1 -1
View File
@@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples</artifactId> <artifactId>spring-security-samples</artifactId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-tutorial</artifactId> <artifactId>spring-security-samples-tutorial</artifactId>
+1 -1
View File
@@ -37,7 +37,7 @@ Subversion Usage
* Nightly Snapshots * Nightly Snapshots
If you'd prefer not to use the subversion client directly, please see our {{{"downloads.html"}downloads page}} for If you'd prefer not to use the subversion client directly, please see our {{{downloads.html}downloads page}} for
nightly snapshots. Note that these are taken from the trunk and may not be suitable for new users. nightly snapshots. Note that these are taken from the trunk and may not be suitable for new users.
+2 -2
View File
@@ -3,13 +3,13 @@
<parent> <parent>
<artifactId>spring-security-parent</artifactId> <artifactId>spring-security-parent</artifactId>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId> <groupId>org.springframework.security</groupId>
<artifactId>spring-security-taglibs</artifactId> <artifactId>spring-security-taglibs</artifactId>
<name>Spring Security - JSP taglibs</name> <name>Spring Security - JSP taglibs</name>
<version>2.0-SNAPSHOT</version> <version>2.0.0-RC1</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<dependencies> <dependencies>