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.2-incubator in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-commons-osgi.git
commit eb6efe579f3ed50d8080e30c0b97a8dba00b1109 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri May 2 16:53:21 2008 +0000 SLING-402: Move osgi/commons to commons/osgi - correct poms. git-svn-id: https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/osgi@652814 13f79535-47bb-0310-9956-ffa450edef68 --- NOTICE | 2 +- pom.xml | 15 +++++---------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/NOTICE b/NOTICE index 6b9b1b5..3c38a85 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -Apache Sling OSGi Commons +Apache Sling Commons OSGi Copyright 2007-2008 The Apache Software Foundation Based on source code originally developed by diff --git a/pom.xml b/pom.xml index bb3dc39..4ce3675 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <relativePath>../../parent/pom.xml</relativePath> </parent> - <artifactId>org.apache.sling.osgi.commons</artifactId> + <artifactId>org.apache.sling.commons.osgi</artifactId> <version>2.0.0-incubator-SNAPSHOT</version> <packaging>bundle</packaging> @@ -36,13 +36,13 @@ <scm> <connection> - scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/osgi/commons + scm:svn:http://svn.apache.org/repos/asf/incubator/sling/trunk/commons/osgi </connection> <developerConnection> - scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/osgi/commons + scm:svn:https://svn.apache.org/repos/asf/incubator/sling/trunk/commons/osgi </developerConnection> <url> - http://svn.apache.org/viewvc/incubator/sling/trunk/osgi/commons + http://svn.apache.org/viewvc/incubator/sling/trunk/commons/osgi </url> </scm> @@ -59,7 +59,7 @@ <configuration> <instructions> <Export-Package> - org.apache.sling.osgi.commons;version=${pom.version} + org.apache.sling.commons.osgi;version=${pom.version} </Export-Package> </instructions> </configuration> @@ -83,11 +83,6 @@ <groupId>org.apache.felix</groupId> <artifactId>org.osgi.compendium</artifactId> </dependency> - - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - </dependency> </dependencies> </project> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
