Fix the build 41/21341/1
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 30 Oct 2017 17:48:35 +0000 (18:48 +0100)
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>
Mon, 30 Oct 2017 18:00:08 +0000 (19:00 +0100)
Fix temporary the build with snapshot version of policy
as release versions are not available anymore

Change-Id: I3cf8e3bf8a7becd01be188f9b9e2d531eecccfad
Issue-ID: CLAMP-54
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 85d3223..ff0ab83 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <dependency>
       <groupId>org.onap.policy.drools-applications</groupId>
       <artifactId>policy-yaml</artifactId>
-      <version>1.1.0</version>
+      <version>1.1.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <artifactId>log4j</artifactId>
     <dependency>
       <groupId>org.onap.policy.drools-applications</groupId>
       <artifactId>sdc</artifactId>
-      <version>1.1.0</version>
+      <version>1.1.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <artifactId>log4j</artifactId>
     <dependency>
       <groupId>org.onap.policy.drools-applications</groupId>
       <artifactId>aai</artifactId>
-      <version>1.1.0</version>
+      <version>1.1.0-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <artifactId>log4j</artifactId>