You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2019/06/03 13:23:35 UTC

[sling-maven-plugin] branch master updated: update to fsresource release version 2.1.16

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 202c665  update to fsresource release version 2.1.16
202c665 is described below

commit 202c6653a56f8ccfb94bd545126708ecb22616c2
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Jun 3 15:23:01 2019 +0200

    update to fsresource release version 2.1.16
---
 .../main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java b/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java
index 48c39b3..de8478e 100644
--- a/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java
+++ b/sling-maven-plugin/src/main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java
@@ -59,7 +59,7 @@ public class FsMountMojo extends AbstractFsMountMojo {
     private static final String BUNDLE_GROUP_ID = "org.apache.sling";
 
     private static final String FS_BUNDLE_ARTIFACT_ID = "org.apache.sling.fsresource";
-    private static final String FS_BUNDLE_DEFAULT_VERSION = "2.1.15-SNAPSHOT";
+    private static final String FS_BUNDLE_DEFAULT_VERSION = "2.1.16";
     private static final String FS_BUNDLE_LEGACY_DEFAULT_VERSION = "1.4.8";
     
     private static final String RESOURCE_RESOLVER_BUNDLE_ARTIFACT_ID = "org.apache.sling.resourceresolver";
@@ -122,7 +122,7 @@ public class FsMountMojo extends AbstractFsMountMojo {
      *       &lt;bundle&gt;
      *         &lt;groupId&gt;org.apache.sling&lt;/groupId&gt;
      *         &lt;artifactId&gt;org.apache.sling.fsresource&lt;/artifactId&gt;
-     *         &lt;version&gt;2.1.15-SNAPSHOT&lt;/version&gt;
+     *         &lt;version&gt;2.1.16&lt;/version&gt;
      *       &lt;/bundle&gt;
      *     &lt;/bundles&gt;
      *     &lt;preconditions&gt;