Update version for Oslo release 78/138678/2
authorDan Timoney <dtimoney@att.com>
Fri, 9 Aug 2024 14:02:24 +0000 (10:02 -0400)
committerDan Timoney <dtimoney@att.com>
Fri, 9 Aug 2024 14:08:09 +0000 (10:08 -0400)
Update version for Oslo release

Issue-ID: CCSDK-4043
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: Ib5cf599ff6735ab2f2fec1d4040f23750bd3a87f

12 files changed:
ms/gra/gra-app/pom.xml
ms/gra/gra-docker/pom.xml
ms/gra/pom.xml
ms/pom.xml
ms/sanity-test/pom.xml
ms/sanity-test/sanity-test-app/pom.xml
pom.xml
pomba/network-discovery-api/pom.xml
pomba/network-discovery/pom.xml
pomba/pom.xml
pomba/service-decomposition/pom.xml
version.properties

index 2069af2..24d5b20 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.onap.sdnc.apps</groupId>
         <artifactId>gra</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.8.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.sdnc.apps</groupId>
     <artifactId>gra-app</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>sdnc-apps :: ms :: gra :: ${project.artifactId}</name>
index 5582d06..b241d42 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.onap.sdnc.apps</groupId>
         <artifactId>gra</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.8.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.sdnc.apps</groupId>
     <artifactId>gra-docker</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>sdnc-apps :: ms :: gra :: ${project.artifactId}</name>
index fb12a0d..37140f8 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.onap.sdnc.apps</groupId>
         <artifactId>sdnc-apps-ms</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.8.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>gra</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>sdnc-apps :: ms :: ${project.artifactId}</name>
index e09e0aa..b0dcfeb 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.onap.sdnc.apps</groupId>
         <artifactId>sdnc-apps</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.8.0-SNAPSHOT</version>
     </parent>
 
     <!-- Unnecessary comment to test generated jobs from PR -->
     <artifactId>sdnc-apps-ms</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>Micro-services Root</name>
index de3f1db..f623827 100644 (file)
  * limitations under the License.
  * ============LICENSE_END=========================================================
  -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
         <groupId>org.onap.sdnc.apps</groupId>
         <artifactId>sdnc-apps-ms</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.8.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>sanity-test</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>sdnc-apps :: ms :: ${project.artifactId}</name>
index 6937541..690e06b 100644 (file)
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.onap.sdnc.apps</groupId>
         <artifactId>sanity-test</artifactId>
-        <version>2.6.0-SNAPSHOT</version>
+        <version>2.8.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.sdnc.apps</groupId>
     <artifactId>sanity-test-app</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
     <packaging>jar</packaging>
 
     <name>sdnc-apps :: ms :: sanity-test :: ${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index b34be90..d93d471 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,12 +5,12 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>spring-boot-30-starter-parent</artifactId>
-        <version>2.6.1</version>
+        <version>2.8.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.sdnc.apps</groupId>
     <artifactId>sdnc-apps</artifactId>
-    <version>2.6.0-SNAPSHOT</version>
+    <version>2.8.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>sdnc-apps</name>
index 176e71a..002daf4 100644 (file)
@@ -16,7 +16,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ============LICENSE_END=====================================================
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
index 8805c5e..f7c8333 100644 (file)
@@ -16,7 +16,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ============LICENSE_END=====================================================
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
index dcf7643..0753544 100644 (file)
@@ -16,7 +16,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ============LICENSE_END=====================================================
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
index d480119..8b871fb 100644 (file)
@@ -16,7 +16,6 @@ See the License for the specific language governing permissions and
 limitations under the License.
 ============LICENSE_END=====================================================
 -->
-
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
index 5de7abb..793efa5 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 release_name=2
-sprint_number=6
+sprint_number=8
 feature_revision=0
 
 base_version=${release_name}.${sprint_number}.${feature_revision}