This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git
The following commit(s) were added to refs/heads/master by this push:
new 934b808 Fix merge issue
934b808 is described below
commit 934b808e5c2539a0db4fa343a04e8399a4154b81
Author: Serge Huber <[email protected]>
AuthorDate: Thu Sep 16 10:21:31 2021 +0200
Fix merge issue
---
extensions/groovy-actions/rest/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extensions/groovy-actions/rest/pom.xml
b/extensions/groovy-actions/rest/pom.xml
index f0a7055..30c0854 100644
--- a/extensions/groovy-actions/rest/pom.xml
+++ b/extensions/groovy-actions/rest/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.unomi</groupId>
<artifactId>unomi-groovy-actions-root</artifactId>
- <version>1.6.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>