aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrisC <cc697w@intl.att.com>2017-03-14 09:32:49 -0700
committerChrisC <cc697w@intl.att.com>2017-03-14 09:32:49 -0700
commitd56fba4e89a4923b5e9865d9e98e8c3a5e00e4a1 (patch)
tree3dee3ed0fc457385c1ea538fadaf4edf3e06d368
parent5dd5647cca17a9939919027008e175f6d5d819f7 (diff)
Update to version 1.0.0
Change-Id: I04ea7f910e2c583bf9fdcf705de74095c298d5da Signed-off-by: ChrisC <cc697w@intl.att.com>
-rw-r--r--adapters/mso-adapter-utils/pom.xml18
-rw-r--r--adapters/mso-adapters-rest-interface/pom.xml2
-rw-r--r--adapters/mso-network-adapter-async-client/pom.xml4
-rw-r--r--adapters/mso-network-adapter/pom.xml4
-rw-r--r--adapters/mso-requests-db-adapter/pom.xml10
-rw-r--r--adapters/mso-sdnc-adapter/pom.xml6
-rw-r--r--adapters/mso-tenant-adapter/pom.xml4
-rw-r--r--adapters/mso-vnf-adapter-async-client/pom.xml4
-rw-r--r--adapters/mso-vnf-adapter/pom.xml2
-rw-r--r--adapters/pom.xml4
-rw-r--r--asdc-controller/pom.xml6
-rw-r--r--bpmn/MSOCockpit/pom.xml10
-rw-r--r--bpmn/MSOCoreBPMN/pom.xml4
-rw-r--r--bpmn/MSOGammaBPMN/pom.xml2
-rw-r--r--bpmn/MSORESTClient/pom.xml14
-rw-r--r--bpmn/MSOURN-plugin/pom.xml10
-rw-r--r--bpmn/pom.xml18
-rw-r--r--common/pom.xml2
-rw-r--r--mso-api-handlers/mso-api-handler-common/pom.xml10
-rw-r--r--mso-api-handlers/mso-api-handler-infra/pom.xml10
-rw-r--r--mso-api-handlers/mso-requests-db/pom.xml14
-rw-r--r--mso-api-handlers/pom.xml4
-rw-r--r--mso-catalog-db/pom.xml12
-rw-r--r--packages/arquillian-unit-tests/pom.xml2
-rw-r--r--packages/deliveries/pom.xml6
-rw-r--r--packages/docker/pom.xml2
-rw-r--r--packages/pom.xml6
-rw-r--r--pom.xml2
-rw-r--r--status-control/pom.xml8
29 files changed, 100 insertions, 100 deletions
diff --git a/adapters/mso-adapter-utils/pom.xml b/adapters/mso-adapter-utils/pom.xml
index f958bd1bc7..d48a4b69ef 100644
--- a/adapters/mso-adapter-utils/pom.xml
+++ b/adapters/mso-adapter-utils/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-adapter-utils</artifactId>
@@ -15,7 +15,7 @@
<finalName>${project.artifactId}</finalName>
<sourceDirectory>src/main/java</sourceDirectory>
<plugins>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
@@ -39,7 +39,7 @@
</execution>
</executions>
</plugin>
-
+
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
@@ -108,13 +108,13 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
- <version>1.10.19</version>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <version>1.10.19</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>org.jboss.spec.javax.ejb</groupId>
<artifactId>jboss-ejb-api_3.2_spec</artifactId>
@@ -132,6 +132,6 @@
<artifactId>snakeyaml</artifactId>
<version>1.15</version>
</dependency>
-
+
</dependencies>
</project>
diff --git a/adapters/mso-adapters-rest-interface/pom.xml b/adapters/mso-adapters-rest-interface/pom.xml
index f48514123f..f6cb22b02b 100644
--- a/adapters/mso-adapters-rest-interface/pom.xml
+++ b/adapters/mso-adapters-rest-interface/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-adapters-rest-interface</artifactId>
diff --git a/adapters/mso-network-adapter-async-client/pom.xml b/adapters/mso-network-adapter-async-client/pom.xml
index 3b2cd4273d..74134ebb26 100644
--- a/adapters/mso-network-adapter-async-client/pom.xml
+++ b/adapters/mso-network-adapter-async-client/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-network-adapter-async-client</artifactId>
@@ -52,7 +52,7 @@
</plugins>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
diff --git a/adapters/mso-network-adapter/pom.xml b/adapters/mso-network-adapter/pom.xml
index 3991bf3118..c79c3ccc93 100644
--- a/adapters/mso-network-adapter/pom.xml
+++ b/adapters/mso-network-adapter/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-network-adapter</artifactId>
@@ -62,7 +62,7 @@
</plugins>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
diff --git a/adapters/mso-requests-db-adapter/pom.xml b/adapters/mso-requests-db-adapter/pom.xml
index b14cde1657..b938a545f4 100644
--- a/adapters/mso-requests-db-adapter/pom.xml
+++ b/adapters/mso-requests-db-adapter/pom.xml
@@ -4,16 +4,16 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-requests-db-adapter</artifactId>
<packaging>war</packaging>
-
-
+
+
<dependencies>
-
+
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>mso-requests-db</artifactId>
@@ -50,7 +50,7 @@
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
-
+
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
diff --git a/adapters/mso-sdnc-adapter/pom.xml b/adapters/mso-sdnc-adapter/pom.xml
index 11648aa4dc..06da8955aa 100644
--- a/adapters/mso-sdnc-adapter/pom.xml
+++ b/adapters/mso-sdnc-adapter/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-sdnc-adapter</artifactId>
@@ -15,7 +15,7 @@
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
-
+
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.4</version>
@@ -70,7 +70,7 @@
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-adapter-utils</artifactId>
<version>${project.version}</version>
-
+
</dependency>
<dependency>
<groupId>javax</groupId>
diff --git a/adapters/mso-tenant-adapter/pom.xml b/adapters/mso-tenant-adapter/pom.xml
index c649e9eb69..866042070f 100644
--- a/adapters/mso-tenant-adapter/pom.xml
+++ b/adapters/mso-tenant-adapter/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-tenant-adapter</artifactId>
@@ -82,7 +82,7 @@
</plugins>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
diff --git a/adapters/mso-vnf-adapter-async-client/pom.xml b/adapters/mso-vnf-adapter-async-client/pom.xml
index fc10f1c492..413eeff8f3 100644
--- a/adapters/mso-vnf-adapter-async-client/pom.xml
+++ b/adapters/mso-vnf-adapter-async-client/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-vnf-adapter-async-client</artifactId>
@@ -52,7 +52,7 @@
</plugins>
<pluginManagement>
<plugins>
- <!--This plugin's configuration is used to store Eclipse m2e settings
+ <!--This plugin's configuration is used to store Eclipse m2e settings
only. It has no influence on the Maven build itself. -->
<plugin>
<groupId>org.eclipse.m2e</groupId>
diff --git a/adapters/mso-vnf-adapter/pom.xml b/adapters/mso-vnf-adapter/pom.xml
index 1914eb14f8..310ec1b870 100644
--- a/adapters/mso-vnf-adapter/pom.xml
+++ b/adapters/mso-vnf-adapter/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>adapters</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.adapters</groupId>
<artifactId>mso-vnf-adapter</artifactId>
diff --git a/adapters/pom.xml b/adapters/pom.xml
index d75fd57931..89ed0d6d83 100644
--- a/adapters/pom.xml
+++ b/adapters/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -25,7 +25,7 @@
<module>mso-vnf-adapter-async-client</module>
<module>mso-requests-db-adapter</module>
</modules>
-
+
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml
index 75665bc01d..45368aa2b9 100644
--- a/asdc-controller/pom.xml
+++ b/asdc-controller/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -12,7 +12,7 @@
<name>asdc-controller</name>
<description>ASDC CLient and Controller</description>
<packaging>war</packaging>
-
+
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
@@ -70,7 +70,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
- </exclusions>
+ </exclusions>
</dependency>
<dependency>
diff --git a/bpmn/MSOCockpit/pom.xml b/bpmn/MSOCockpit/pom.xml
index cc5ecd7bc9..b4f985a9e3 100644
--- a/bpmn/MSOCockpit/pom.xml
+++ b/bpmn/MSOCockpit/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>bpmn</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -36,16 +36,16 @@
</plugin>
</plugins>
</build>
-
+
<dependencies>
-
+
<dependency>
<groupId>org.camunda.bpm.webapp</groupId>
<artifactId>camunda-webapp-jboss-standalone</artifactId>
<version>${camunda.version}</version>
<type>war</type>
</dependency>
-
+
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>common</artifactId>
@@ -62,5 +62,5 @@
<version>${project.version}</version>
</dependency>
</dependencies>
-
+
</project>
diff --git a/bpmn/MSOCoreBPMN/pom.xml b/bpmn/MSOCoreBPMN/pom.xml
index db0f7cf30a..ea7966f5e3 100644
--- a/bpmn/MSOCoreBPMN/pom.xml
+++ b/bpmn/MSOCoreBPMN/pom.xml
@@ -4,13 +4,13 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>bpmn</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.mso</groupId>
<artifactId>MSOCoreBPMN</artifactId>
<packaging>jar</packaging>
-
+
<build>
<plugins>
<!-- Note: test utilities really ought to exist only in the test scope but -->
diff --git a/bpmn/MSOGammaBPMN/pom.xml b/bpmn/MSOGammaBPMN/pom.xml
index fa2055c01a..34e0c16d0c 100644
--- a/bpmn/MSOGammaBPMN/pom.xml
+++ b/bpmn/MSOGammaBPMN/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>bpmn</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openecomp.mso</groupId>
diff --git a/bpmn/MSORESTClient/pom.xml b/bpmn/MSORESTClient/pom.xml
index 97d9971769..cbae5d0e0e 100644
--- a/bpmn/MSORESTClient/pom.xml
+++ b/bpmn/MSORESTClient/pom.xml
@@ -2,20 +2,20 @@
<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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
-
+
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>bpmn</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
-
+
<groupId>org.openecomp.mso</groupId>
<artifactId>MSORESTClient</artifactId>
-
+
<packaging>jar</packaging>
-
+
<name>MSO REST Client API</name>
-
+
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -54,6 +54,6 @@
</configuration>
</plugin>
</plugins>
-
+
</build>
</project>
diff --git a/bpmn/MSOURN-plugin/pom.xml b/bpmn/MSOURN-plugin/pom.xml
index e94a1f7233..41b641545e 100644
--- a/bpmn/MSOURN-plugin/pom.xml
+++ b/bpmn/MSOURN-plugin/pom.xml
@@ -1,18 +1,18 @@
<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.openecomp.mso</groupId>
<artifactId>bpmn</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
-
+
<groupId>org.openecomp.mso</groupId>
<artifactId>cockpit-urnmap-plugin</artifactId>
-
+
<packaging>jar</packaging>
-
+
<name>MSO URN Mapping Cockpit Plugin</name>
<dependencies>
diff --git a/bpmn/pom.xml b/bpmn/pom.xml
index ebcce1d8fe..3371ed6de2 100644
--- a/bpmn/pom.xml
+++ b/bpmn/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -13,7 +13,7 @@
<name>BPMN Subsystem</name>
<description>BPMN Subsystem for MSO</description>
<packaging>pom</packaging>
-
+
<properties>
<camunda.version>7.3.0</camunda.version>
<camunda.bpm.assert.version>1.2</camunda.bpm.assert.version>
@@ -22,10 +22,10 @@
<saxon.version>9.5.1-8</saxon.version>
<junit.version>4.11</junit.version>
<xmlunit.version>1.6</xmlunit.version>
-
+
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-
+
</properties>
<modules>
@@ -36,7 +36,7 @@
<module>MSOCockpit</module>
</modules>
-
+
<!-- Define artifact versions for child modules -->
<dependencyManagement>
<dependencies>
@@ -90,7 +90,7 @@
</dependency>
</dependencies>
</dependencyManagement>
-
+
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
@@ -101,10 +101,10 @@
<artifactId>httpclient</artifactId>
</dependency>
</dependencies>
-
+
<build>
<plugins>
-
+
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
@@ -152,7 +152,7 @@
</lifecycleMappingMetadata>
</configuration>
</plugin>
-
+
</plugins>
</pluginManagement>
</build>
diff --git a/common/pom.xml b/common/pom.xml
index f9ea6df44b..83fcfe1f54 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
diff --git a/mso-api-handlers/mso-api-handler-common/pom.xml b/mso-api-handlers/mso-api-handler-common/pom.xml
index b9d622d08c..ca43d59625 100644
--- a/mso-api-handlers/mso-api-handler-common/pom.xml
+++ b/mso-api-handlers/mso-api-handler-common/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>mso-api-handlers</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
@@ -40,17 +40,17 @@
</exclusion>
</exclusions>
</dependency>
-
+
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</dependency>
-
+
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
-
+
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
@@ -81,7 +81,7 @@
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
</dependency>
-
+
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>mso-catalog-db</artifactId>
diff --git a/mso-api-handlers/mso-api-handler-infra/pom.xml b/mso-api-handlers/mso-api-handler-infra/pom.xml
index 74ec57dbc7..fd7650ec06 100644
--- a/mso-api-handlers/mso-api-handler-infra/pom.xml
+++ b/mso-api-handlers/mso-api-handler-infra/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>mso-api-handlers</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
@@ -58,7 +58,7 @@
<artifactId>jboss-ejb3-ext-api</artifactId>
<version>2.2.0.Final</version>
<scope>provided</scope>
- </dependency>
+ </dependency>
<dependency>
<groupId>javax.activation</groupId>
@@ -67,11 +67,11 @@
<scope>provided</scope>
</dependency>
- <dependency>
+ <dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>mso-catalog-db</artifactId>
<version>${project.version}</version>
- </dependency>
+ </dependency>
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>mso-requests-db</artifactId>
@@ -92,7 +92,7 @@
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
-
+
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml
index fc09305ea9..790a58ffb8 100644
--- a/mso-api-handlers/mso-requests-db/pom.xml
+++ b/mso-api-handlers/mso-requests-db/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>mso-api-handlers</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>mso-requests-db</artifactId>
@@ -96,7 +96,7 @@
<artifactId>hibernate-jpa-2.1-api</artifactId>
<version>1.0.0.Final</version>
</dependency>
-
+
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>common</artifactId>
@@ -107,7 +107,7 @@
<build>
<finalName>${project.artifactId}</finalName>
<plugins>
-
+
<plugin>
<artifactId>maven-war-plugin</artifactId>
<version>2.3</version>
@@ -143,7 +143,7 @@
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<executions>
-
+
<execution>
<id>copy-sql-file</id>
<phase>install</phase>
@@ -152,9 +152,9 @@
</goals>
<configuration>
<overwrite>true</overwrite>
-
+
<outputDirectory>${project.basedir}/../../packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas</outputDirectory>
-
+
<resources>
<resource>
<directory>${project.build.directory}</directory>
@@ -163,7 +163,7 @@
<include>*.sql</include>
</includes>
</resource>
- </resources>
+ </resources>
</configuration>
</execution>
</executions>
diff --git a/mso-api-handlers/pom.xml b/mso-api-handlers/pom.xml
index 87d6453fb7..dc16f78f24 100644
--- a/mso-api-handlers/pom.xml
+++ b/mso-api-handlers/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -18,7 +18,7 @@
<module>mso-api-handler-common</module>
<module>mso-api-handler-infra</module>
</modules>
-
+
<dependencies>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml
index fdb6cc17e3..0f5bb9a961 100644
--- a/mso-catalog-db/pom.xml
+++ b/mso-catalog-db/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -49,7 +49,7 @@
<artifactId>maven-resources-plugin</artifactId>
<version>3.0.1</version>
<executions>
-
+
<execution>
<id>copy-sql-file</id>
<phase>install</phase>
@@ -58,9 +58,9 @@
</goals>
<configuration>
<overwrite>true</overwrite>
-
+
<outputDirectory>${project.basedir}/../packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas</outputDirectory>
-
+
<resources>
<resource>
<directory>${project.build.directory}</directory>
@@ -69,7 +69,7 @@
<include>*.sql</include>
</includes>
</resource>
- </resources>
+ </resources>
</configuration>
</execution>
</executions>
@@ -147,7 +147,7 @@
</exclusion>
</exclusions>
</dependency>
-
+
<dependency>
<groupId>org.openecomp.mso</groupId>
<artifactId>common</artifactId>
diff --git a/packages/arquillian-unit-tests/pom.xml b/packages/arquillian-unit-tests/pom.xml
index 4ca15fbefd..1ba25d0370 100644
--- a/packages/arquillian-unit-tests/pom.xml
+++ b/packages/arquillian-unit-tests/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>packages</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.packages</groupId>
diff --git a/packages/deliveries/pom.xml b/packages/deliveries/pom.xml
index 5f20b187ce..1c4a44e571 100644
--- a/packages/deliveries/pom.xml
+++ b/packages/deliveries/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>packages</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso.packages</groupId>
@@ -29,7 +29,7 @@
<artifactId>maven-assembly-plugin</artifactId>
<version>2.6</version>
<executions>
-
+
<!-- MSO DB PACKS -->
<execution>
<configuration>
@@ -67,7 +67,7 @@
<goal>single</goal>
</goals>
</execution>
-
+
</executions>
</plugin>
diff --git a/packages/docker/pom.xml b/packages/docker/pom.xml
index 4bad970d70..1840a64b13 100644
--- a/packages/docker/pom.xml
+++ b/packages/docker/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.mso</groupId>
<artifactId>packages</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
diff --git a/packages/pom.xml b/packages/pom.xml
index beb7251320..30ecefb82e 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>mso</artifactId>
<groupId>org.openecomp</groupId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -12,7 +12,7 @@
<packaging>pom</packaging>
<name>MSO Packages</name>
-
+
<profiles>
<!-- DO NOT CHANGE THE *ORDER* IN WHICH THESE PROFILES ARE DEFINED! -->
@@ -42,6 +42,6 @@
<module>arquillian-unit-tests</module>
</modules>
</profile>
-
+
</profiles>
</project>
diff --git a/pom.xml b/pom.xml
index 7b31563248..9343fda37b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
<packaging>pom</packaging>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>MSO main project</name>
<description>This Maven project is responsible to build and package all child projects - contributions in the MSO project.
This build can be configured to run Functional tests and to start/stop a jboss server + Mysql DB.
diff --git a/status-control/pom.xml b/status-control/pom.xml
index 169c2ba131..01c605ad47 100644
--- a/status-control/pom.xml
+++ b/status-control/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>org.openecomp</groupId>
<artifactId>mso</artifactId>
- <version>0.0.4-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.mso</groupId>
@@ -62,16 +62,16 @@
<version>1.10.19</version>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
-
+
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
-
+
</dependencies>
</project> \ No newline at end of file