diff options
Diffstat (limited to 'client/client-common/pom.xml')
-rw-r--r-- | client/client-common/pom.xml | 21 |
1 files changed, 1 insertions, 20 deletions
diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index 8ba6a03dc..4072c124a 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -24,7 +24,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-common</artifactId> @@ -54,24 +54,5 @@ </executions> </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> |