diff options
Diffstat (limited to 'auth/cli-codegen/pom.xml')
-rw-r--r-- | auth/cli-codegen/pom.xml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/auth/cli-codegen/pom.xml b/auth/cli-codegen/pom.xml index f14624031..4bd94c237 100644 --- a/auth/cli-codegen/pom.xml +++ b/auth/cli-codegen/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.auth</groupId> <artifactId>auth</artifactId> - <version>2.4.0-SNAPSHOT</version> + <version>2.4.1-SNAPSHOT</version> </parent> <artifactId>cli-codegen</artifactId> @@ -45,21 +45,4 @@ </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> |