diff options
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 12502c4a1..26c481b00 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -23,7 +23,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.packages</groupId> @@ -35,20 +35,6 @@ <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> - <profile> <id>default</id> <activation> <activeByDefault>true</activeByDefault> |