This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch refactoring/50-Remove-outdated-website-distribution-config in repository https://gitbox.apache.org/repos/asf/uima-parent-pom.git
commit 887db2d779211138b7727284749958bd7cb67abb Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Thu Aug 3 11:43:26 2023 +0200 Issue #50: Remove outdated website distribution config - Remove config --- pom.xml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/pom.xml b/pom.xml index 07a42f6..9a22c29 100644 --- a/pom.xml +++ b/pom.xml @@ -90,21 +90,6 @@ <notifiers /> </ciManagement> - <!-- distribution management - is inherited from Apache POM - and specifies - https://repository.apache.org/service/local/staging/deploy/maven2 - and for snapshots: - https://repository.apache.org/content/repositories/snapshots --> - <!-- for children POMs maven automatically adds their artifactId to the URL below - unless overridden --> - <distributionManagement> - <site> - <id>uima.apache.org</id> <!-- following maven convention --> - <name>Apache UIMA Website</name> - <url>${uimaWebsiteDistributionUrl}</url> <!-- on people.apache.org: /www/uima.apache.org --> - </site> - </distributionManagement> - <properties> <!-- *********************************************************************************************************** --> <!-- U G H change manually for release (to remove -SNAPSHOT * --> @@ -113,7 +98,6 @@ <!-- *********************************************************************************************************** --> <uimaBuildResourcesVersion>6</uimaBuildResourcesVersion> <uimaWebsiteUrl>https://uima.apache.org</uimaWebsiteUrl> - <uimaWebsiteDistributionUrl>scp://people.apache.org/www/uima.apache.org/</uimaWebsiteDistributionUrl> <maven.build.timestamp.format>yyMMdd_HHmm</maven.build.timestamp.format> <buildDateTime>${maven.build.timestamp}</buildDateTime>
