You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by am...@apache.org on 2017/11/07 13:17:16 UTC

[2/2] incubator-unomi git commit: Compile source/target 1.8

Compile source/target 1.8


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

Branch: refs/heads/master
Commit: fdb1dd555e07b11c7537fb65d8ba951453253c45
Parents: 94253a9
Author: Abdelkader Midani <am...@apache.org>
Authored: Tue Nov 7 14:03:49 2017 +0100
Committer: Abdelkader Midani <am...@apache.org>
Committed: Tue Nov 7 14:16:59 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/fdb1dd55/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 88a6933..cbf02de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -946,8 +946,8 @@
                 <artifactId>maven-compiler-plugin</artifactId>
                 <version>3.2</version>
                 <configuration>
-                    <source>1.7</source>
-                    <target>1.7</target>
+                    <source>1.8</source>
+                    <target>1.8</target>
                 </configuration>
             </plugin>
             <plugin>