aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-uservice-test/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/integration/integration-uservice-test/pom.xml')
-rw-r--r--testsuites/integration/integration-uservice-test/pom.xml17
1 files changed, 1 insertions, 16 deletions
diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml
index 2b447adc2..1ff5d26b9 100644
--- a/testsuites/integration/integration-uservice-test/pom.xml
+++ b/testsuites/integration/integration-uservice-test/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.policy.apex-pdp.testsuites.integration</groupId>
<artifactId>apex-integration</artifactId>
- <version>2.4.0-SNAPSHOT</version>
+ <version>2.4.1-SNAPSHOT</version>
</parent>
<artifactId>integration-uservice-test</artifactId>
@@ -272,20 +272,5 @@
</pluginManagement>
</build>
</profile>
-
- <profile>
- <id>apexSite</id>
- <activation>
- <property>
- <name>apexSite</name>
- </property>
- </activation>
- <distributionManagement>
- <site>
- <id>${project.artifactId}-site</id>
- <url>${apex.adsite.prefix}/modules/testsuites/${project.parent.artifactId}/${project.artifactId}/</url>
- </site>
- </distributionManagement>
- </profile>
</profiles>
</project>