dion 2003/11/19 23:25:28
Modified: ejb project.xml plugin.jelly
ejb/xdocs changes.xml
Log:
Synchronize ejb and jar plugin usage of: Specification-Title/Vendor/Version
and Implementation-Title/Vendor/Version
Revision Changes Path
1.15 +1 -1 maven-plugins/ejb/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ejb/project.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- project.xml 29 Sep 2003 05:19:11 -0000 1.14
+++ project.xml 20 Nov 2003 07:25:27 -0000 1.15
@@ -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>
1.12 +2 -2 maven-plugins/ejb/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/ejb/plugin.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plugin.jelly 3 Sep 2003 14:12:31 -0000 1.11
+++ plugin.jelly 20 Nov 2003 07:25:27 -0000 1.12
@@ -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>
1.8 +8 -0 maven-plugins/ejb/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ejb/xdocs/changes.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- changes.xml 29 Sep 2003 06:18:40 -0000 1.7
+++ changes.xml 20 Nov 2003 07:25:28 -0000 1.8
@@ -5,6 +5,14 @@
<author email="[EMAIL PROTECTED]">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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]