This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.caconfig.spi-1.3.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-caconfig-spi.git
commit 02b014304c625eeab0539e94e30cabc96e1a6122 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/bundles/extensions/caconfig/spi@1775601 13f79535-47bb-0310-9956-ffa450edef68 --- README.txt | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.txt b/README.txt index f4e6a80..44b35b9 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -Apache Sling Context Aware Configuration SPI +Apache Sling Context-Aware Configuration SPI Getting Started diff --git a/pom.xml b/pom.xml index 90557f5..7feb182 100644 --- a/pom.xml +++ b/pom.xml @@ -34,9 +34,9 @@ <description>Apache Sling Context-Aware Configuration SPI</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/spi</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/spi</developerConnection> - <url>http://svn.apache.org/viewvc/sling/trunk/contrib/extensions/contextaware-config/spi</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/caconfig/spi</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/caconfig/spi</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/caconfig/spi</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
