[cubby]/branches/2.0.x/cubby-project/cubby-dist/pom.xml
Parent Directory
|
Revision Log
|
Patch
| revision 1605 by baba, Fri May 1 07:02:02 2009 JST | revision 1624 by baba, Fri May 1 08:50:52 2009 JST | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | <project |
| 3 | xmlns="http://maven.apache.org/POM/4.0.0" | |
| 4 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
| 5 | xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" | |
| 6 | > | |
| 7 | <modelVersion>4.0.0</modelVersion> | <modelVersion>4.0.0</modelVersion> |
| 8 | ||
| 9 | <artifactId>cubby-dist</artifactId> | <artifactId>cubby-dist</artifactId> |
| # | Line 7 | Line 11 |
| 11 | <parent> | <parent> |
| 12 | <groupId>org.seasar.cubby</groupId> | <groupId>org.seasar.cubby</groupId> |
| 13 | <artifactId>cubby-project</artifactId> | <artifactId>cubby-project</artifactId> |
| 14 | <version>2.0.0-beta3-SNAPSHOT</version> | <version>2.0.0-beta2-SNAPSHOT</version> |
| 15 | </parent> | </parent> |
| 16 | ||
| 17 | <name>Cubby Distribution</name> | <name>Cubby Distribution</name> |
| # | Line 23 | Line 27 |
| 27 | <configuration> | <configuration> |
| 28 | <tasks> | <tasks> |
| 29 | <ant antfile="build.xml" target="dist"> | <ant antfile="build.xml" target="dist"> |
| 30 | <property name="ver" value="${version}" /> | <property name="ver" value="${version}"/> |
| 31 | </ant> | </ant> |
| 32 | </tasks> | </tasks> |
| 33 | </configuration> | </configuration> |
|
||||||||
| Repository Top ViewVC Help |
![]() |
| Powered by ViewVC |

