You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2017/06/08 09:10:27 UTC

cayenne git commit: Enaable tutorial compilation only on java 8

Repository: cayenne
Updated Branches:
  refs/heads/master 2c301a93a -> 6a2eb660f


Enaable tutorial compilation only on java 8


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

Branch: refs/heads/master
Commit: 6a2eb660f48dd5c7bed0eae0cf64d67ff5e51c81
Parents: 2c301a9
Author: Nikita Timofeev <st...@gmail.com>
Authored: Thu Jun 8 12:10:20 2017 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Thu Jun 8 12:10:20 2017 +0300

----------------------------------------------------------------------
 tutorials/pom.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/6a2eb660/tutorials/pom.xml
----------------------------------------------------------------------
diff --git a/tutorials/pom.xml b/tutorials/pom.xml
index 5947a27..890c5d3 100644
--- a/tutorials/pom.xml
+++ b/tutorials/pom.xml
@@ -63,6 +63,9 @@
 				<jdk>[1.8,)</jdk>
 			</activation>
 			<modules>
+				<module>tutorial</module>
+				<module>tutorial-rop-server</module>
+				<module>tutorial-rop-client</module>
 				<module>tutorial-rop-server-http2</module>
 				<module>tutorial-rop-client-http2</module>
 			</modules>