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/01/16 13:48:27 UTC

[sling-archetype-parent] branch master updated: SLING-7387 - Update bundle archetypes to use the bnd-maven-plugin

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-archetype-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ccaa98  SLING-7387 - Update bundle archetypes to use the bnd-maven-plugin
3ccaa98 is described below

commit 3ccaa98032f70311faed571223b12644c53af7e3
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Jan 16 15:47:58 2018 +0200

    SLING-7387 - Update bundle archetypes to use the bnd-maven-plugin
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index be69236..cf9f24d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,8 +34,8 @@
 
     <properties>
         <!-- plugin versions to use in generated archetypes -->
-        <scrplugin.version>1.21.0</scrplugin.version>
-        <bundleplugin.version>3.0.0</bundleplugin.version>
+        <bndplugin.version>3.5.0</bndplugin.version>
+        <jarplugin.version>3.0.2</jarplugin.version>
         <compilerplugin.version>3.3</compilerplugin.version>
         <slingplugin.version>2.1.2</slingplugin.version>
         <launchpadplugin.version>2.3.2</launchpadplugin.version>
@@ -48,9 +48,11 @@
         
         <!-- dependency versions to use in generated archetypes -->
         <junit.version>4.12</junit.version>
-        <scrannotations.version>1.9.12</scrannotations.version>
         <slingapi.version>2.9.0</slingapi.version>
         <slf4japi.version>1.7.6</slf4japi.version>
+        <versionannotations.version>1.0.0</versionannotations.version>
+        <componentannotations.version>1.3.0</componentannotations.version>
+        <metatypeannotations.version>1.3.0</metatypeannotations.version>
         
         <!-- define archetype tooling version in a central place -->
         <archetype.version>2.2</archetype.version>

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