This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git
commit 8fd85d12a58c0050f3b3f58ba8f19e2c7dc5a043 Author: Carsten Ziegeler <[email protected]> AuthorDate: Wed May 6 13:15:57 2009 +0000 [maven-release-plugin] copy for tag org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator@772221 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 10 +++++----- src/main/resources/META-INF/DISCLAIMER | 7 +++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index c22d4da..b56815e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,13 +23,13 @@ <parent> <groupId>org.apache.sling</groupId> <artifactId>sling</artifactId> - <version>6-incubator-SNAPSHOT</version> + <version>5-incubator</version> <relativePath>../../../parent/pom.xml</relativePath> </parent> <artifactId>org.apache.sling.jcr.jackrabbit.usermanager</artifactId> <packaging>bundle</packaging> - <version>2.0.1-incubator-SNAPSHOT</version> + <version>2.0.2-incubator</version> <name>Apache Sling Jackrabbit UserManager Support</name> <description> Provides ResourceProvider and SlingPostOperations for the Jackrabbit @@ -38,13 +38,13 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/jcr/jackrabbit-usermanager + scm:svn:http://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/jcr/jackrabbit-usermanager + scm:svn:https://svn.apache.org/repos/asf/incubator/sling/tags/org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator </developerConnection> <url> - http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/jcr/jackrabbit-usermanager + http://svn.apache.org/viewvc/incubator/sling/tags/org.apache.sling.jcr.jackrabbit.usermanager-2.0.2-incubator </url> </scm> diff --git a/src/main/resources/META-INF/DISCLAIMER b/src/main/resources/META-INF/DISCLAIMER new file mode 100644 index 0000000..90850c2 --- /dev/null +++ b/src/main/resources/META-INF/DISCLAIMER @@ -0,0 +1,7 @@ +Apache Sling is an effort undergoing incubation at The Apache Software Foundation (ASF), +sponsored by the Apache Jackrabbit PMC. Incubation is required of all newly accepted +projects until a further review indicates that the infrastructure, communications, +and decision making process have stabilized in a manner consistent with other +successful ASF projects. While incubation status is not necessarily a reflection of +the completeness or stability of the code, it does indicate that the project has yet +to be fully endorsed by the ASF. \ No newline at end of file -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
