This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.auth.form-1.0.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-form.git
commit bdb95035ce10dda5a34ea5139ed63741443d8934 Author: Felix Meschberger <[email protected]> AuthorDate: Sun Aug 15 12:28:54 2010 +0000 SLING-1650 Consolidate authentication stuff in a new auth component; * rename commons/auth to auth/core * rename extensions/formauth to auth/form * rename extensions/openidauth to auth/openid git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/form@985662 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index c5cf62d..edd5d28 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ <relativePath>../../../parent/pom.xml</relativePath> </parent> - <artifactId>org.apache.sling.formauth</artifactId> + <artifactId>org.apache.sling.auth.form</artifactId> <version>0.9-SNAPSHOT</version> <packaging>bundle</packaging> @@ -38,9 +38,9 @@ </description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/formauth</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/formauth</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/formauth</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/auth/form</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/auth/form</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/bundles/auth/form</url> </scm> <build> @@ -59,10 +59,10 @@ http://sling.apache.org/site/form-based-authenticationhandler.html </Bundle-DocURL> <Export-Package> - org.apache.sling.formauth;version=1.0 + org.apache.sling.auth.form;version=1.0 </Export-Package> <Private-Package> - org.apache.sling.formauth.impl.* + org.apache.sling.auth.form.impl.* </Private-Package> <Import-Package> javax.security.auth.callback; @@ -96,7 +96,7 @@ <artifactId>maven-javadoc-plugin</artifactId> <configuration> <excludePackageNames> - org.apache.sling.formauth + org.apache.sling.auth.form </excludePackageNames> </configuration> </plugin> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
