diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-11-07 21:13:02 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-11-08 13:28:56 -0500 |
commit | 041470cee4b3af6d7620e435be5f6c54c030b250 (patch) | |
tree | 4aaef6b17177fd81cc15934e8438ae37d1f592d2 /controlloop/templates | |
parent | 788954ff3d8ee41927a2a11ebc9a9bdbd7ed2e2c (diff) |
Update SNAPSHOT version
Releasing v1.1.0 so need to update version to 1.1.1
Issue-ID: POLICY-436
Change-Id: I8b85de39bb3a32f5f4faeeb4fcdfb5d95291ae31
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'controlloop/templates')
-rw-r--r-- | controlloop/templates/archetype-cl-amsterdam/pom.xml | 2 | ||||
-rw-r--r-- | controlloop/templates/pom.xml | 2 | ||||
-rw-r--r-- | controlloop/templates/template.demo/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/controlloop/templates/archetype-cl-amsterdam/pom.xml b/controlloop/templates/archetype-cl-amsterdam/pom.xml index 2f810e299..7c0f304b5 100644 --- a/controlloop/templates/archetype-cl-amsterdam/pom.xml +++ b/controlloop/templates/archetype-cl-amsterdam/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>templates</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>archetype-cl-amsterdam</artifactId> diff --git a/controlloop/templates/pom.xml b/controlloop/templates/pom.xml index bc19baf02..6427a9aa5 100644 --- a/controlloop/templates/pom.xml +++ b/controlloop/templates/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>controlloop</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <modules> diff --git a/controlloop/templates/template.demo/pom.xml b/controlloop/templates/template.demo/pom.xml index c07934207..789e836ca 100644 --- a/controlloop/templates/template.demo/pom.xml +++ b/controlloop/templates/template.demo/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>templates</artifactId> - <version>1.1.0-SNAPSHOT</version> + <version>1.1.1-SNAPSHOT</version> </parent> <artifactId>template.demo</artifactId> <dependencies> |