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 2019/05/10 09:28:45 UTC

[sling-org-apache-sling-dynamic-include] branch master updated: SLING-7694 - Adding support for optionally including the suffix in dynamic includes

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-org-apache-sling-dynamic-include.git


The following commit(s) were added to refs/heads/master by this push:
     new 4acc399  SLING-7694 - Adding support for optionally including the suffix in dynamic includes
4acc399 is described below

commit 4acc399ca4c2361bfff27c7f635286d2ffad6e31
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Fri May 10 11:28:15 2019 +0200

    SLING-7694 - Adding support for optionally including the suffix in dynamic includes
    
    Commit 1e194d85fc086fa20e5f12aa856e91e0d6236781 missed bumping the exported package
    version.
---
 src/main/java/org/apache/sling/dynamicinclude/package-info.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/dynamicinclude/package-info.java b/src/main/java/org/apache/sling/dynamicinclude/package-info.java
index 78fc7ba..ddd4e73 100644
--- a/src/main/java/org/apache/sling/dynamicinclude/package-info.java
+++ b/src/main/java/org/apache/sling/dynamicinclude/package-info.java
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-@Version("4.1.0")
+@Version("4.2.0")
 package org.apache.sling.dynamicinclude;
 import aQute.bnd.annotation.Version;