This is an automated email from the ASF dual-hosted git repository. apalumbo pushed a commit to branch mahout-14.1 in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 5c5aadf7601629631410ebea807ceca6b9bc0387 Author: Andrew Palumbo <[email protected]> AuthorDate: Sat Nov 2 09:36:02 2019 -0700 do not override the base release, remove all release profiles --- pom.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 47f1352..33bd644 100644 --- a/pom.xml +++ b/pom.xml @@ -231,15 +231,15 @@ <artifactId>log4j</artifactId> <version>1.2.17</version> </dependency> - +<!-- <dependency> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-assembly-plugin</artifactId> -<!-- +<!– <version>3.1.1</version> ---> +–> <type>maven-plugin</type> - </dependency> + </dependency>--> </dependencies> </dependencyManagement> @@ -258,14 +258,16 @@ <optimize>true</optimize> </configuration> </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> +<!-- + <plugin>–> +--> + <!-- <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>2.5.2</version> <configuration> -<!-- +<!– <preparationGoals>clean package install</preparationGoals> ---> +–> <useReleaseProfile>true</useReleaseProfile> <releaseProfiles>apache-release</releaseProfiles> <goals>deploy</goals> @@ -273,7 +275,7 @@ <arguments>${arguments}</arguments> </configuration> </plugin> - <!-- generate java doc --> + <!– generate java--> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId>
