summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-09-16 08:27:56 -0400
committerDan Timoney <dtimoney@att.com>2021-09-16 15:36:00 -0400
commit97d2c5e94ee437462d2f39ebf8acfce40ae43190 (patch)
treee754565bdfd2254b69ca5ccd79d7a5b1ded5c5a9
parent5db44036506426abae9fd815c3a429f380045982 (diff)
Use version 2.2.1 of CCSDK parent pom
Use released version 2.2.1 of CCSDK parent pom Issue-ID: CCSDK-3444 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: I522b6bf4268dbdbd478445878d63d819dc995ee2
-rw-r--r--ms/gra/pom.xml7
-rw-r--r--ms/pom.xml1
-rw-r--r--pom.xml2
-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
7 files changed, 4 insertions, 10 deletions
diff --git a/ms/gra/pom.xml b/ms/gra/pom.xml
index bc7c5fe..3617454 100644
--- a/ms/gra/pom.xml
+++ b/ms/gra/pom.xml
@@ -18,7 +18,6 @@
* 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>
@@ -37,10 +36,10 @@
<properties>
<aaf.cadi.version>2.1.21</aaf.cadi.version>
- <ccsdk.apps.version>1.2.0-SNAPSHOT</ccsdk.apps.version>
+ <ccsdk.apps.version>1.2.0</ccsdk.apps.version>
<ccsdk.docker.version>1.1-STAGING-latest</ccsdk.docker.version>
- <sdnc.northbound.version>2.2.0-SNAPSHOT</sdnc.northbound.version>
- <sdnc.oam.version>2.2.0-SNAPSHOT</sdnc.oam.version>
+ <sdnc.northbound.version>2.2.0</sdnc.northbound.version>
+ <sdnc.oam.version>2.2.0</sdnc.oam.version>
<gratest.mysql.database>testdb</gratest.mysql.database>
<gratest.mysql.root.password>itsASecret</gratest.mysql.root.password>
<gratest.mysql.user>testdb</gratest.mysql.user>
diff --git a/ms/pom.xml b/ms/pom.xml
index 4dedef5..fcf1e5b 100644
--- a/ms/pom.xml
+++ b/ms/pom.xml
@@ -18,7 +18,6 @@
* 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/pom.xml b/pom.xml
index aa665d3..9f81037 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>spring-boot-25-starter-parent</artifactId>
- <version>2.2.0-SNAPSHOT</version>
+ <version>2.2.1</version>
</parent>
<groupId>org.onap.sdnc.apps</groupId>
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>