Mercurial > hg > Members > shoshi > jungle > jungle-core
changeset 2:cc30c2773c09
updated pom.xml
author | shoshi <shoshi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 12 Jun 2012 01:33:51 +0900 |
parents | b1fa4c494416 |
children | 9eb9fabd9f29 |
files | pom.xml |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/pom.xml Mon Jun 11 23:45:38 2012 +0900 +++ b/pom.xml Tue Jun 12 01:33:51 2012 +0900 @@ -32,4 +32,16 @@ <version>3.2.1</version> </dependency> </dependencies> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <configuration> + <source>1.6</source> + <target>1.6</target> + </configuration> + </plugin> + </plugins> + </build> </project>