diff options
author | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-25 11:59:09 +0100 |
---|---|---|
committer | ramverma <ram.krishna.verma@ericsson.com> | 2018-10-25 12:00:16 +0100 |
commit | e2b3a9cb5077394fc65b7ec30a140f7f2d2d94e3 (patch) | |
tree | 3df2d544d727be675d214c6bd6e44742d669f9da /testsuites/stability/pom.xml | |
parent | b9007182f9a8fa0dea48fc970e38fb6761bf6c24 (diff) |
Fix refering to snapshot in drools-application1.3.1
Issue-ID: POLICY-1213
Change-Id: I91e4928e33d4e39286bf340e42602890446d9401
Signed-off-by: ramverma <ram.krishna.verma@ericsson.com>
Diffstat (limited to 'testsuites/stability/pom.xml')
-rw-r--r-- | testsuites/stability/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/stability/pom.xml b/testsuites/stability/pom.xml index a47aeb42e..271150e4a 100644 --- a/testsuites/stability/pom.xml +++ b/testsuites/stability/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.drools-applications</groupId> <artifactId>testsuites</artifactId> - <version>1.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> </parent> <artifactId>stability</artifactId> <build> |