diff options
author | liamfallon <liam.fallon@est.tech> | 2020-07-17 09:22:46 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2020-07-17 09:22:55 +0100 |
commit | ee41415476b6ea1775a2f689eecb8713abf81f0c (patch) | |
tree | 1ce0bb65bc4655cf31e5781efe2dfe0b03215ca9 /gui-pdp-monitoring/pom.xml | |
parent | ecb808b8e69475a7bc7cd1a72277bdca4ad2eb9d (diff) |
Bump version of policy-gui for GUILIN
policy-gup goes to 2.1.0-SNAPSHOT
Issue-ID: POLICY-2621
Change-Id: I660c7537a2e56ce2c6f8788cbc142c1680e53465
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'gui-pdp-monitoring/pom.xml')
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui-pdp-monitoring/pom.xml b/gui-pdp-monitoring/pom.xml index f239ced..1686c8a 100644 --- a/gui-pdp-monitoring/pom.xml +++ b/gui-pdp-monitoring/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> </parent> <artifactId>gui-pdp-monitoring</artifactId> @@ -236,4 +236,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |