Prepare for 1.3 release
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114034 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
20
jboss/announcements/1.3.ann
Normal file
20
jboss/announcements/1.3.ann
Normal file
@@ -0,0 +1,20 @@
|
||||
The Maven team is pleased to announce the JBoss plugin 1.3 release!
|
||||
|
||||
http://maven.apache.org/reference/plugins/jboss
|
||||
|
||||
The Maven JBoss plugin is a plugin containing goals useful for creating
|
||||
a JBoss server configuration and deploying J2EE modules in it.
|
||||
|
||||
Changes in this version include (last changes first):
|
||||
|
||||
o Fixes MAVEN-570. Make the JBoss plugin work on unix (JBoss scripts have
|
||||
a sh extension which we were missing).
|
||||
|
||||
Note that this plugin has been tested with Maven 1.0 rc1. Using it with
|
||||
another version of Maven is at your own risks! :-)
|
||||
|
||||
You can download the JBoss Maven plugin here:
|
||||
http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.3.jar
|
||||
|
||||
Have fun!
|
||||
-Vincent
|
||||
@@ -5,7 +5,7 @@
|
||||
<pomVersion>3</pomVersion>
|
||||
<id>maven-jboss-plugin</id>
|
||||
<name>Maven JBoss Plug-in</name>
|
||||
<currentVersion>1.3-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.3</currentVersion>
|
||||
<description>Plugin for JBoss.</description>
|
||||
<shortDescription>JBoss plugin</shortDescription>
|
||||
<url>http://maven.apache.org/reference/plugins/jboss/</url>
|
||||
@@ -36,7 +36,7 @@
|
||||
<version>
|
||||
<id>1.3</id>
|
||||
<name>1.3</name>
|
||||
<tag>HEAD</tag>
|
||||
<tag>MAVEN_JBOSS_1_3</tag>
|
||||
</version>
|
||||
</versions>
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
<!-- The version of the project under development, e.g.
|
||||
1.1, 1.2, 2.0-dev -->
|
||||
<currentVersion>1.0-SNAPSHOT</currentVersion>
|
||||
<currentVersion>1.0</currentVersion>
|
||||
|
||||
<!-- details about the organization that 'owns' the project -->
|
||||
<organization>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
<body>
|
||||
|
||||
<release version="1.3" date="in CVS">
|
||||
<release version="1.3" date="2003-09-18">
|
||||
<action dev="vmassol" type="fix" due-to="Willie Vu" due-to-email="ctwillie@ust.hk">
|
||||
Fixes
|
||||
<a href="http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-570">MAVEN-570</a>.
|
||||
|
||||
@@ -21,6 +21,13 @@
|
||||
<th>Date</th>
|
||||
<th>Description</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>18 Sep 2003</td>
|
||||
<td>
|
||||
Release of version 1.3. Read the
|
||||
<a href="http://cvs.apache.org/viewcvs.cgi/maven/src/plugins-build/jboss/announcements/1.3.ann?rev=1.1&content-type=text/vnd.viewcvs-markup">announcement</a>.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>18 Aug 2003</td>
|
||||
<td>
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<item name="Properties" href="/properties.html"/>
|
||||
</menu>
|
||||
<menu name="Downloads">
|
||||
<item name="JBoss Plugin 1.3" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.3.jar"/>
|
||||
<item name="JBoss Plugin 1.2" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.2.jar"/>
|
||||
<item name="JBoss Plugin 1.1" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.1.jar"/>
|
||||
<item name="JBoss Plugin 1.0" href="http://www.ibiblio.org/maven/maven/plugins/maven-jboss-plugin-1.0.jar"/>
|
||||
|
||||
Reference in New Issue
Block a user