diff options
author | Dan Timoney <dtimoney@att.com> | 2022-08-04 15:45:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-08-04 15:45:13 +0000 |
commit | 998298597c46ebc4027b3de9c42625e6a7715d6a (patch) | |
tree | 43ba7abe3fd5e3df0d4a7f698f8289e602acc392 /springboot/springboot26 | |
parent | 7e70156de2c31e2fc8e90a8f22905e7febba5af7 (diff) | |
parent | 1c6dd26b168d5619de5fbfc4d60051e43f603247 (diff) |
Merge "Release ODL Sulfur (v2.4.1) parent poms"
Diffstat (limited to 'springboot/springboot26')
-rw-r--r-- | springboot/springboot26/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/springboot26/pom.xml b/springboot/springboot26/pom.xml index 4aa44396..6b83497f 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.4.1-SNAPSHOT</version> + <version>2.4.2-SNAPSHOT</version> <packaging>pom</packaging> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> @@ -147,7 +147,7 @@ <dependency> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>dependencies-bom</artifactId> - <version>2.4.1-SNAPSHOT</version> + <version>2.4.2-SNAPSHOT</version> <type>pom</type> <scope>import</scope> </dependency> |