annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 <modelVersion>4.0.0</modelVersion>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 <groupId>jungle</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 <artifactId>jungle-core</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 <version>0.0.1-SNAPSHOT</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 <packaging>jar</packaging>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 <name>jungle-core</name>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 <url>http://maven.apache.org</url>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 <properties>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 </properties>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 <dependencies>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
19 <groupId>junit</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
20 <artifactId>junit</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
21 <version>3.8.1</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
22 <scope>test</scope>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
23 </dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
24 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
25 <groupId>com.google.guava</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
26 <artifactId>guava</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
27 <version>12.0</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
28 </dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
29 <dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
30 <groupId>commons-collections</groupId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
31 <artifactId>commons-collections</artifactId>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
32 <version>3.2.1</version>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
33 </dependency>
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
34 </dependencies>
2
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
35 <build>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
36 <plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
37 <plugin>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
38 <groupId>org.apache.maven.plugins</groupId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
39 <artifactId>maven-compiler-plugin</artifactId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
40 <configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
41 <source>1.6</source>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
42 <target>1.6</target>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
43 </configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
44 </plugin>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
45 </plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
46 </build>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
47 </project>