利用者向け情報

開発者向け情報

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1606 - (hide annotations)
Fri May 1 07:04:40 2009 JST (4 years ago) by baba
File MIME type: text/plain
File size: 1008 byte(s)
[maven-release-plugin] rollback the release of cubby-project-2.0.0-beta2
1 baba 1453 <?xml version="1.0" encoding="UTF-8"?>
2 baba 1606 <project xmlns="http://maven.apache.org/POM/4.0.0"
3     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4     xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 baba 1453 <parent>
6     <artifactId>cubby-project</artifactId>
7     <groupId>org.seasar.cubby</groupId>
8 baba 1606 <version>2.0.0-beta2-SNAPSHOT</version>
9 baba 1453 </parent>
10     <modelVersion>4.0.0</modelVersion>
11     <artifactId>cubby-s2-archetype</artifactId>
12     <packaging>maven-archetype</packaging>
13     <name>Cubby Seasar2 Integration Archetype</name>
14     <build>
15     <extensions>
16     <extension>
17     <groupId>org.apache.maven.archetype</groupId>
18     <artifactId>archetype-packaging</artifactId>
19     <version>2.0-alpha-3</version>
20     </extension>
21     </extensions>
22     <plugins>
23     <plugin>
24     <artifactId>maven-archetype-plugin</artifactId>
25     <version>2.0-alpha-3</version>
26     <extensions>true</extensions>
27     </plugin>
28     </plugins>
29     </build>
30     </project>

Properties

Name Value
svn:mime-type text/plain

Repository Top
ViewVC Help  
ViewVC logotype
Powered by ViewVC