Preparing for 1.0 release

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@113294 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
vmassol
2003-04-08 22:16:04 +00:00
parent 968e972dd7
commit eaa25d41c9
3 changed files with 21 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
The Maven team is pleased to announce the JBoss plugin 1.0 release!
http://maven.apache.org/reference/plugins/jboss
The Maven JBoss plugin is a plugin containing goals useful for persons
wishing to deploy their applications on JBoss.
Features in this version includes:
o Ability to create a custom JBoss server configuration
o Ability to start JBoss using this custom JBoss server configuration
o Ability to stop JBoss
You can download the JBoss Maven plugin here:
http://www.ibiblio.org/maven/maven/jars/maven-jboss-plugin-1.0.jar
Have fun!
-Vincent

View File

@@ -5,7 +5,7 @@
<pomVersion>3</pomVersion>
<id>maven-jboss-plugin</id>
<name>Maven JBoss Plug-in</name>
<currentVersion>1.0-SNAPSHOT</currentVersion>
<currentVersion>1.0</currentVersion>
<description>Plugin for JBoss.</description>
<shortDescription>JBoss plugin</shortDescription>
<url>http://maven.apache.org/reference/plugins/jboss/</url>
@@ -21,7 +21,7 @@
<version>
<id>1.0</id>
<name>1.0</name>
<tag>HEAD</tag>
<tag>MAVEN_JBOSS_1_0</tag>
</version>
</versions>

View File

@@ -7,7 +7,7 @@
<body>
<release version="1.0" date="in CVS">
<release version="1.0" date="2003-04-08">
<action dev="vmassol" type="add">
Plugin creation.
</action>