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:59:02 UTC

[sling-org-apache-sling-resourcemerger] 22/24: SLING-3397 : Provide a way for path operations. Apply modified patch from Gilles Knobloch

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

rombert pushed a commit to annotated tag org.apache.sling.resourcemerger-1.0.0
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-resourcemerger.git

commit b666a53f734b5c17d47ace46d35c43b2477ea720
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Tue Feb 18 07:49:35 2014 +0000

    SLING-3397 : Provide a way for path operations. Apply modified patch from Gilles Knobloch
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/resourcemerger@1569224 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/sling/resourcemerger/api/package-info.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/sling/resourcemerger/api/package-info.java b/src/main/java/org/apache/sling/resourcemerger/api/package-info.java
index ead1aec..2c28f9b 100644
--- a/src/main/java/org/apache/sling/resourcemerger/api/package-info.java
+++ b/src/main/java/org/apache/sling/resourcemerger/api/package-info.java
@@ -20,7 +20,7 @@
 /**
  * Provides a service to merge multiple physical resources into a single one
  */
-@Version("0.0.1")
+@Version("1.0.0")
 package org.apache.sling.resourcemerger.api;
 
-import aQute.bnd.annotation.Version;
\ No newline at end of file
+import aQute.bnd.annotation.Version;

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