diff options
-rw-r--r-- | BRMSGateway/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-PAP-REST/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-PDP-REST/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-PDP/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-REST/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-TEST/pom.xml | 2 | ||||
-rw-r--r-- | ECOMP-XACML/pom.xml | 2 | ||||
-rw-r--r-- | LogParser/pom.xml | 2 | ||||
-rw-r--r-- | PolicyEngineAPI/pom.xml | 2 | ||||
-rw-r--r-- | PolicyEngineClient/pom.xml | 2 | ||||
-rw-r--r-- | PolicyEngineUtils/pom.xml | 2 | ||||
-rw-r--r-- | PyPDPServer/pom.xml | 6 | ||||
-rw-r--r-- | ecomp-sdk-app/pom.xml | 4 | ||||
-rwxr-xr-x | packages/base/pom.xml | 2 | ||||
-rw-r--r-- | packages/install/pom.xml | 2 | ||||
-rw-r--r-- | packages/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 4 |
17 files changed, 22 insertions, 20 deletions
diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index aa022858a..19ae3cf17 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>BRMSGateway</artifactId> diff --git a/ECOMP-PAP-REST/pom.xml b/ECOMP-PAP-REST/pom.xml index 603b2d830..719643f2e 100644 --- a/ECOMP-PAP-REST/pom.xml +++ b/ECOMP-PAP-REST/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> <build> <plugins> diff --git a/ECOMP-PDP-REST/pom.xml b/ECOMP-PDP-REST/pom.xml index 4681eeba2..82bfcb29e 100644 --- a/ECOMP-PDP-REST/pom.xml +++ b/ECOMP-PDP-REST/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>ECOMP-PDP-REST</artifactId> diff --git a/ECOMP-PDP/pom.xml b/ECOMP-PDP/pom.xml index 942941ec2..cc6f1b19e 100644 --- a/ECOMP-PDP/pom.xml +++ b/ECOMP-PDP/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> <dependencies> <dependency> diff --git a/ECOMP-REST/pom.xml b/ECOMP-REST/pom.xml index 9c52b0929..a8c6ac9f3 100644 --- a/ECOMP-REST/pom.xml +++ b/ECOMP-REST/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>ECOMP-REST</artifactId> diff --git a/ECOMP-TEST/pom.xml b/ECOMP-TEST/pom.xml index 3c101c6cd..a04ece5ac 100644 --- a/ECOMP-TEST/pom.xml +++ b/ECOMP-TEST/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>ECOMP-TEST</artifactId> diff --git a/ECOMP-XACML/pom.xml b/ECOMP-XACML/pom.xml index 5651c4127..3cf871ae8 100644 --- a/ECOMP-XACML/pom.xml +++ b/ECOMP-XACML/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>ECOMP-XACML</artifactId> diff --git a/LogParser/pom.xml b/LogParser/pom.xml index 08380e9e1..ed6baac25 100644 --- a/LogParser/pom.xml +++ b/LogParser/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>LogParser</artifactId> diff --git a/PolicyEngineAPI/pom.xml b/PolicyEngineAPI/pom.xml index 5909ccd6b..f25147825 100644 --- a/PolicyEngineAPI/pom.xml +++ b/PolicyEngineAPI/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>PolicyEngineAPI</artifactId> diff --git a/PolicyEngineClient/pom.xml b/PolicyEngineClient/pom.xml index ec7c54903..c900d13f8 100644 --- a/PolicyEngineClient/pom.xml +++ b/PolicyEngineClient/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>PolicyEngineClient</artifactId> diff --git a/PolicyEngineUtils/pom.xml b/PolicyEngineUtils/pom.xml index f8d29ba91..309014348 100644 --- a/PolicyEngineUtils/pom.xml +++ b/PolicyEngineUtils/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>PolicyEngineUtils</artifactId> 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> diff --git a/ecomp-sdk-app/pom.xml b/ecomp-sdk-app/pom.xml index cf03e88a1..5b5c59c36 100644 --- a/ecomp-sdk-app/pom.xml +++ b/ecomp-sdk-app/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>ecomp-sdk-app</artifactId> @@ -32,7 +32,7 @@ <properties> <encoding>UTF-8</encoding> - <epsdk.version>1.0.0-SNAPSHOT</epsdk.version> + <epsdk.version>1.0.0</epsdk.version> <springframework.version>4.2.0.RELEASE</springframework.version> <hibernate.version>4.3.11.Final</hibernate.version> <skipassembly>true</skipassembly> diff --git a/packages/base/pom.xml b/packages/base/pom.xml index 01d7bbb5c..449e6ff93 100755 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>packages</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.openecomp.policy.engine</groupId> diff --git a/packages/install/pom.xml b/packages/install/pom.xml index 1beeaad48..3b2c77c61 100644 --- a/packages/install/pom.xml +++ b/packages/install/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>packages</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>install</artifactId> diff --git a/packages/pom.xml b/packages/pom.xml index a1e6997df..5ecec7b5a 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.openecomp.policy.engine</groupId> @@ -4,7 +4,7 @@ <groupId>org.openecomp.policy.engine</groupId> <artifactId>PolicyEngineSuite</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>ECOMP Policy Engine</name> @@ -30,7 +30,7 @@ <sonar.jacoco.itReportPath>/opt/app/policy/it-results/jacoco-it.exec</sonar.jacoco.itReportPath> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> - <common-modules.version>[1.0.0-SNAPSHOT]</common-modules.version> + <common-modules.version>1.0.0</common-modules.version> <nexusproxy>https://nexus.openecomp.org</nexusproxy> </properties> |