diff options
Diffstat (limited to 'model/basic-model/pom.xml')
-rw-r--r-- | model/basic-model/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml index a7e9d1df9..32df977c2 100644 --- a/model/basic-model/pom.xml +++ b/model/basic-model/pom.xml @@ -27,7 +27,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>basic-model</artifactId> @@ -107,21 +107,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> |