diff options
Diffstat (limited to 'testsuites/performance/pom.xml')
-rw-r--r-- | testsuites/performance/pom.xml | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 2b38efc9b..11da3eb30 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.testsuites</groupId> <artifactId>apex-testsuites</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.testsuites.performance</groupId> @@ -53,20 +53,5 @@ <module>performance-benchmark-test</module> </modules> </profile> - - <profile> - <id>apexSite</id> - <activation> - <property> - <name>apexSite</name> - </property> - </activation> - <distributionManagement> - <site> - <id>${project.artifactId}-site</id> - <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url> - </site> - </distributionManagement> - </profile> </profiles> </project> |