From ef265a54085326fff5227c847fa9736e1f3731bd Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Mon, 5 Aug 2013 23:11:55 +0200 Subject: [PATCH] Make the checkstyle artifact a snapshot else it will fail deploy in merge job Change-Id: I0d4d5bb76fc1b33786793567a871441b2a340a8d Signed-off-by: Giovanni Meo --- opendaylight/commons/checkstyle/pom.xml | 2 +- opendaylight/commons/concepts/pom.xml | 2 +- opendaylight/commons/integrationtest/pom.xml | 2 +- opendaylight/commons/opendaylight/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/opendaylight/commons/checkstyle/pom.xml b/opendaylight/commons/checkstyle/pom.xml index 50ffb4c8b9..c65b89cce5 100644 --- a/opendaylight/commons/checkstyle/pom.xml +++ b/opendaylight/commons/checkstyle/pom.xml @@ -2,5 +2,5 @@ 4.0.0 org.opendaylight.controller checkstyle - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/opendaylight/commons/concepts/pom.xml b/opendaylight/commons/concepts/pom.xml index fb8d9c1e10..169a428f15 100644 --- a/opendaylight/commons/concepts/pom.xml +++ b/opendaylight/commons/concepts/pom.xml @@ -36,7 +36,7 @@ org.opendaylight.controller checkstyle - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index 031edd0f40..78ab625c93 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -81,7 +81,7 @@ org.opendaylight.controller checkstyle - 0.0.1 + 0.0.1-SNAPSHOT diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index e70f522327..f5fcdbd3d5 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -296,7 +296,7 @@ org.opendaylight.controller checkstyle - 0.0.1 + 0.0.1-SNAPSHOT -- 2.36.6