diff options
Diffstat (limited to 'services/services-engine/pom.xml')
-rw-r--r-- | services/services-engine/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/services/services-engine/pom.xml b/services/services-engine/pom.xml index 0ba012952..ebe3eb949 100644 --- a/services/services-engine/pom.xml +++ b/services/services-engine/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.services</groupId> <artifactId>services</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>services-engine</artifactId> @@ -100,21 +100,4 @@ </resource> </resources> </build> - - <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.parent.artifactId}/${project.artifactId}/</url> - </site> - </distributionManagement> - </profile> - </profiles> </project> |