diff options
Diffstat (limited to 'models-dao/pom.xml')
-rw-r--r-- | models-dao/pom.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/models-dao/pom.xml b/models-dao/pom.xml index e301eaf5b..8529540f4 100644 --- a/models-dao/pom.xml +++ b/models-dao/pom.xml @@ -19,18 +19,20 @@ ============LICENSE_END========================================================= --> <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"> + 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.models</groupId> <artifactId>policy-models</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>policy-models-dao</artifactId> <name>${project.artifactId}</name> - <description>[${project.parent.artifactId}] module provides common DAO (Data Access Object) model handling for the ONAP Policy Framework</description> + <description>[${project.parent.artifactId}] module provides common DAO (Data Access Object) model handling for the + ONAP Policy Framework + </description> <dependencies> <dependency> |