You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:46:55 UTC

[sling-org-apache-sling-jcr-classloader] 07/18: Update notice to 2010 and use JCR in bundle name as this is a bundle in our JCR section.

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.jcr.classloader-3.1.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-classloader.git

commit fdd62c3c9ec6894e0d759f1b353cbc4b8feebb74
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Mon Jan 25 10:24:12 2010 +0000

    Update notice to 2010 and use JCR in bundle name as this is a bundle in our JCR section.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/classloader@902764 13f79535-47bb-0310-9956-ffa450edef68
---
 NOTICE                             |  2 +-
 pom.xml                            | 14 +-------------
 src/main/resources/META-INF/NOTICE |  2 +-
 3 files changed, 3 insertions(+), 15 deletions(-)

diff --git a/NOTICE b/NOTICE
index 20f482a..76ce331 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Sling JCR Classloader
-Copyright 2008-2009 The Apache Software Foundation
+Copyright 2008-2010 The Apache Software Foundation
 
 Apache Sling is based on source code originally developed 
 by Day Software (http://www.day.com/).
diff --git a/pom.xml b/pom.xml
index 9a2a64f..371a03f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
     <version>3.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
-    <name>Apache Sling Repository ClassLoader</name>
+    <name>Apache Sling JCR ClassLoader</name>
     <description>
         Provides Support for delegate class loaders built dynamically.
         Delegate class loaders supported are generic ClassLoader, OSGi
@@ -107,18 +107,6 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-classloader</artifactId>
-            <version>1.5.0</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.jackrabbit</groupId>
-            <artifactId>jackrabbit-jcr-commons</artifactId>
-            <version>1.6.0</version>
-            <scope>compile</scope>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
diff --git a/src/main/resources/META-INF/NOTICE b/src/main/resources/META-INF/NOTICE
index 20f482a..76ce331 100644
--- a/src/main/resources/META-INF/NOTICE
+++ b/src/main/resources/META-INF/NOTICE
@@ -1,5 +1,5 @@
 Apache Sling JCR Classloader
-Copyright 2008-2009 The Apache Software Foundation
+Copyright 2008-2010 The Apache Software Foundation
 
 Apache Sling is based on source code originally developed 
 by Day Software (http://www.day.com/).

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.