From 47f91967872e3cf4c6513001b5ad74aaa6166f57 Mon Sep 17 00:00:00 2001 From: Lorand Jakab Date: Tue, 14 Jan 2014 13:12:40 +0200 Subject: [PATCH] Add section to all pom.xml files Change-Id: I1a4895cfec1ee3941bfe58fe6f9c0b5ded27c0e4 Signed-off-by: Lorand Jakab --- commons/build_tools/pom.xml | 6 ++++++ commons/code-parent/pom.xml | 6 ++++++ commons/parent/pom.xml | 4 +++- commons/unittest_tools/pom.xml | 6 ++++++ distribution/pom.xml | 7 +++++++ mappingservice/api/pom.xml | 6 ++++++ mappingservice/config/pom.xml | 6 ++++++ mappingservice/implementation/pom.xml | 6 ++++++ mappingservice/integrationtest/pom.xml | 6 ++++++ mappingservice/northbound/pom.xml | 6 ++++++ mappingservice/pom.xml | 6 ++++++ mappingservice/southbound/pom.xml | 6 ++++++ mappingservice/yangmodel/pom.xml | 6 ++++++ 13 files changed, 76 insertions(+), 1 deletion(-) diff --git a/commons/build_tools/pom.xml b/commons/build_tools/pom.xml index bb72409e4..60a97f0ae 100644 --- a/commons/build_tools/pom.xml +++ b/commons/build_tools/pom.xml @@ -12,4 +12,10 @@ common.build.tools 1.0.0-SNAPSHOT jar + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + diff --git a/commons/code-parent/pom.xml b/commons/code-parent/pom.xml index b4489cbbe..a0c01abf1 100644 --- a/commons/code-parent/pom.xml +++ b/commons/code-parent/pom.xml @@ -12,6 +12,12 @@ lispflowmapping-code-commons pom 1.0.0-SNAPSHOT + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + org.opendaylight.lispflowmapping diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 4758eac3b..3d8c36c24 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -7,9 +7,11 @@ pom http://www.opendaylight.org - scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD 1.0.0-SNAPSHOT diff --git a/commons/unittest_tools/pom.xml b/commons/unittest_tools/pom.xml index 4e301342b..705279e68 100644 --- a/commons/unittest_tools/pom.xml +++ b/commons/unittest_tools/pom.xml @@ -12,6 +12,12 @@ common.unittest.tools 1.0.0-SNAPSHOT jar + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + equinoxSDK381 diff --git a/distribution/pom.xml b/distribution/pom.xml index 6ec551ed9..fb13114d1 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -14,6 +14,13 @@ http://maven.apache.org/maven-v4_0_0.xsd"> pom LISP Flow Mapping Distribution + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + + ../commons/parent ../commons/build_tools diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index c2a240983..ddf81e930 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -12,6 +12,12 @@ mappingservice.api 1.0.0-SNAPSHOT bundle + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + reuseReports diff --git a/mappingservice/config/pom.xml b/mappingservice/config/pom.xml index 0c6ce6c10..56c39dbcc 100644 --- a/mappingservice/config/pom.xml +++ b/mappingservice/config/pom.xml @@ -12,6 +12,12 @@ mappingservice.config ${project.artifactId} bundle + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + 3.0.4 diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index e0317cc82..a46a754be 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -12,6 +12,12 @@ mappingservice.implementation 1.0.0-SNAPSHOT bundle + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + reuseReports diff --git a/mappingservice/integrationtest/pom.xml b/mappingservice/integrationtest/pom.xml index 6fcfe696e..6b8107bc7 100644 --- a/mappingservice/integrationtest/pom.xml +++ b/mappingservice/integrationtest/pom.xml @@ -11,6 +11,12 @@ org.opendaylight.lispflowmapping mappingservice.integrationtest + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + diff --git a/mappingservice/northbound/pom.xml b/mappingservice/northbound/pom.xml index 2bc8b634f..3cf133651 100644 --- a/mappingservice/northbound/pom.xml +++ b/mappingservice/northbound/pom.xml @@ -11,6 +11,12 @@ mappingservice.northbound 1.0.0-SNAPSHOT bundle + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + reuseReports diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index 4710bc124..189d32826 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -12,6 +12,12 @@ mappingservice-parent 1.0.0-SNAPSHOT pom + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + yangmodel api diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml index beb8f00a5..1a502fe7f 100644 --- a/mappingservice/southbound/pom.xml +++ b/mappingservice/southbound/pom.xml @@ -11,6 +11,12 @@ mappingservice.southbound bundle + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + reuseReports diff --git a/mappingservice/yangmodel/pom.xml b/mappingservice/yangmodel/pom.xml index 7ddf42214..0c7226d28 100755 --- a/mappingservice/yangmodel/pom.xml +++ b/mappingservice/yangmodel/pom.xml @@ -10,6 +10,12 @@ mappingservice.yangmodel 1.0.0-SNAPSHOT bundle + + scm:git:https://git.opendaylight.org/gerrit/p/lispflowmapping.git + scm:git:ssh://git.opendaylight.org:29418/lispflowmapping.git + https://wiki.opendaylight.org/view/OpenDaylight_Lisp_Flow_Mapping:Main + HEAD + -- 2.36.6