Mercurial > hg > Members > nobuyasu > jungle-network
comparison pom.xml @ 157:47ca5d48c30f
minor fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 12 Jul 2014 14:06:08 +0900 |
parents | a6bf0369f0a6 |
children | 6f104ab4eb81 |
comparison
equal
deleted
inserted
replaced
156:89999029c543 | 157:47ca5d48c30f |
---|---|
9 <plugins> | 9 <plugins> |
10 <plugin> | 10 <plugin> |
11 <artifactId>maven-compiler-plugin</artifactId> | 11 <artifactId>maven-compiler-plugin</artifactId> |
12 <version>3.0</version> | 12 <version>3.0</version> |
13 <configuration> | 13 <configuration> |
14 <source>1.8</source> | 14 <source>1.6</source> |
15 <target>1.8</target> | 15 <target>1.6</target> |
16 </configuration> | 16 </configuration> |
17 </plugin> | 17 </plugin> |
18 </plugins> | 18 </plugins> |
19 </build> | 19 </build> |
20 <properties> | 20 <properties> |