diff options
author | Peyton Puckett <peyton.puckett@att.com> | 2020-03-19 17:05:26 -0500 |
---|---|---|
committer | Peyton Puckett <peyton.puckett@att.com> | 2020-03-19 21:30:09 -0500 |
commit | 3e808e54db8dd62f300450989f9dcf086a62c781 (patch) | |
tree | d990a3b69ed62f1737a0380080830ab1d6635533 | |
parent | 1d8a0fbbc2543c39fad0cea3dfdca3e0e9791259 (diff) |
Update patch for policy parent
Issue-ID: POLICY-2378
Change-Id: Ibfeceeef97cc938b39c0ff50883ee6d4d42edaa9
Signed-off-by: Peyton Puckett <peyton.puckett@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 2cf71855..d00a0d4e 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -28,7 +28,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.1.1-SNAPSHOT</version> + <version>3.1.2-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/version.properties b/version.properties index 5142fa8a..d3faa021 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=1 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |