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 2018/04/17 08:26:35 UTC

[sling-ide-tooling] branch master updated: SLING-7585 - Fix Eclipse in-IDE errors after creating shared modules

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-ide-tooling.git


The following commit(s) were added to refs/heads/master by this push:
     new 4e1f749  SLING-7585 - Fix Eclipse in-IDE errors after creating shared modules
4e1f749 is described below

commit 4e1f749a8329654799e600f2a9b89f07e3113a2a
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Apr 17 00:05:32 2018 +0300

    SLING-7585 - Fix Eclipse in-IDE errors after creating shared modules
    
    Fix vlt-wrapper groupId
---
 shared/p2/vlt-wrapper/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shared/p2/vlt-wrapper/pom.xml b/shared/p2/vlt-wrapper/pom.xml
index d9e99f1..c50d83c 100644
--- a/shared/p2/vlt-wrapper/pom.xml
+++ b/shared/p2/vlt-wrapper/pom.xml
@@ -23,6 +23,7 @@
         <artifactId>sling-ide-tooling-p2</artifactId>
         <version>1.2.3-SNAPSHOT</version>
     </parent>
+    <groupId>org.apache.sling.ide</groupId>
     <artifactId>org.apache.sling.ide.vlt-wrapper</artifactId>
     <packaging>eclipse-plugin</packaging>
     <name>Apache Sling IDE Tools FileVault wrapper</name>

-- 
To stop receiving notification emails like this one, please contact
rombert@apache.org.