Repository: incubator-unomi Updated Branches: refs/heads/master b24f1ca3c -> e8ba1ee0b
Fix release profile name Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/e8ba1ee0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/e8ba1ee0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/e8ba1ee0 Branch: refs/heads/master Commit: e8ba1ee0b5d8e6d7adc49a01314fade39c963f10 Parents: b24f1ca Author: Jean-Baptiste Onofré <[email protected]> Authored: Tue Dec 22 16:20:17 2015 +0100 Committer: Jean-Baptiste Onofré <[email protected]> Committed: Tue Dec 22 16:20:17 2015 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/e8ba1ee0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5c16256..fee1d76 100644 --- a/pom.xml +++ b/pom.xml @@ -508,7 +508,7 @@ <autoVersionSubmodules>true</autoVersionSubmodules> <preparationGoals>clean install</preparationGoals> <goals>deploy</goals> - <arguments>-Prelease,integration-tests</arguments> + <arguments>-Papache-release,integration-tests</arguments> </configuration> </plugin> </plugins>
