利用者向け情報

開発者向け情報

[cubby]/branches/2.0.x/cubby-project/cubby-unit/pom.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1620 by baba, Fri May 1 08:45:27 2009 JST revision 1751 by baba, Wed Jun 3 13:53:24 2009 JST
# Line 3  Line 3 
3    <parent>    <parent>
4      <artifactId>cubby-project</artifactId>      <artifactId>cubby-project</artifactId>
5      <groupId>org.seasar.cubby</groupId>      <groupId>org.seasar.cubby</groupId>
6          <version>2.0.0-beta2</version>          <version>2.0.0-beta3</version>
7    </parent>    </parent>
8    <modelVersion>4.0.0</modelVersion>    <modelVersion>4.0.0</modelVersion>
9    <artifactId>cubby-unit</artifactId>    <artifactId>cubby-unit</artifactId>
10    <packaging>jar</packaging>    <packaging>jar</packaging>
11    <name>Cubby Unit</name>    <name>Cubby Unit</name>
12      <build>
13        <plugins>
14          <plugin>
15            <groupId>org.jvnet</groupId>
16            <artifactId>animal-sniffer</artifactId>
17            <executions>
18              <execution>
19                <goals>
20                  <goal>check</goal>
21                </goals>
22              </execution>
23            </executions>
24          </plugin>
25        </plugins>
26      </build>
27    <dependencies>    <dependencies>
28      <dependency>      <dependency>
29        <groupId>junit</groupId>        <groupId>junit</groupId>
# Line 18  Line 33 
33      <dependency>      <dependency>
34        <groupId>org.seasar.cubby</groupId>        <groupId>org.seasar.cubby</groupId>
35        <artifactId>cubby</artifactId>        <artifactId>cubby</artifactId>
36        <version>2.0.0-beta2</version>        <version>2.0.0-beta3</version>
37      </dependency>      </dependency>
38      <dependency>      <dependency>
39        <groupId>javax.servlet</groupId>        <groupId>javax.servlet</groupId>

Legend:
Removed from v.1620  
changed lines
  Added in v.1751

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC