You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zipkin.apache.org by ad...@apache.org on 2019/06/13 10:24:13 UTC

[incubator-zipkin-layout-factory] branch master updated: permit JDK 13

This is an automated email from the ASF dual-hosted git repository.

adriancole pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-layout-factory.git


The following commit(s) were added to refs/heads/master by this push:
     new b3482ac  permit JDK 13
b3482ac is described below

commit b3482ac87693bdffeb1c389cc5664c6971de44ae
Author: Adrian Cole <ac...@pivotal.io>
AuthorDate: Thu Jun 13 18:24:02 2019 +0800

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

diff --git a/pom.xml b/pom.xml
index 06ece83..99513ec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -224,7 +224,7 @@
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <version>[1.8,12)</version>
+                  <version>[1.8,13)</version>
                 </requireJavaVersion>
               </rules>
             </configuration>