diff options
Diffstat (limited to 'adapters')
-rw-r--r-- | adapters/mso-adapter-utils/pom.xml | 18 | ||||
-rw-r--r-- | adapters/mso-adapters-rest-interface/pom.xml | 2 | ||||
-rw-r--r-- | adapters/mso-network-adapter-async-client/pom.xml | 4 | ||||
-rw-r--r-- | adapters/mso-network-adapter/pom.xml | 4 | ||||
-rw-r--r-- | adapters/mso-requests-db-adapter/pom.xml | 10 | ||||
-rw-r--r-- | adapters/mso-sdnc-adapter/pom.xml | 6 | ||||
-rw-r--r-- | adapters/mso-tenant-adapter/pom.xml | 4 | ||||
-rw-r--r-- | adapters/mso-vnf-adapter-async-client/pom.xml | 4 | ||||
-rw-r--r-- | adapters/mso-vnf-adapter/pom.xml | 2 | ||||
-rw-r--r-- | adapters/pom.xml | 4 |
10 files changed, 29 insertions, 29 deletions
diff --git a/adapters/mso-adapter-utils/pom.xml b/adapters/mso-adapter-utils/pom.xml index f958bd1..d48a4b6 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 f485141..f6cb22b 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 3b2cd42..74134eb 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 3991bf3..c79c3cc 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 b14cde1..b938a54 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 11648aa..06da895 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 c649e9e..8660420 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 fc10f1c..413eeff 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 1914eb1..310ec1b 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 d75fd57..89ed0d6 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> |