Repository: commons-text
Updated Branches:
  refs/heads/master 17021c85e -> cc979fa13


build fix


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/cc979fa1
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/cc979fa1
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/cc979fa1

Branch: refs/heads/master
Commit: cc979fa13e060f2032e0ecaa5d1a095b9a51904b
Parents: 17021c8
Author: Rob Tompkins <chtom...@gmail.com>
Authored: Mon Jan 23 22:41:42 2017 -0500
Committer: Rob Tompkins <chtom...@gmail.com>
Committed: Mon Jan 23 22:41:42 2017 -0500

----------------------------------------------------------------------
 pom.xml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/cc979fa1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f55a306..9aad79c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,10 +108,6 @@
     </dependency>
   </dependencies>
 
-  <properties>
-    <commons.jacoco.version>0.7.8</commons.jacoco.version>
-  </properties>
-
   <distributionManagement>
     <site>
       <id>apache.website</id>
@@ -140,6 +136,9 @@
 
     <!-- Override default buildNumber timestamp format, needed for coveralls 
plugin -->
     <maven.buildNumber.timestampFormat>{0,date,yyyy-MM-dd 
HH:mm:ssZ}</maven.buildNumber.timestampFormat>
+
+    <!-- Override 01-23-2017 for java 9-ea compatibility -->
+    <commons.jacoco.version>0.7.8</commons.jacoco.version>
   </properties>
 
 

Reply via email to