diff options
author | Dan Timoney <dtimoney@att.com> | 2021-04-22 11:02:27 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-04-22 11:02:27 -0400 |
commit | 53239aeca32291b3b499a80e2f805bdf26f1ebcd (patch) | |
tree | b603100c2215a5691b5e0ed020d9523db18f9610 /pom.xml | |
parent | 6df2812c197b7a1a31985abd9d5b2591b0b7eca3 (diff) |
Release version 1.1.3 maven artifacts and roll version
Release version 1.1.3 of CDS maven artifacts and roll to next
snapshot version
Issue-ID: CCSDK-3263
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ia18cd68a10f13f49a4a3802252be862b7a49c3d6
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,13 +23,13 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.1.1</version> + <version>2.1.3</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.cds</groupId> <artifactId>cds-aggregator</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.4-SNAPSHOT</version> <packaging>pom</packaging> <name>Aggregator</name> |