annotate pom.xml @ 146:371b6ddb78f2

repair putAttributeIndex and deleteAttributeIndex
author one
date Fri, 21 Nov 2014 12:46:06 +0900
parents a0ed2804b045
children c23f70bb791f 38068be4fa4c
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>
64
a0ed2804b045 Version up from 0.0.2 to 0.0.3
one
parents: 60
diff changeset
7 <version>0.0.3-SNAPSHOT</version>
0
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>
38
cb9fabaedfd4 added tests and changed testing provider to junit47
Shoshi TAMAKI
parents: 4
diff changeset
21 <version>4.7</version>
0
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>
3
9eb9fabd9f29 added Table framework
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 2
diff changeset
34 <dependency>
4
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
35 <groupId>org.functionaljava</groupId>
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
36 <artifactId>functionaljava</artifactId>
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
37 <version>3.1</version>
761d04aecfcb added Graph API and some implementation
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 3
diff changeset
38 </dependency>
58
a3a8c49ad209 modified pom.xml
Shoshi TAMAKI
parents: 38
diff changeset
39 <dependency>
a3a8c49ad209 modified pom.xml
Shoshi TAMAKI
parents: 38
diff changeset
40 <groupId>org.apache.maven.surefire</groupId>
a3a8c49ad209 modified pom.xml
Shoshi TAMAKI
parents: 38
diff changeset
41 <artifactId>surefire-junit4</artifactId>
a3a8c49ad209 modified pom.xml
Shoshi TAMAKI
parents: 38
diff changeset
42 <version>2.13</version>
a3a8c49ad209 modified pom.xml
Shoshi TAMAKI
parents: 38
diff changeset
43 </dependency>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
44 </dependencies>
2
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
45 <build>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
46 <plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
47 <plugin>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
48 <groupId>org.apache.maven.plugins</groupId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
49 <artifactId>maven-compiler-plugin</artifactId>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
50 <configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
51 <source>1.6</source>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
52 <target>1.6</target>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
53 </configuration>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
54 </plugin>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
55 </plugins>
cc30c2773c09 updated pom.xml
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
56 </build>
0
113050de7f69 hg init
shoshi <shoshi@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
57 </project>