diff options
author | liamfallon <liam.fallon@est.tech> | 2021-11-23 16:43:08 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-11-23 16:43:08 +0000 |
commit | b83baa956dbe31cedd9af8ac1ebafba675a5226e (patch) | |
tree | cda468442ab16bf007d5349454aac3352b30829a | |
parent | 8c2e790e51e6587c93ac7d71401f7bc88462f1b9 (diff) |
Update snapshot of policy/parent to 3.5.1-SNAPSHOT
*** This commit is generated by a PF release script ***
This commit updates the snapshot of the repo to the next patch version.
Issue-ID: POLICY-3827
Signed-off-by: liamfallon <liam.fallon@est.tech>
Change-Id: I02cac4f46aa69771b26de4f944d931c37e6a586a
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | resources/pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/integration/pom.xml b/integration/pom.xml index 5d0030e0..37053e8d 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -29,7 +29,7 @@ </parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index e3171097..3774a7e7 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>3.5.0-SNAPSHOT</version> + <version>3.5.1-SNAPSHOT</version> </parent> <artifactId>policy-parent-resources</artifactId> diff --git a/version.properties b/version.properties index 3670162a..8c5e39ab 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=3 minor=5 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} |