You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/05/09 15:52:42 UTC

svn commit: r1794599 - /sling/trunk/testing/junit/scriptable/pom.xml

Author: pauls
Date: Tue May  9 15:52:42 2017
New Revision: 1794599

URL: http://svn.apache.org/viewvc?rev=1794599&view=rev
Log:
Remove export and update to jcr resource 3.0.0

Modified:
    sling/trunk/testing/junit/scriptable/pom.xml

Modified: sling/trunk/testing/junit/scriptable/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/scriptable/pom.xml?rev=1794599&r1=1794598&r2=1794599&view=diff
==============================================================================
--- sling/trunk/testing/junit/scriptable/pom.xml (original)
+++ sling/trunk/testing/junit/scriptable/pom.xml Tue May  9 15:52:42 2017
@@ -55,7 +55,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.sling.junit.scriptable;version="2.0.0"</Export-Package>
+                        <Export-Package>!org.apache.sling.junit.scriptable</Export-Package>
                         <Private-Package>org.apache.sling.junit.scriptable.*</Private-Package>
                         <Sling-Nodetypes>SLING-INF/nodetypes/slingtest.cnd</Sling-Nodetypes>
                     </instructions>
@@ -103,7 +103,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.jcr.resource</artifactId>
-            <version>2.9.3-SNAPSHOT</version>
+            <version>3.0.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>