You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by kt...@apache.org on 2016/07/27 13:30:54 UTC

[1/2] incubator-fluo git commit: Manage build-helper-maven-plugin version

Repository: incubator-fluo
Updated Branches:
  refs/heads/fluo-parent 005d8ea9f -> d41fc8162


Manage build-helper-maven-plugin version


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

Branch: refs/heads/fluo-parent
Commit: f45c96ec57295e4da5d5bab0a1e7f81730bf11dd
Parents: b19c354
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue Jul 26 16:32:41 2016 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue Jul 26 16:32:41 2016 -0400

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-fluo/blob/f45c96ec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 90dd4a2..ad217c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,6 +94,11 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>build-helper-maven-plugin</artifactId>
+          <version>1.12</version>
+        </plugin>
+        <plugin>
           <groupId>com.github.ekryd.sortpom</groupId>
           <artifactId>sortpom-maven-plugin</artifactId>
           <version>2.5.0</version>


[2/2] incubator-fluo git commit: Merge remote-tracking branch 'ctubbsii/fluo-parent-add-buildhelper' into fluo-parent

Posted by kt...@apache.org.
Merge remote-tracking branch 'ctubbsii/fluo-parent-add-buildhelper' into fluo-parent


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

Branch: refs/heads/fluo-parent
Commit: d41fc816216f15808b1f6747c3891936adf44e72
Parents: 005d8ea f45c96e
Author: Keith Turner <kt...@apache.org>
Authored: Wed Jul 27 09:30:16 2016 -0400
Committer: Keith Turner <kt...@apache.org>
Committed: Wed Jul 27 09:30:16 2016 -0400

----------------------------------------------------------------------
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------