From eaa25d41c90eca1338e10b23d429cca8a05706aa Mon Sep 17 00:00:00 2001 From: vmassol Date: Tue, 8 Apr 2003 22:16:04 +0000 Subject: [PATCH] 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 --- jboss/announcements/1.0.ann | 18 ++++++++++++++++++ jboss/project.xml | 4 ++-- jboss/xdocs/changes.xml | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 jboss/announcements/1.0.ann diff --git a/jboss/announcements/1.0.ann b/jboss/announcements/1.0.ann new file mode 100644 index 00000000..dbd32cd1 --- /dev/null +++ b/jboss/announcements/1.0.ann @@ -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 \ No newline at end of file diff --git a/jboss/project.xml b/jboss/project.xml index 36ea0aaf..8762f16a 100644 --- a/jboss/project.xml +++ b/jboss/project.xml @@ -5,7 +5,7 @@ 3 maven-jboss-plugin Maven JBoss Plug-in - 1.0-SNAPSHOT + 1.0 Plugin for JBoss. JBoss plugin http://maven.apache.org/reference/plugins/jboss/ @@ -21,7 +21,7 @@ 1.0 1.0 - HEAD + MAVEN_JBOSS_1_0 diff --git a/jboss/xdocs/changes.xml b/jboss/xdocs/changes.xml index cb904f58..33d4d7f8 100644 --- a/jboss/xdocs/changes.xml +++ b/jboss/xdocs/changes.xml @@ -7,7 +7,7 @@ - + Plugin creation.