diff options
author | liamfallon <liam.fallon@est.tech> | 2019-05-16 09:39:24 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2019-05-16 09:39:24 +0000 |
commit | 0237fe0bc3745362f0f4e7e380f68fe041f88b0e (patch) | |
tree | b24623da834c0ced24a0dddab4f8d6ce3de9155e /feature-simulators/pom.xml | |
parent | 3d6b63ab652520348e6132832244827247b46604 (diff) |
Step snapshot version of drools-pdp
Issue-ID: POLICY-1630
Change-Id: Ia77856077ae89f839aa930101c2002ac25f79595
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'feature-simulators/pom.xml')
-rw-r--r-- | feature-simulators/pom.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/feature-simulators/pom.xml b/feature-simulators/pom.xml index 94909c7a..8e74adb2 100644 --- a/feature-simulators/pom.xml +++ b/feature-simulators/pom.xml @@ -20,15 +20,15 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <groupId>org.onap.policy.drools-pdp</groupId> - <artifactId>drools-pdp</artifactId> - <version>1.4.0-SNAPSHOT</version> - </parent> - - <artifactId>feature-simulators</artifactId> + <modelVersion>4.0.0</modelVersion> + + <parent> + <groupId>org.onap.policy.drools-pdp</groupId> + <artifactId>drools-pdp</artifactId> + <version>1.4.1-SNAPSHOT</version> + </parent> + + <artifactId>feature-simulators</artifactId> <name>feature-simulators</name> @@ -36,7 +36,7 @@ <maven.compiler.source>1.8</maven.compiler.source> <maven.compiler.target>1.8</maven.compiler.target> </properties> - + <dependencies> <dependency> <groupId>junit</groupId> |