You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2018/10/21 18:21:17 UTC

roller git commit: I was wrong, Java 10 works by Java 11 fails. More work to do.

Repository: roller
Updated Branches:
  refs/heads/java11 9e94f5f00 -> ed48b479a


I was wrong, Java 10 works by Java 11 fails. More work to do.


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

Branch: refs/heads/java11
Commit: ed48b479acea0fbee79c5ac1fcc0380d150cd06d
Parents: 9e94f5f
Author: Dave Johnson <sn...@gmail.com>
Authored: Sun Oct 21 14:21:14 2018 -0400
Committer: Dave Johnson <sn...@gmail.com>
Committed: Sun Oct 21 14:21:14 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/roller/blob/ed48b479/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 84a72af..d2eb5d5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,8 +63,8 @@ limitations under the License.
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.8.0</version>
                     <configuration>
-                        <source>11</source>
-                        <target>11</target>
+                        <source>10</source>
+                        <target>10</target>
                         <fork>true</fork>
                         <encoding>${project.build.sourceEncoding}</encoding>
                     </configuration>