blob: d43934a0888a17d9622ef3a7a2ba8309fd21b9c1 [file] [log] [blame]
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00001<project>
2 <modelVersion>4.0.0</modelVersion>
3 <groupId>org.apache.maven.plugins</groupId>
4 <artifactId>maven-osgi-plugin</artifactId>
5 <packaging>maven-plugin</packaging>
6 <name>Maven OSGi Plugin</name>
Timothy Bennett99ff0992005-09-08 05:03:53 +00007 <version>0.1.2</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +00008 <dependencies>
9 <dependency>
10 <groupId>org.apache.maven</groupId>
11 <artifactId>maven-plugin-api</artifactId>
Carsten Ziegeler2b28c3d2005-09-26 09:58:31 +000012 <version>2.0-beta-1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000013 </dependency>
14 <dependency>
15 <groupId>org.apache.maven</groupId>
16 <artifactId>maven-archiver</artifactId>
Carsten Ziegeler2b28c3d2005-09-26 09:58:31 +000017 <version>2.0-beta-1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000018 </dependency>
19 <dependency>
20 <groupId>org.apache.maven</groupId>
21 <artifactId>maven-project</artifactId>
Carsten Ziegeler2b28c3d2005-09-26 09:58:31 +000022 <version>2.0-beta-1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000023 </dependency>
24 <dependency>
25 <groupId>org.apache.maven</groupId>
26 <artifactId>maven-archiver</artifactId>
Carsten Ziegeler2b28c3d2005-09-26 09:58:31 +000027 <version>2.0-beta-1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000028 </dependency>
29 <dependency>
30 <groupId>org.apache.maven</groupId>
31 <artifactId>maven-project</artifactId>
Carsten Ziegeler2b28c3d2005-09-26 09:58:31 +000032 <version>2.0-beta-1</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000033 </dependency>
34 <dependency>
35 <groupId>plexus</groupId>
36 <artifactId>plexus-archiver</artifactId>
Carsten Ziegeler2b28c3d2005-09-26 09:58:31 +000037 <version>1.0-alpha-2</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000038 </dependency>
39 <dependency>
40 <groupId>plexus</groupId>
41 <artifactId>plexus-utils</artifactId>
Carsten Ziegeler2b28c3d2005-09-26 09:58:31 +000042 <version>1.0.3</version>
Timothy Bennetta7d67fe2005-08-23 04:22:29 +000043 </dependency>
44 </dependencies>
45</project>