diff options
author | Dan Timoney <dtimoney@att.com> | 2021-11-11 10:03:28 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-11-11 10:03:28 -0500 |
commit | 3e0f5efd8e3d349bcc4cc552197d90e239b282e7 (patch) | |
tree | 9f0b40eace5715e007a30d8b939bc06c448ab880 /springboot | |
parent | 4f503927eb4a2d709e8ee91bad0d3adbaaeaf20a (diff) |
Release version 2.3.1 (Silicon SR2) of parent poms
Release Silicon SR2 version (2.3.1) of parent poms.
Issue-ID: CCSDK-3513
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ic130c2bbc98f5817bd5848b774bc81e3a695150d
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 | ||||
-rw-r--r-- | springboot/springboot25/pom.xml | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 7a6432bb..c0176d31 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.2-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 8680ce3a..3fb97399 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.2-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 c4451af4..669736eb 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -148,7 +148,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 3ee64443..4451ccf2 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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -148,7 +148,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index bce99bf0..97a180f3 100644 --- a/springboot/springboot25/pom.xml +++ b/springboot/springboot25/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-25-starter-parent</artifactId> - <version>2.3.1-SNAPSHOT</version> + <version>2.3.2-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.3.1-SNAPSHOT</version> + <version>2.3.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |