From 426dd1e8b9625a63356a81d5550402fbbfd17eb8 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 1 Mar 2017 14:42:26 -0500 Subject: [PATCH] Add missing fields for pom.xml files This is used by autorelease scripts to automatically parse which project is failing a build and report to the mailing list automatically. We need names in the format: ODL :: :: This patch formats in the same format as found in the startup archetypes patch found here: https://git.opendaylight.org/52522 Change-Id: I0174ee777830e54c7bd1ec81de53ceccedd57ecb Signed-off-by: Thanh Ha --- features4/odl-karaf-feat-feature/pom.xml | 1 + features4/odl-karaf-feat-jdbc/pom.xml | 1 + features4/odl-karaf-feat-jetty/pom.xml | 1 + features4/odl-karaf-feat-war/pom.xml | 1 + 4 files changed, 4 insertions(+) diff --git a/features4/odl-karaf-feat-feature/pom.xml b/features4/odl-karaf-feat-feature/pom.xml index f286672df..b3c600747 100644 --- a/features4/odl-karaf-feat-feature/pom.xml +++ b/features4/odl-karaf-feat-feature/pom.xml @@ -19,6 +19,7 @@ odl-karaf-feat-feature + ODL :: odlparent :: ${project.artifactId} kar diff --git a/features4/odl-karaf-feat-jdbc/pom.xml b/features4/odl-karaf-feat-jdbc/pom.xml index e1b44c7be..3175830a5 100644 --- a/features4/odl-karaf-feat-jdbc/pom.xml +++ b/features4/odl-karaf-feat-jdbc/pom.xml @@ -19,6 +19,7 @@ odl-karaf-feat-jdbc + ODL :: odlparent :: ${project.artifactId} kar diff --git a/features4/odl-karaf-feat-jetty/pom.xml b/features4/odl-karaf-feat-jetty/pom.xml index 5a68bd713..34a2daadc 100644 --- a/features4/odl-karaf-feat-jetty/pom.xml +++ b/features4/odl-karaf-feat-jetty/pom.xml @@ -19,6 +19,7 @@ odl-karaf-feat-jetty + ODL :: odlparent :: ${project.artifactId} kar diff --git a/features4/odl-karaf-feat-war/pom.xml b/features4/odl-karaf-feat-war/pom.xml index e91724b0d..844fc1a46 100644 --- a/features4/odl-karaf-feat-war/pom.xml +++ b/features4/odl-karaf-feat-war/pom.xml @@ -19,6 +19,7 @@ odl-karaf-feat-war + ODL :: odlparent :: ${project.artifactId} kar -- 2.36.6