From c8fd1f1d014ecca075902b052146e528135a2acf Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Fri, 1 Aug 2014 09:35:06 +0300 Subject: [PATCH] Add user friendly bundle names Change-Id: I731d9774f52d4bd642699e69669d60e727c1d7cb Signed-off-by: Lorand Jakab --- commons/build_tools/pom.xml | 1 + commons/code-parent/pom.xml | 1 + commons/parent/pom.xml | 1 + commons/unittest_tools/pom.xml | 1 + mappingservice/api/pom.xml | 1 + mappingservice/clusterdao/pom.xml | 1 + mappingservice/config/pom.xml | 2 +- mappingservice/implementation/pom.xml | 1 + mappingservice/integrationtest/pom.xml | 1 + mappingservice/neutron/pom.xml | 1 + mappingservice/northbound/pom.xml | 1 + mappingservice/pom.xml | 1 + mappingservice/southbound/pom.xml | 1 + mappingservice/yangmodel/pom.xml | 1 + 14 files changed, 14 insertions(+), 1 deletion(-) diff --git a/commons/build_tools/pom.xml b/commons/build_tools/pom.xml index 84104f484..5758f64e0 100644 --- a/commons/build_tools/pom.xml +++ b/commons/build_tools/pom.xml @@ -8,6 +8,7 @@ ../parent common.build.tools + Build Tools jar scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/commons/code-parent/pom.xml b/commons/code-parent/pom.xml index bdcdf02c4..433136ff9 100644 --- a/commons/code-parent/pom.xml +++ b/commons/code-parent/pom.xml @@ -8,6 +8,7 @@ ../parent lispflowmapping-code-commons + Code Parent POM pom scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 9fe651498..a75a8cc80 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -2,6 +2,7 @@ 4.0.0 org.opendaylight.lispflowmapping lispflowmapping-commons + Parent POM 1.1.11-SNAPSHOT pom diff --git a/commons/unittest_tools/pom.xml b/commons/unittest_tools/pom.xml index 991b6235a..a8f095581 100644 --- a/commons/unittest_tools/pom.xml +++ b/commons/unittest_tools/pom.xml @@ -8,6 +8,7 @@ ../parent common.unittest.tools + Unit Test Tools jar scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index 454170dcc..905c70b5c 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -8,6 +8,7 @@ .. mappingservice.api + LISP Flow Mapping Public APIs bundle scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/clusterdao/pom.xml b/mappingservice/clusterdao/pom.xml index 891e8780f..f9b91057f 100644 --- a/mappingservice/clusterdao/pom.xml +++ b/mappingservice/clusterdao/pom.xml @@ -8,6 +8,7 @@ .. mappingservice.clusterdao + LISP Flow Mapping Cluster DAO bundle scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/config/pom.xml b/mappingservice/config/pom.xml index 3fed01ad0..4825adbde 100644 --- a/mappingservice/config/pom.xml +++ b/mappingservice/config/pom.xml @@ -9,7 +9,7 @@ ../../commons/parent mappingservice.config - ${project.artifactId} + LISP Flow Mapping Config Subsystem bundle scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index bb4404cc2..93574943f 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -8,6 +8,7 @@ .. mappingservice.implementation + LISP Flow Mapping Implementation bundle scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/integrationtest/pom.xml b/mappingservice/integrationtest/pom.xml index 6a6e916b5..34f2fec85 100644 --- a/mappingservice/integrationtest/pom.xml +++ b/mappingservice/integrationtest/pom.xml @@ -9,6 +9,7 @@ org.opendaylight.lispflowmapping mappingservice.integrationtest + LISP Flow Mapping Integration Tests 1.1.11-SNAPSHOT 3.0.0 diff --git a/mappingservice/neutron/pom.xml b/mappingservice/neutron/pom.xml index 5eb50ed22..048f08d5a 100644 --- a/mappingservice/neutron/pom.xml +++ b/mappingservice/neutron/pom.xml @@ -9,6 +9,7 @@ mappingservice.neutron + LISP Flow Mapping Neutron APIs 1.1.11-SNAPSHOT bundle diff --git a/mappingservice/northbound/pom.xml b/mappingservice/northbound/pom.xml index f5cb2c7a5..d1024a8d9 100644 --- a/mappingservice/northbound/pom.xml +++ b/mappingservice/northbound/pom.xml @@ -8,6 +8,7 @@ .. mappingservice.northbound + LISP Flow Mapping Northbound APIs bundle scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index d3d0c92b6..6ba9d08e3 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -8,6 +8,7 @@ ../commons/code-parent mappingservice-parent + LISP Flow Mapping Parent POM pom scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml index dcbf3d0f4..115e1f903 100644 --- a/mappingservice/southbound/pom.xml +++ b/mappingservice/southbound/pom.xml @@ -8,6 +8,7 @@ .. mappingservice.southbound + LISP Flow Mapping Southbound Plugin bundle scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git diff --git a/mappingservice/yangmodel/pom.xml b/mappingservice/yangmodel/pom.xml index 43f74676a..28747e51c 100755 --- a/mappingservice/yangmodel/pom.xml +++ b/mappingservice/yangmodel/pom.xml @@ -7,6 +7,7 @@ .. mappingservice.yangmodel + LISP Flow Mapping YANG Model bundle scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git -- 2.36.6