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 20:53:46 UTC

[07/10] roller git commit: Oops, I meant 11.

Oops, I meant 11.


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

Branch: refs/heads/bootstrap-ui
Commit: 9e94f5f0036dc704f5a4e0988766c7feb1f79121
Parents: 3daa8a7
Author: Dave Johnson <sn...@gmail.com>
Authored: Sun Oct 21 14:00:21 2018 -0400
Committer: Dave Johnson <sn...@gmail.com>
Committed: Sun Oct 21 14:00:21 2018 -0400

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


http://git-wip-us.apache.org/repos/asf/roller/blob/9e94f5f0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d2eb5d5..84a72af 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>10</source>
-                        <target>10</target>
+                        <source>11</source>
+                        <target>11</target>
                         <fork>true</fork>
                         <encoding>${project.build.sourceEncoding}</encoding>
                     </configuration>