diff options
Diffstat (limited to 'core/pom.xml')
-rw-r--r-- | core/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/core/pom.xml b/core/pom.xml index 2018b5d27..77b3936d1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.core</groupId> @@ -38,21 +38,4 @@ <module>core-engine</module> <module>core-deployment</module> </modules> - - <profiles> - <profile> - <id>apexSite</id> - <activation> - <property> - <name>apexSite</name> - </property> - </activation> - <distributionManagement> - <site> - <id>${project.artifactId}-site</id> - <url>${apex.adsite.prefix}/modules/${project.artifactId}/</url> - </site> - </distributionManagement> - </profile> - </profiles> </project> |