PR: MNG-699

Submitted by:  Piotr Bzdyl
Reviewed by:  Stephane Nicoll
Implementation of an EJB3 plugin

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@329228 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephane Nicoll 2005-10-28 15:53:50 +00:00
parent 7381f53a18
commit c9f491d746

View File

@ -2,23 +2,22 @@
<parent> <parent>
<artifactId>maven-plugin-parent</artifactId> <artifactId>maven-plugin-parent</artifactId>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<version>2.0-beta-1-SNAPSHOT</version> <version>2.0</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<artifactId>maven-ejb3-plugin</artifactId> <artifactId>maven-ejb3-plugin</artifactId>
<packaging>maven-plugin</packaging> <packaging>maven-plugin</packaging>
<name>Maven EJB3 plugin</name> <name>Maven EJB3 plugin</name>
<version>1.0-SNAPSHOT</version> <version>2.1-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-archiver</artifactId> <artifactId>maven-project</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.maven</groupId> <groupId>org.apache.maven</groupId>
<artifactId>maven-project</artifactId> <artifactId>maven-archiver</artifactId>
<version>2.0-beta-1-SNAPSHOT</version> <version>2.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</model> </model>