diff options
Diffstat (limited to 'TestSuite/pom.xml')
-rw-r--r-- | TestSuite/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TestSuite/pom.xml b/TestSuite/pom.xml index fd68f82f0..38c064031 100644 --- a/TestSuite/pom.xml +++ b/TestSuite/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.5.0-SNAPSHOT</version> </parent> <artifactId>TestSuite</artifactId> <packaging>pom</packaging> @@ -31,4 +31,4 @@ <module>Performance</module> <module>Stability</module> </modules> -</project>
\ No newline at end of file +</project> |