Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version
and Implementation-Title/Vendor/Version git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114377 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -93,11 +93,11 @@
|
||||
<ant:attribute name="Class-Path" value="${maven.ejb.classpath}"/>
|
||||
<ant:section name="${pom.package}">
|
||||
<ant:attribute name="Specification-Title" value="${pom.artifactId}"/>
|
||||
<ant:attribute name="Specification-Version" value="${pom.currentVersion}"/>
|
||||
<ant:attribute name="Specification-Vendor" value="${pom.organization.name}"/>
|
||||
<ant:attribute name="Specification-Version" value="${pom.currentVersion}"/>
|
||||
<ant:attribute name="Implementation-Title" value="${pom.package}"/>
|
||||
<ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
|
||||
<ant:attribute name="Implementation-Vendor" value="${pom.organization.name}"/>
|
||||
<ant:attribute name="Implementation-Version" value="${pom.currentVersion}"/>
|
||||
</ant:section>
|
||||
</ant:manifest>
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-ejb-plugin</id>
|
||||
<name>Maven EJB Plugin</name>
|
||||
<currentVersion>1.1</currentVersion>
|
||||
<currentVersion>1.2-SNAPSHOT</currentVersion>
|
||||
<description>EJB Plugin for Maven</description>
|
||||
<shortDescription>EJB Plugin for Maven</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/ejb/</url>
|
||||
|
||||
@@ -5,6 +5,14 @@
|
||||
<author email="nathan.coast@blueyonder.co.uk">Nathan Coast</author>
|
||||
</properties>
|
||||
<body>
|
||||
|
||||
<release version="1.2" date="in CVS">
|
||||
<action dev="dion" type="fix" issue="MAVEN-936">
|
||||
Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version
|
||||
and Implementation-Title/Vendor/Version
|
||||
</action>
|
||||
</release>
|
||||
|
||||
<release version="1.1" date="2003-09-29">
|
||||
<action dev="evenisse" type="add">
|
||||
Added maven.ejb.index, maven.ejb.client.index properties.
|
||||
|
||||
Reference in New Issue
Block a user