diff options
Diffstat (limited to 'api-active-standby-management')
-rw-r--r-- | api-active-standby-management/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api-active-standby-management/pom.xml b/api-active-standby-management/pom.xml index 5f78aa99..696778a8 100644 --- a/api-active-standby-management/pom.xml +++ b/api-active-standby-management/pom.xml @@ -21,15 +21,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> + <version>1.4.1-SNAPSHOT</version> </parent> - + <artifactId>api-active-standby-management</artifactId> - + <name>api-active-standby-management</name> <description>API for Active Standby Management feature</description> |