diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-06 07:23:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-06 07:23:07 -0500 |
commit | 9d0aa8dfb9cd100cc457d2c64fb3c32151628bd0 (patch) | |
tree | e933ffc6cd63fa6ccaf6b24d0a138b2196a10672 /springboot | |
parent | 2fea7702a6508253332e95cc8a8d3e993012cd12 (diff) |
Release version 2.0.4 parent poms
Release version 2.0.4 (Guilin mtce release 1) of parent poms
Change-Id: Ic216ba82d138b2af19f2c989eb14dd4358077066
Issue-ID: CCSDK-3074
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot')
-rwxr-xr-x | springboot/pom.xml | 4 | ||||
-rw-r--r-- | springboot/spring-boot-setup/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot1/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot2/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 642b45af..9ead1c97 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> diff --git a/springboot/spring-boot-setup/pom.xml b/springboot/spring-boot-setup/pom.xml index e606b7c3..7caf992c 100644 --- a/springboot/spring-boot-setup/pom.xml +++ b/springboot/spring-boot-setup/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> diff --git a/springboot/springboot1/pom.xml b/springboot/springboot1/pom.xml index bf79cca8..6954eeff 100644 --- a/springboot/springboot1/pom.xml +++ b/springboot/springboot1/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-1-starter-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -145,7 +145,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 4ae0fd76..8fbe181f 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -145,7 +145,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.0.4-SNAPSHOT</version> + <version>2.0.5-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |