summaryrefslogtreecommitdiffstats
path: root/springboot
diff options
context:
space:
mode:
Diffstat (limited to 'springboot')
-rwxr-xr-xspringboot/pom.xml4
-rw-r--r--springboot/spring-boot-setup/pom.xml4
-rw-r--r--springboot/springboot23/pom.xml4
-rw-r--r--springboot/springboot25/pom.xml4
-rw-r--r--springboot/springboot26/pom.xml4
-rw-r--r--springboot/springboot27/pom.xml4
-rw-r--r--springboot/springboot30/pom.xml4
-rw-r--r--springboot/springboot31/pom.xml4
-rw-r--r--springboot/springboot32/pom.xml4
9 files changed, 18 insertions, 18 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml
index 39524d88..e53a1d1f 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.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>springboot-aggregator</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-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 e17711bc..3592bda3 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.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
</parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-setup</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
diff --git a/springboot/springboot23/pom.xml b/springboot/springboot23/pom.xml
index d657f9be..4c2327f1 100644
--- a/springboot/springboot23/pom.xml
+++ b/springboot/springboot23/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml
index 92b63352..365ad928 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.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml
index 4342ecde..818227f8 100644
--- a/springboot/springboot26/pom.xml
+++ b/springboot/springboot26/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-26-starter-parent</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/springboot/springboot27/pom.xml b/springboot/springboot27/pom.xml
index c48afc8b..81a17230 100644
--- a/springboot/springboot27/pom.xml
+++ b/springboot/springboot27/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-27-starter-parent</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/springboot/springboot30/pom.xml b/springboot/springboot30/pom.xml
index 0800c4d1..d23e1a95 100644
--- a/springboot/springboot30/pom.xml
+++ b/springboot/springboot30/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-30-starter-parent</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/springboot/springboot31/pom.xml b/springboot/springboot31/pom.xml
index 52023e29..be2d76c1 100644
--- a/springboot/springboot31/pom.xml
+++ b/springboot/springboot31/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-31-starter-parent</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
diff --git a/springboot/springboot32/pom.xml b/springboot/springboot32/pom.xml
index e17746c3..1f66e1be 100644
--- a/springboot/springboot32/pom.xml
+++ b/springboot/springboot32/pom.xml
@@ -14,7 +14,7 @@
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-32-starter-parent</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
@@ -129,7 +129,7 @@
<dependency>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>dependencies-bom</artifactId>
- <version>2.7.0-SNAPSHOT</version>
+ <version>2.7.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>