have to commit each change for release plugin
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/65c8aae2 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/65c8aae2 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/65c8aae2 Branch: refs/heads/branch-0.14.0 Commit: 65c8aae283540df0a9ba68bbacb15e09d757a526 Parents: 5eda9e1 Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Sun Jun 3 09:57:20 2018 -0500 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Sun Jun 3 09:57:20 2018 -0500 ---------------------------------------------------------------------- pom.xml | 12 ++++++++++++ refactor-readme.md | 5 ++++- 2 files changed, 16 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/65c8aae2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 708b239..68ea446 100644 --- a/pom.xml +++ b/pom.xml @@ -584,6 +584,18 @@ <optimize>true</optimize> </configuration> </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-release-plugin</artifactId> + <version>2.5.2</version> + <configuration> + <!--<useReleaseProfile>true</useReleaseProfile>--> + <!--<releaseProfiles>viennacl,viennacl-omp,distribution,mahout-release,apache-release</releaseProfiles>--> + <goals>deploy</goals> + <autoVersionSubmodules>true</autoVersionSubmodules> + <arguments>${arguments}</arguments> + </configuration> + </plugin> </plugins> </build> <!--<defaultGoal>install</defaultGoal>--> http://git-wip-us.apache.org/repos/asf/mahout/blob/65c8aae2/refactor-readme.md ---------------------------------------------------------------------- diff --git a/refactor-readme.md b/refactor-readme.md index ba2cd45..f105df7 100644 --- a/refactor-readme.md +++ b/refactor-readme.md @@ -17,7 +17,10 @@ mahout \-- spark_1.6(?) \- mr \- Spark CLI Drivers -- examples +- Experimental +\- ViennaCL +\- ViennaCL-OMP +- examples (not implemented yet) ```
