Release version 1.2
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -5,17 +5,16 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ejb-plugin</id>
|
||||
<name>Maven EJB Plugin</name>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.2</currentVersion>
|
||||
<description>EJB Plugin for Maven</description>
|
||||
<shortDescription>EJB Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ejb/</url>
|
||||
<issueTrackingUrl>http://jira.codehaus.org/BrowseProject.jspa?id=10333</issueTrackingUrl>
|
||||
<siteDirectory>/www/maven.apache.org/reference/plugins/ejb/</siteDirectory>
|
||||
<repository>
|
||||
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:maven/src/plugins-build/ejb/</connection>
|
||||
<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/ejb/</url>
|
||||
</repository>
|
||||
<versions/>
|
||||
<branches/>
|
||||
<mailingLists/>
|
||||
<developers>
|
||||
<developer>
|
||||
|
||||
@@ -6,9 +6,10 @@
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<release version="1.2" date="2003-11-26">
|
||||
<action dev="dion" type="fix" issue="MAVEN-936">
|
||||
Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version
|
||||
Synchronize ejb and jar plugin usage of:
|
||||
Specification-Title/Vendor/Version
|
||||
and Implementation-Title/Vendor/Version
|
||||
</action>
|
||||
</release>
|
||||
@@ -23,8 +24,7 @@
|
||||
<action dev="michal" type="add">
|
||||
Added deploy, deploy-snapshot and install-snapshot goals
|
||||
</action>
|
||||
<action dev="michal" type="fix">
|
||||
Fixes for MAVEN-518.
|
||||
<action dev="michal" type="fix" issue="MAVEN-518">
|
||||
Artifact processing in the plugin
|
||||
was slightly changed and now it supports jar overriding mechanism
|
||||
</action>
|
||||
@@ -33,11 +33,13 @@
|
||||
(old property is still supported, but deprecated)
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.0" date="2002-08-04">
|
||||
<action dev="ncoast" type="add">
|
||||
Initial plugin created
|
||||
</action>
|
||||
</release>
|
||||
|
||||
</body>
|
||||
</document>
|
||||
|
||||
|
||||
@@ -1,17 +1,21 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<project name="Maven Java Plugin">
|
||||
<project name="Maven EJB Plugin">
|
||||
|
||||
<title>Maven EJB Plugin</title>
|
||||
|
||||
<body>
|
||||
<links>
|
||||
<item name="Maven" href="http://maven.apache.org/"/>
|
||||
<item name="EJB" href="http://java.sun.com/products/ejb/"/>
|
||||
<item name="EJB" href="http://java.sun.com/products/ejb/"/>
|
||||
</links>
|
||||
<menu name="Overview">
|
||||
<item name="Goals" href="/goals.html" />
|
||||
<item name="Properties" href="/properties.html" />
|
||||
<item name="Tasks" href="/tasks.html" />
|
||||
<item name="Goals" href="/goals.html"/>
|
||||
<item name="Properties" href="/properties.html"/>
|
||||
<item name="Tasks" href="/tasks.html"/>
|
||||
</menu>
|
||||
<menu name="Downloads">
|
||||
<item name="EJB Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-ejb-plugin-1.2.jar"/>
|
||||
</menu>
|
||||
</body>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user