This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.caconfig-mock-plugin-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-caconfig-mock-plugin.git
commit 2beb484cba00a6f2602acd55d012fef53cc7ea85 Author: Stefan Seifert <[email protected]> AuthorDate: Thu Dec 22 09:52:16 2016 +0000 SLING-6427 Move Sling Context-Aware Config out of contrib - move in svn - update all SCM URLs - update jenkins build jobs git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/caconfig-mock-plugin@1775601 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 6 ++++++ pom.xml | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..1875af9 --- /dev/null +++ b/README.txt @@ -0,0 +1,6 @@ +Apache Sling Context-Aware Configuration Mock Plugin + +Mock Context Plugin for Apache Sling Context-Aware Configuration + +Documentation: +http://sling.apache.org/documentation/bundles/context-aware-configuration/context-aware-configuration.html diff --git a/pom.xml b/pom.xml index 8a872b6..879ff2f 100644 --- a/pom.xml +++ b/pom.xml @@ -34,9 +34,9 @@ <description>Mock Context Plugin for Apache Sling Context-Aware Configuration</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/testing/mocks/caconfig-mock-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/testing/mocks/caconfig-mock-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/contextaware-config/testing/mocks/caconfig-mock-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/testing/mocks/caconfig-mock-plugin</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/caconfig-mock-plugin</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/testing/mocks/caconfig-mock-plugin</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
