You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2017/09/16 20:54:12 UTC

incubator-tamaya-extensions git commit: TAMAYA-295: Update jacoco.

Repository: incubator-tamaya-extensions
Updated Branches:
  refs/heads/master 38f92d7bb -> 1d1fc1ed5


TAMAYA-295: Update jacoco.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/1d1fc1ed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/1d1fc1ed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/1d1fc1ed

Branch: refs/heads/master
Commit: 1d1fc1ed5bff6813f8a11b3a18e1d3d211af3cf5
Parents: 38f92d7
Author: Phil Ottlinger <po...@apache.org>
Authored: Sat Sep 16 22:53:57 2017 +0200
Committer: Phil Ottlinger <po...@apache.org>
Committed: Sat Sep 16 22:53:57 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/1d1fc1ed/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f545f2d..44c24d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -363,7 +363,7 @@ under the License.
                 <plugin>
                     <groupId>org.jacoco</groupId>
                     <artifactId>jacoco-maven-plugin</artifactId>
-                    <version>0.7.7.201606060606</version>
+                    <version>0.7.9</version>
                 </plugin>
                 <plugin>
                     <groupId>de.saumya.mojo</groupId>