Skip to content

Commit

Permalink
SLING-7645 Maven Sling Plugin: Update to latest fsresource
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed May 3, 2018
1 parent 7b497fe commit c58cbfd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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.12";
private static final String FS_BUNDLE_DEFAULT_VERSION = "2.1.14";
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";
Expand Down Expand Up @@ -103,7 +103,7 @@ public class FsMountMojo extends AbstractFsMountMojo {
* <bundle>
* <groupId>org.apache.sling</groupId>
* <artifactId>org.apache.sling.fsresource</artifactId>
* <version>2.1.12</version>
* <version>2.1.14</version>
* </bundle>
* </bundles>
* <preconditions>
Expand Down

0 comments on commit c58cbfd

Please sign in to comment.