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 | |
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>
-rw-r--r-- | gui-common/pom.xml | 4 | ||||
-rw-r--r-- | gui-pdp-monitoring/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/gui-common/pom.xml b/gui-common/pom.xml index 7fb5901..011fbd3 100644 --- a/gui-common/pom.xml +++ b/gui-common/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-common</artifactId> @@ -52,4 +52,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> 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> @@ -32,7 +32,7 @@ <groupId>org.onap.policy.gui</groupId> <artifactId>policy-gui</artifactId> - <version>2.0.0-SNAPSHOT</version> + <version>2.1.0-SNAPSHOT</version> <packaging>pom</packaging> diff --git a/version.properties b/version.properties index a3ac0d9..614e56e 100644 --- a/version.properties +++ b/version.properties @@ -3,7 +3,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=2 -minor=0 +minor=1 patch=0 base_version=${major}.${minor}.${patch} |