This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.commons.osgi-2.0.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git
commit db20824d95b80ae586ccb1f729e3376dcaf3e22f Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Jun 18 10:26:35 2009 +0000 SLING-1011 : Adjust svn location git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/osgi@786008 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 5ce8754..bd0ba01 100644 --- a/README.txt +++ b/README.txt @@ -32,6 +32,6 @@ Subversion (http://subversion.tigris.org/) source repository of the Apache Software Foundation. If you have Subversion installed, you can checkout the latest source using the following command: - svn checkout http://svn.apache.org/repos/asf/incubator/sling/trunk/commons/osgi + svn checkout http://svn.apache.org/repos/asf/sling/trunk/commons/osgi See the Subversion documentation for other source control features. diff --git a/pom.xml b/pom.xml index 8ec23ab..edbb3d2 100644 --- a/pom.xml +++ b/pom.xml @@ -35,9 +35,9 @@ <description>Commons OSGi</description> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/commons/osgi</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/bundles/commons/osgi</developerConnection> - <url>http://svn.apache.org/viewvc/incubator/sling/trunk/bundles/commons/osgi</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/commons/osgi</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/commons/osgi</developerConnection> + <url>http://svn.apache.org/viewvc/sling/trunk/bundles/commons/osgi</url> </scm> <build> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
