comparison pom.xml @ 2:cc30c2773c09

updated pom.xml
author shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
date Tue, 12 Jun 2012 01:33:51 +0900
parents 113050de7f69
children 9eb9fabd9f29
comparison
equal deleted inserted replaced
1:b1fa4c494416 2:cc30c2773c09
30 <groupId>commons-collections</groupId> 30 <groupId>commons-collections</groupId>
31 <artifactId>commons-collections</artifactId> 31 <artifactId>commons-collections</artifactId>
32 <version>3.2.1</version> 32 <version>3.2.1</version>
33 </dependency> 33 </dependency>
34 </dependencies> 34 </dependencies>
35 <build>
36 <plugins>
37 <plugin>
38 <groupId>org.apache.maven.plugins</groupId>
39 <artifactId>maven-compiler-plugin</artifactId>
40 <configuration>
41 <source>1.6</source>
42 <target>1.6</target>
43 </configuration>
44 </plugin>
45 </plugins>
46 </build>
35 </project> 47 </project>