diff --git a/jboss/announcements/1.3.ann b/jboss/announcements/1.3.ann
new file mode 100644
index 00000000..c7b17cfa
--- /dev/null
+++ b/jboss/announcements/1.3.ann
@@ -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
\ No newline at end of file
diff --git a/jboss/project.xml b/jboss/project.xml
index b1246a35..bf03af13 100644
--- a/jboss/project.xml
+++ b/jboss/project.xml
@@ -5,7 +5,7 @@
3maven-jboss-pluginMaven JBoss Plug-in
- 1.3-SNAPSHOT
+ 1.3Plugin for JBoss.JBoss pluginhttp://maven.apache.org/reference/plugins/jboss/
@@ -36,7 +36,7 @@
1.31.3
- HEAD
+ MAVEN_JBOSS_1_3
diff --git a/jboss/sample/project.xml b/jboss/sample/project.xml
index e35258d1..97c63c03 100644
--- a/jboss/sample/project.xml
+++ b/jboss/sample/project.xml
@@ -12,7 +12,7 @@
- 1.0-SNAPSHOT
+ 1.0
diff --git a/jboss/xdocs/changes.xml b/jboss/xdocs/changes.xml
index 74c33565..d5317761 100644
--- a/jboss/xdocs/changes.xml
+++ b/jboss/xdocs/changes.xml
@@ -7,7 +7,7 @@
-
+
Fixes
MAVEN-570.
diff --git a/jboss/xdocs/index.xml b/jboss/xdocs/index.xml
index e4614b2b..da75573b 100644
--- a/jboss/xdocs/index.xml
+++ b/jboss/xdocs/index.xml
@@ -21,6 +21,13 @@
Date
Description
+
+
18 Sep 2003
+
+ Release of version 1.3. Read the
+ announcement.
+