You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@joshua.apache.org by le...@apache.org on 2017/01/27 17:10:11 UTC

incubator-joshua git commit: remove apache-release profile

Repository: incubator-joshua
Updated Branches:
  refs/heads/master b9a071455 -> 3a45836c6


remove apache-release profile


Project: http://git-wip-us.apache.org/repos/asf/incubator-joshua/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-joshua/commit/3a45836c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-joshua/tree/3a45836c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-joshua/diff/3a45836c

Branch: refs/heads/master
Commit: 3a45836c6c692a8dbb47e57fed24538ac7b48367
Parents: b9a0714
Author: Lewis John McGibbney <le...@gmail.com>
Authored: Fri Jan 27 09:10:07 2017 -0800
Committer: Lewis John McGibbney <le...@gmail.com>
Committed: Fri Jan 27 09:10:07 2017 -0800

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-joshua/blob/3a45836c/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 24ef0a5..17e464b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -254,7 +254,7 @@
             <mavenExecutorId>forked-path</mavenExecutorId>
             <useReleaseProfile>false</useReleaseProfile>
             <tagNameFormat>apache-joshua-@{project.version}</tagNameFormat>
-            <arguments>-Papache-release,release</arguments>
+            <arguments>-Prelease</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
           <dependencies>