diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-12-02 14:40:54 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-12-02 14:40:59 +0000 |
commit | c122a8dd920b2d00699b239f8de3483479471efd (patch) | |
tree | e6bc55d7348831155c936f123fde258f72c3f086 /pom.xml | |
parent | 92ba62e47ba53666652dd76542e2210871309a43 (diff) |
Bump parent and common version
Change-Id: I3d528cb1086dd444c043fb54cbe0698729e6e1f2
Issue-ID: POLICY-3827
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -27,7 +27,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>integration</artifactId> - <version>3.5.0</version> + <version>3.5.1-SNAPSHOT</version> <relativePath /> </parent> @@ -42,7 +42,7 @@ <properties> <derby.version>10.13.1.1</derby.version> <javax.ws.rs-api.version>2.1.1</javax.ws.rs-api.version> - <policy.common.version>1.10.0</policy.common.version> + <policy.common.version>1.10.1-SNAPSHOT</policy.common.version> </properties> <modules> |