mirror of https://github.com/apache/maven.git
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:
parent
7381f53a18
commit
c9f491d746
|
@ -2,23 +2,22 @@
|
|||
<parent>
|
||||
<artifactId>maven-plugin-parent</artifactId>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<version>2.0-beta-1-SNAPSHOT</version>
|
||||
<version>2.0</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maven-ejb3-plugin</artifactId>
|
||||
<packaging>maven-plugin</packaging>
|
||||
<name>Maven EJB3 plugin</name>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
<version>2.1-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-archiver</artifactId>
|
||||
<version>2.0-beta-1-SNAPSHOT</version>
|
||||
<artifactId>maven-project</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-project</artifactId>
|
||||
<version>2.0-beta-1-SNAPSHOT</version>
|
||||
</dependency>
|
||||
<artifactId>maven-archiver</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</model>
|
||||
|
|
Loading…
Reference in New Issue