diff options
Diffstat (limited to 'tools/tools-common/pom.xml')
-rw-r--r-- | tools/tools-common/pom.xml | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml index 0e164e523..0ce6f93de 100644 --- a/tools/tools-common/pom.xml +++ b/tools/tools-common/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.tools</groupId> <artifactId>tools</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>tools-common</artifactId> @@ -72,24 +72,4 @@ </resource> </resources> </build> - - <profiles> - <profile> - <id>apexSite</id> - <activation> - <property> - <name>apexSite</name> - </property> - </activation> - <properties> - <adsite-tools-common-dir>${project.basedir}/src</adsite-tools-common-dir> - </properties> - <distributionManagement> - <site> - <id>${project.artifactId}-site</id> - <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url> - </site> - </distributionManagement> - </profile> - </profiles> </project>
\ No newline at end of file |