diff options
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/springboot23/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot25/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot26/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot27-jdk17/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot27/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot30/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot31/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot32/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot33/pom.xml | 4 | ||||
-rw-r--r-- | springboot/springboot34/pom.xml | 4 |
12 files changed, 24 insertions, 24 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index 6a542b67..50fea8df 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-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 1b649eab..cccafe46 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-setup</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-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 d75b15d9..9ed19ef8 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot25/pom.xml b/springboot/springboot25/pom.xml index aa0f5b02..74f3ff9d 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index 21fd8b85..2517b65a 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot27-jdk17/pom.xml b/springboot/springboot27-jdk17/pom.xml index 68d9adc9..1ab4c042 100644 --- a/springboot/springboot27-jdk17/pom.xml +++ b/springboot/springboot27-jdk17/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-27-jdk-17-starter-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot27/pom.xml b/springboot/springboot27/pom.xml index 19c09f23..be8615f3 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot30/pom.xml b/springboot/springboot30/pom.xml index 5acb6d65..d47a336d 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot31/pom.xml b/springboot/springboot31/pom.xml index 95a86af3..70fef6ae 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot32/pom.xml b/springboot/springboot32/pom.xml index 52cd3039..e0553ce3 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>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot33/pom.xml b/springboot/springboot33/pom.xml index 65d088ef..5029fbb3 100644 --- a/springboot/springboot33/pom.xml +++ b/springboot/springboot33/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-33-starter-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> diff --git a/springboot/springboot34/pom.xml b/springboot/springboot34/pom.xml index f5e4efb1..1c056d20 100644 --- a/springboot/springboot34/pom.xml +++ b/springboot/springboot34/pom.xml @@ -14,7 +14,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-34-starter-parent</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -130,7 +130,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>3.0.2-SNAPSHOT</version> + <version>3.0.3-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |