diff options
Diffstat (limited to 'model/model-api/pom.xml')
-rw-r--r-- | model/model-api/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/model/model-api/pom.xml b/model/model-api/pom.xml index aa41cd656..dc4e0cd53 100644 --- a/model/model-api/pom.xml +++ b/model/model-api/pom.xml @@ -22,7 +22,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>model-api</artifactId> @@ -40,21 +40,4 @@ <version>${project.version}</version> </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> |