diff options
Diffstat (limited to 'model/utilities/pom.xml')
-rw-r--r-- | model/utilities/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/model/utilities/pom.xml b/model/utilities/pom.xml index 4bc39e6e7..42f407b49 100644 --- a/model/utilities/pom.xml +++ b/model/utilities/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.model</groupId> <artifactId>model</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>utilities</artifactId> @@ -46,21 +46,4 @@ <artifactId>gson</artifactId> </dependency> </dependencies> - - <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> |