Repository: sqoop Updated Branches: refs/heads/sqoop2 63c5dd57a -> 927c72d15
SQOOP-2472: Sqoop2: Upgrade to newer version of cobertura 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/927c72d1 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/927c72d1 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/927c72d1 Branch: refs/heads/sqoop2 Commit: 927c72d150132e43a0bc5ab8d9305e6e5993a939 Parents: 63c5dd5 Author: Abraham Elmahrek <[email protected]> Authored: Wed Aug 12 13:07:52 2015 -0700 Committer: Abraham Elmahrek <[email protected]> Committed: Wed Aug 12 13:07:52 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/927c72d1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 7bcb212..e0420ac 100644 --- a/pom.xml +++ b/pom.xml @@ -746,7 +746,7 @@ limitations under the License. <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>cobertura-maven-plugin</artifactId> - <version>2.5.2</version> + <version>2.7</version> </plugin> <!-- Find bugs report can be executed with: mvn clean compile site -DskipTests -->
