diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 12:13:54 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2017-03-10 12:14:02 -0500 |
commit | 98fd6feca6b10c2ad0d50d9f9ad1985b25e4eb84 (patch) | |
tree | 0cdd8db8822ee821a9bb6569040c3b9e2cd55774 /PyPDPServer | |
parent | 69acdaaf2a915fae57044515ccf955bd960d817e (diff) |
release-1.0.0 changes
Change-Id: I29f63fb4d2bbb68aa4eeb590160675e0ee9ceb6b
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'PyPDPServer')
-rw-r--r-- | PyPDPServer/pom.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/PyPDPServer/pom.xml b/PyPDPServer/pom.xml index 71e3999eb..8ff96d7d0 100644 --- a/PyPDPServer/pom.xml +++ b/PyPDPServer/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <properties> @@ -73,6 +73,7 @@ </pluginRepository> </pluginRepositories> +<!-- <distributionManagement> <repository> <id>ecomp-releases</id> @@ -85,7 +86,8 @@ <url>${nexusproxy}/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> - + --> + <dependencyManagement> <dependencies> <dependency> |