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/10/20 14:37:49 UTC

[sling-org-apache-sling-event] 02/26: SLING-6739 : split of sling.event to sling.event.resource (and api) - initial pom.xml adjustments

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-event.git

commit e2d9cf0f9bc6f1b87477303a820ae663a00def6d
Author: Stefan Egli <st...@apache.org>
AuthorDate: Wed Mar 29 09:30:12 2017 +0000

    SLING-6739 : split of sling.event to sling.event.resource (and api) - initial pom.xml adjustments
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1789306 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 19 +++++++++++++------
 1 file changed, 13 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4c12105..91bb496 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,9 +27,9 @@
         <relativePath />
     </parent>
 
-    <artifactId>org.apache.sling.event</artifactId>
+    <artifactId>org.apache.sling.event.resource</artifactId>
     <packaging>bundle</packaging>
-    <version>4.2.3-SNAPSHOT</version>
+    <version>0.0.1-SNAPSHOT</version>
 
     <name>Apache Sling Event Support</name>
     <description>
@@ -37,9 +37,9 @@
     </description>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/event</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/event</developerConnection>
-        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/event/resource</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/event/resourc33</developerConnection>
+        <url>http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/event/resource</url>
     </scm>
 
     <properties>
@@ -373,5 +373,12 @@
             <version>1</version>
             <scope>test</scope>
         </dependency>
-    </dependencies>
+<!-- SLING-6739 : update once sling.event.api is released (and then remove identical packages in this bundle)
+         <dependency>
+        	<groupId>org.apache.sling</groupId>
+        	<artifactId>org.apache.sling.event.api</artifactId>
+        	<version>1.0.0</version>
+        	<type>bundle</type>
+        </dependency>
+ -->    </dependencies>
 </project>

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