You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2014/02/21 03:34:52 UTC

git commit: Make sure the apt profile is used when doing the release

Repository: camel
Updated Branches:
  refs/heads/master eac563787 -> e36777345


Make sure the apt profile is used when doing the release


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e3677734
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e3677734
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e3677734

Branch: refs/heads/master
Commit: e367773454d3aaf7d8586eb813ec96f2b90c999b
Parents: eac5637
Author: Willem Jiang <wi...@gmail.com>
Authored: Fri Feb 21 10:34:35 2014 +0800
Committer: Willem Jiang <wi...@gmail.com>
Committed: Fri Feb 21 10:34:35 2014 +0800

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


http://git-wip-us.apache.org/repos/asf/camel/blob/e3677734/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0d50807..3eae81f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -210,7 +210,7 @@
             <useReleaseProfile>false</useReleaseProfile>
             <preparationGoals>clean install</preparationGoals>
             <goals>deploy</goals>
-            <arguments>-Papache-release,enable-schemagen,sourcecheck,validate,hibernate</arguments>
+            <arguments>-Papache-release,enable-schemagen,apt,sourcecheck,validate,hibernate</arguments>
             <autoVersionSubmodules>true</autoVersionSubmodules>
           </configuration>
         </plugin>