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 2015/08/14 01:12:10 UTC

sqoop git commit: SQOOP-2478: Sqoop2: Downgrade cobertura plugin to version 2.6

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 6f5d42893 -> 41fff3667


SQOOP-2478: Sqoop2: Downgrade cobertura plugin to version 2.6

(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/41fff366
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/41fff366
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/41fff366

Branch: refs/heads/sqoop2
Commit: 41fff36672700f9b46f22d1be7c73707d5d7467d
Parents: 6f5d428
Author: Abraham Elmahrek <ab...@apache.org>
Authored: Thu Aug 13 15:52:52 2015 -0700
Committer: Abraham Elmahrek <ab...@apache.org>
Committed: Thu Aug 13 15:52:52 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/sqoop/blob/41fff366/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 0f7fb10..e283c0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -750,7 +750,7 @@ limitations under the License.
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>cobertura-maven-plugin</artifactId>
-        <version>2.7</version>
+        <version>2.6</version>
       </plugin>
 
       <!-- Find bugs report can be executed with: mvn clean compile site -DskipTests -->