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:34:49 UTC

[sling-org-apache-sling-fragment-ws] 04/07: SLING-2483 Use provide:=true instead of version macros to define the proper import version range. Also fix a small glitch in the parent pom relativePath of the framework-extension-ws bundle

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

rombert pushed a commit to annotated tag org.apache.sling.fragment.ws-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-fragment-ws.git

commit 196c18fba38274093575571efba34fbada7315e7
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Thu May 17 21:02:03 2012 +0000

    SLING-2483 Use provide:=true instead of version macros to define
    the proper import version range. Also fix a small glitch in the parent pom relativePath of the
    framework-extension-ws bundle
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/framework-extension-ws@1339861 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a042874..c34560f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>13-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.fragment.ws</artifactId>

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