This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-slingfeature-maven-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 56b21f9 Use feature analyser 1.3.1-SNAPSHOT
56b21f9 is described below
commit 56b21f90410fb3eea973679920fce1fc53c3a51c
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Thu Jul 16 14:48:04 2020 +0200
Use feature analyser 1.3.1-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index e229fe1..22b1c76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
<dependency>
<groupId>org.apache.sling</groupId>
<artifactId>org.apache.sling.feature.analyser</artifactId>
- <version>1.3.0</version>
+ <version>1.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.sling</groupId>