diff options
author | Dan Timoney <dtimoney@att.com> | 2020-03-04 11:02:01 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-03-04 11:02:01 -0500 |
commit | 8c76c9880d88085d28fc33da582ff63d93d1e467 (patch) | |
tree | f8fad25e4c92267bf7d9293d7f053b2de5d143ed /springboot | |
parent | 35d607979da73ddb70ec9231491a43b50b1df8e3 (diff) |
Roll master version to Guilin numbering
Roll master branch of ccsdk parent to 2.0.0-SNAPSHOT for Guilin. Since
we anticipate breaking changes associated with Java 8 -> 11 and
Sodium, the Guilin version will be a major version update (1.x -> 2.0)
Change-Id: I3bf2c447fbecff4aa1973b9087190a2e41961457
Issue-ID: CCSDK-2152
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 | ||||
-rwxr-xr-x | springboot/springboot1/pom.xml | 4 | ||||
-rwxr-xr-x | springboot/springboot2/pom.xml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 5b7f69fe..536791db 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>2.0.0-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 9709d212..53a8a596 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>1.5.2-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>2.0.0-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 9cc72f8f..9fcddd08 100755 --- 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>1.5.2-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -143,7 +143,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index f5ca3300..d51a657d 100755 --- 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>1.5.2-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -143,7 +143,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>1.5.2-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |