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 2018/02/05 20:15:15 UTC

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

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-sling-plugin.git


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

commit adf7b4277c338b8b68092e8f9293de38d367abcf
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Feb 5 21:15:07 2018 +0100

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

diff --git a/src/main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java b/src/main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java
index 9157d3a..76ba797 100644
--- a/src/main/java/org/apache/sling/maven/bundlesupport/FsMountMojo.java
+++ b/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.10"; 
+    private static final String FS_BUNDLE_DEFAULT_VERSION = "2.1.12"; 
     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"; 
@@ -103,7 +103,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.10&lt;/version&gt;
+     *         &lt;version&gt;2.1.12&lt;/version&gt;
      *       &lt;/bundle&gt;
      *     &lt;/bundles&gt;
      *     &lt;preconditions&gt;

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