You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ab...@apache.org on 2014/11/25 01:12:23 UTC

sqoop git commit: SQOOP-1788: Sqoop2: Add missing version for build-helper-maven-plugin

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 6991ff2fb -> 60a3709a5


SQOOP-1788: Sqoop2: Add missing version for build-helper-maven-plugin

(Jarek Jarcec Cecho via Abraham Elmahrek)


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

Branch: refs/heads/sqoop2
Commit: 60a3709a55aa94d502c484bcdeea0c6776a9efeb
Parents: 6991ff2
Author: Abraham Elmahrek <ab...@elmahrek.com>
Authored: Mon Nov 24 16:11:21 2014 -0800
Committer: Abraham Elmahrek <ab...@elmahrek.com>
Committed: Mon Nov 24 16:11:21 2014 -0800

----------------------------------------------------------------------
 common/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/60a3709a/common/pom.xml
----------------------------------------------------------------------
diff --git a/common/pom.xml b/common/pom.xml
index 151a649..2b504d2 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -78,6 +78,7 @@ limitations under the License.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
+        <version>1.9.1</version>
         <executions>
           <execution>
             <id>add-source</id>