diff options
Diffstat (limited to 'client/client-editor/pom.xml')
-rw-r--r-- | client/client-editor/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 4057969ad..4a5dcb474 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.client</groupId> <artifactId>apex-client</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>apex-client-editor</artifactId> @@ -167,21 +167,4 @@ </plugin> </plugins> </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> |