summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ms/gra/gra-app/pom.xml4
-rw-r--r--ms/gra/gra-docker/pom.xml4
-rw-r--r--ms/gra/pom.xml5
-rw-r--r--ms/pom.xml5
-rw-r--r--ms/sanity-test/pom.xml5
-rw-r--r--ms/sanity-test/sanity-test-app/pom.xml4
-rw-r--r--pom.xml4
-rw-r--r--pomba/network-discovery-api/pom.xml1
-rw-r--r--pomba/network-discovery/pom.xml1
-rw-r--r--pomba/pom.xml1
-rw-r--r--pomba/service-decomposition/pom.xml1
-rw-r--r--version.properties2
12 files changed, 15 insertions, 22 deletions
diff --git a/ms/gra/gra-app/pom.xml b/ms/gra/gra-app/pom.xml
index 2069af2..24d5b20 100644
--- a/ms/gra/gra-app/pom.xml
+++ b/ms/gra/gra-app/pom.xml
@@ -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>
diff --git a/ms/gra/gra-docker/pom.xml b/ms/gra/gra-docker/pom.xml
index 5582d06..b241d42 100644
--- a/ms/gra/gra-docker/pom.xml
+++ b/ms/gra/gra-docker/pom.xml
@@ -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>
diff --git a/ms/gra/pom.xml b/ms/gra/pom.xml
index fb12a0d..37140f8 100644
--- a/ms/gra/pom.xml
+++ b/ms/gra/pom.xml
@@ -18,18 +18,17 @@
* 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>
diff --git a/ms/pom.xml b/ms/pom.xml
index e09e0aa..b0dcfeb 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -18,19 +18,18 @@
* 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>
diff --git a/ms/sanity-test/pom.xml b/ms/sanity-test/pom.xml
index de3f1db..f623827 100644
--- a/ms/sanity-test/pom.xml
+++ b/ms/sanity-test/pom.xml
@@ -18,18 +18,17 @@
* 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>
diff --git a/ms/sanity-test/sanity-test-app/pom.xml b/ms/sanity-test/sanity-test-app/pom.xml
index 6937541..690e06b 100644
--- a/ms/sanity-test/sanity-test-app/pom.xml
+++ b/ms/sanity-test/sanity-test-app/pom.xml
@@ -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
--- 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>
diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml
index 176e71a..002daf4 100644
--- a/pomba/network-discovery-api/pom.xml
+++ b/pomba/network-discovery-api/pom.xml
@@ -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>
diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml
index 8805c5e..f7c8333 100644
--- a/pomba/network-discovery/pom.xml
+++ b/pomba/network-discovery/pom.xml
@@ -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>
diff --git a/pomba/pom.xml b/pomba/pom.xml
index dcf7643..0753544 100644
--- a/pomba/pom.xml
+++ b/pomba/pom.xml
@@ -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>
diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml
index d480119..8b871fb 100644
--- a/pomba/service-decomposition/pom.xml
+++ b/pomba/service-decomposition/pom.xml
@@ -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>
diff --git a/version.properties b/version.properties
index 5de7abb..793efa5 100644
--- a/version.properties
+++ b/version.properties
@@ -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}