diff options
Diffstat (limited to 'feature-simulators')
-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> |