From d56fba4e89a4923b5e9865d9e98e8c3a5e00e4a1 Mon Sep 17 00:00:00 2001 From: ChrisC Date: Tue, 14 Mar 2017 09:32:49 -0700 Subject: Update to version 1.0.0 Change-Id: I04ea7f910e2c583bf9fdcf705de74095c298d5da Signed-off-by: ChrisC --- mso-api-handlers/mso-api-handler-common/pom.xml | 10 +++++----- mso-api-handlers/mso-api-handler-infra/pom.xml | 10 +++++----- mso-api-handlers/mso-requests-db/pom.xml | 14 +++++++------- mso-api-handlers/pom.xml | 4 ++-- 4 files changed, 19 insertions(+), 19 deletions(-) (limited to 'mso-api-handlers') 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 @@ org.openecomp.mso mso-api-handlers - 0.0.4-SNAPSHOT + 1.0.0-SNAPSHOT @@ -40,17 +40,17 @@ - + commons-io commons-io - + org.apache.httpcomponents httpcore - + org.apache.httpcomponents httpclient @@ -81,7 +81,7 @@ jackson-mapper-asl 1.9.13 - + org.openecomp.mso mso-catalog-db 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 @@ org.openecomp.mso mso-api-handlers - 0.0.4-SNAPSHOT + 1.0.0-SNAPSHOT @@ -58,7 +58,7 @@ jboss-ejb3-ext-api 2.2.0.Final provided - + javax.activation @@ -67,11 +67,11 @@ provided - + org.openecomp.mso mso-catalog-db ${project.version} - + org.openecomp.mso mso-requests-db @@ -92,7 +92,7 @@ ${project.artifactId}-${project.version} - + maven-war-plugin 2.3 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 @@ org.openecomp.mso mso-api-handlers - 0.0.4-SNAPSHOT + 1.0.0-SNAPSHOT mso-requests-db @@ -96,7 +96,7 @@ hibernate-jpa-2.1-api 1.0.0.Final - + org.openecomp.mso common @@ -107,7 +107,7 @@ ${project.artifactId} - + maven-war-plugin 2.3 @@ -143,7 +143,7 @@ maven-resources-plugin 3.0.1 - + copy-sql-file install @@ -152,9 +152,9 @@ true - + ${project.basedir}/../../packages/root-pack-extras/config-resources/mariadb/db-sql-scripts/main-schemas - + ${project.build.directory} @@ -163,7 +163,7 @@ *.sql - + 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 @@ org.openecomp mso - 0.0.4-SNAPSHOT + 1.0.0-SNAPSHOT org.openecomp.mso @@ -18,7 +18,7 @@ mso-api-handler-common mso-api-handler-infra - + org.apache.httpcomponents -- cgit 1.2.3-korg