diff options
author | Jim Hahn <jrh3@att.com> | 2019-09-04 10:37:26 -0400 |
---|---|---|
committer | Jim Hahn <jrh3@att.com> | 2019-09-04 12:07:01 -0400 |
commit | fae59aaa2aa5aa2e2c682f3c079469d25f91bb26 (patch) | |
tree | 92c61d8792e8f51299b9455d142121352c430c82 | |
parent | 2f6374abde13a8e62e15387690b9f0cc1981814f (diff) |
Bump El Alto version for policy/parent
Change-Id: I30ebb12492ac2fe1172bf70492dd4719621535b0
Issue-ID: POLICY-2045
Signed-off-by: Jim Hahn <jrh3@att.com>
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 14257797..d7ce0f79 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -27,7 +27,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.0.1-SNAPSHOT</version> + <version>3.0.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version.properties b/version.properties index fd262fb4..ecb60096 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=0 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |