diff options
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 73d7460db..b0ddf2e9b 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> @@ -36,21 +36,4 @@ <module>cli-editor</module> <module>cli-codegen</module> </modules> - - <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.artifactId}/</url> - </site> - </distributionManagement> - </profile> - </profiles> </project> |