Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 3a4ab1ad2 -> ce48f4a90


Fix typo in pom.xml

The name of the plugin is "co[b]ertura", not "co[v]ertura"

Author: Juarez Bochi <[email protected]>

Closes #48 from jbochi/patch-1 and squashes the following commits:

d6e05a1 [Juarez Bochi] Fix typo in pom.xml


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

Branch: refs/heads/master
Commit: ce48f4a904f2c81efea39740847f903d846f3507
Parents: 3a4ab1a
Author: Juarez Bochi <[email protected]>
Authored: Wed Apr 22 09:27:18 2015 -0300
Committer: Lee moon soo <[email protected]>
Committed: Mon Apr 27 09:49:20 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/ce48f4a9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 343cbf9..81fd00e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -895,7 +895,7 @@
         </configuration>
         <executions>
           <execution>
-            <id>covertura</id>
+            <id>cobertura</id>
             <phase>package</phase>
             <goals>
               <goal>cobertura</goal>

Reply via email to