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:18:08 UTC

[sling-maven-launchpad-plugin] 43/45: SLING-5177- Launchpad plugin breaks after release of Sling 8

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

rombert pushed a commit to annotated tag maven-launchpad-plugin-2.3.4
in repository https://gitbox.apache.org/repos/asf/sling-maven-launchpad-plugin.git

commit 2e905ad14ac4c34e8c043dea7b5d44985a39435c
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Wed Oct 21 11:38:25 2015 +0000

    SLING-5177- Launchpad plugin breaks after release of Sling 8
    
    Depend on version 7 of the launchpad instead of RELEASE.
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/tooling/maven/maven-launchpad-plugin@1709800 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/maven/projectsupport/dependencies.properties     | 4 ++--
 .../org/apache/sling/maven/projectsupport/PreparePackageMojoTest.java | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/org/apache/sling/maven/projectsupport/dependencies.properties b/src/main/resources/org/apache/sling/maven/projectsupport/dependencies.properties
index d8102e3..e6d9369 100644
--- a/src/main/resources/org/apache/sling/maven/projectsupport/dependencies.properties
+++ b/src/main/resources/org/apache/sling/maven/projectsupport/dependencies.properties
@@ -15,6 +15,6 @@
 #  specific language governing permissions and limitations
 #  under the License.
 base=org.apache.sling,org.apache.sling.launchpad.base,,jar,,0
-defaultBundles=org.apache.sling,org.apache.sling.launchpad,RELEASE,jar,bundles,0
-defaultBundleList=org.apache.sling,org.apache.sling.launchpad,RELEASE,xml,bundlelist,0
+defaultBundles=org.apache.sling,org.apache.sling.launchpad,7,jar,bundles,0
+defaultBundleList=org.apache.sling,org.apache.sling.launchpad,7,xml,bundlelist,0
 jarWebSupport=org.apache.felix,org.apache.felix.http.jetty,RELEASE,jar,,-1
diff --git a/src/test/java/org/apache/sling/maven/projectsupport/PreparePackageMojoTest.java b/src/test/java/org/apache/sling/maven/projectsupport/PreparePackageMojoTest.java
index 2a2fff3..c4d765d 100644
--- a/src/test/java/org/apache/sling/maven/projectsupport/PreparePackageMojoTest.java
+++ b/src/test/java/org/apache/sling/maven/projectsupport/PreparePackageMojoTest.java
@@ -41,7 +41,7 @@ public class PreparePackageMojoTest {
 		//		"org.apache.sling.launchpad", "RELEASE", "jar", "bundles", 0);
 
 		makeArtifactAssertions(mojo, "defaultBundleList", "org.apache.sling",
-		        "org.apache.sling.launchpad", "RELEASE", "xml", "bundlelist", 0);
+		        "org.apache.sling.launchpad", "7", "xml", "bundlelist", 0);
 
 		makeArtifactAssertions(mojo, "jarWebSupport", "org.apache.felix",
 				"org.apache.felix.http.jetty", "RELEASE", "jar", null, -1);

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