vmassol 2003/11/26 12:59:41
Modified: ejb/xdocs changes.xml navigation.xml
ejb project.xml
Log:
Release version 1.2
Revision Changes Path
1.9 +6 -4 maven-plugins/ejb/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ejb/xdocs/changes.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changes.xml 20 Nov 2003 07:25:28 -0000 1.8
+++ changes.xml 26 Nov 2003 20:59:41 -0000 1.9
@@ -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.3 +9 -5 maven-plugins/ejb/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ejb/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 19 Mar 2003 05:54:20 -0000 1.2
+++ navigation.xml 26 Nov 2003 20:59:41 -0000 1.3
@@ -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>
1.16 +2 -3 maven-plugins/ejb/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/ejb/project.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- project.xml 20 Nov 2003 07:25:27 -0000 1.15
+++ project.xml 26 Nov 2003 20:59:41 -0000 1.16
@@ -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:[EMAIL
PROTECTED]:/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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]