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 1c02ed5 SLING-8427: add Forward filter scope to CacheControlFilter.
1c02ed5 is described below
commit 1c02ed5d5e10193b7a73a8ccc23c5f257f54d84a
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Jan 10 10:35:14 2020 +0100
SLING-8427: add Forward filter scope to CacheControlFilter.
Update the exported version of o.a.s.dynamicinclude. The build started
failing after the merge, even though the PR build was successful.
---
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 ddd4e73..70512f2 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.2.0")
+@Version("4.2.1")
package org.apache.sling.dynamicinclude;
import aQute.bnd.annotation.Version;