2005-03-15 21:41:06 +00:00
|
|
|
<project>
|
2004-08-10 02:40:56 +00:00
|
|
|
<parent>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-plugin-tools</artifactId>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2004-08-10 02:40:56 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</parent>
|
2005-03-10 01:35:25 +00:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-plugin-tools-marmalade</artifactId>
|
|
|
|
<name>Maven Plugin Tools for Marmalade</name>
|
2004-08-10 02:40:56 +00:00
|
|
|
<dependencies>
|
2005-02-20 16:25:22 +00:00
|
|
|
<dependency>
|
|
|
|
<groupId>marmalade</groupId>
|
|
|
|
<artifactId>marmalade-core</artifactId>
|
2005-04-07 21:25:41 +00:00
|
|
|
<version>1.0-alpha-2</version>
|
2005-02-20 16:25:22 +00:00
|
|
|
</dependency>
|
2004-08-10 02:40:56 +00:00
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-script-marmalade</artifactId>
|
2004-08-10 02:40:56 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 05:11:49 +00:00
|
|
|
<artifactId>maven-plugin-descriptor</artifactId>
|
2004-08-10 02:40:56 +00:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2005-03-23 06:52:55 +00:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-20 16:25:22 +00:00
|
|
|
<artifactId>maven-plugin-tools-api</artifactId>
|
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-02-24 05:12:30 +00:00
|
|
|
</dependency>
|
2004-08-10 02:40:56 +00:00
|
|
|
</dependencies>
|
2005-03-15 21:41:06 +00:00
|
|
|
</project>
|