aboutsummaryrefslogtreecommitdiffstats
path: root/controlloop/common/simulators/pom.xml
diff options
context:
space:
mode:
authorJorge Hernandez <jh1730@att.com>2017-11-07 09:04:10 -0600
committerJorge Hernandez <jh1730@att.com>2017-11-07 09:04:10 -0600
commit788954ff3d8ee41927a2a11ebc9a9bdbd7ed2e2c (patch)
treeb2a673636659b524b8862133c9b33aa2bbe3701b /controlloop/common/simulators/pom.xml
parent1772b3793ef4e46f30290480d5b911c2f04e8c3d (diff)
SNAPSHOT present in policy core and msb depsv1.1.0
Change-Id: I61c8d698f8cf984c648e510997498d41e7d9744a Issue-ID: POLICY-433 Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'controlloop/common/simulators/pom.xml')
-rw-r--r--controlloop/common/simulators/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/controlloop/common/simulators/pom.xml b/controlloop/common/simulators/pom.xml
index 7ee811f0d..9ef394623 100644
--- a/controlloop/common/simulators/pom.xml
+++ b/controlloop/common/simulators/pom.xml
@@ -53,13 +53,13 @@
<dependency>
<groupId>org.onap.policy.drools-applications</groupId>
<artifactId>so</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.onap.policy.drools-applications</groupId>
<artifactId>guard</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -81,4 +81,4 @@
<scope>provided</scope>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>