From 5aab0b90a2383de33cb98382e138f64c0b848674 Mon Sep 17 00:00:00 2001 From: Chris Wright Date: Fri, 30 Aug 2013 00:01:23 -0700 Subject: [PATCH] toaster-it: add missing version for maven-paxexam-plugin This fixes the following warning: [WARNING] Some problems were encountered while building the effective model for org.opendaylight.controller.samples:sample-toaster-it:jar:1.0-SNAPSHOT [WARNING] 'build.plugins.plugin.version' for org.ops4j.pax.exam:maven-paxexam-plugin is missing. @ line 23, column 12 Change-Id: I2c46e72940e9ee016a3e6ebb36a39fb7442d90e7 Signed-off-by: Chris Wright --- opendaylight/sal/yang-prototype/sal/samples/toaster-it/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/opendaylight/sal/yang-prototype/sal/samples/toaster-it/pom.xml b/opendaylight/sal/yang-prototype/sal/samples/toaster-it/pom.xml index eedeff936c..97bbdc4522 100644 --- a/opendaylight/sal/yang-prototype/sal/samples/toaster-it/pom.xml +++ b/opendaylight/sal/yang-prototype/sal/samples/toaster-it/pom.xml @@ -23,6 +23,7 @@ org.ops4j.pax.exam maven-paxexam-plugin + 1.2.4 generate-config -- 2.36.6