diff options
Diffstat (limited to 'model/pom.xml')
-rw-r--r-- | model/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/model/pom.xml b/model/pom.xml index 1f1386c0a..5b736cf2f 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.model</groupId> @@ -49,7 +49,7 @@ <scope>test</scope> </dependency> </dependencies> - + <profiles> <profile> <id>apexSite</id> @@ -66,4 +66,4 @@ </distributionManagement> </profile> </profiles> -</project>
\ No newline at end of file +</project> |