diff --git a/jboss/announcements/1.1.ann b/jboss/announcements/1.1.ann
new file mode 100644
index 00000000..03b5003d
--- /dev/null
+++ b/jboss/announcements/1.1.ann
@@ -0,0 +1,30 @@
+The Maven team is pleased to announce the JBoss plugin 1.1 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:
+
+o Application-specific JBoss configuration files now correctly overwrite
+ the default JBoss configuration files.
+vo Allowed deployments of EAR, WAR or EJB-JAR (only EAR was previously
+ supported) by adding the "jboss:package-ear", "jboss:package-ejb" and
+ "jboss:package-war" goals. The "jboss:package" goal has been renamed
+ "jboss:configure" and now simply creates a custom JBoss server configuration
+ (with nothing from the project deployed in it).
+o Added deploy/undeploy targets for jar/war/ear using JBoss' jmx console.
+o Added new maven.jboss.hostname plugin property. It defaults to "localhost"
+ and gives the host name of the server to stop when calling
+ "maven jboss:stop".
+o JBoss failed to start on unix. This has been fixed.
+
+Note that this plugin has been tested with Maven beta 10. 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.1.jar
+
+Have fun!
+-Vincent
\ No newline at end of file
diff --git a/jboss/project.xml b/jboss/project.xml
index b6a9f5dc..93bb54e6 100644
--- a/jboss/project.xml
+++ b/jboss/project.xml
@@ -5,7 +5,7 @@
+ This is a plugin for creating a pckaged JBoss server + configuration zip. It supports static and dynamic + deployment of J2EE modules. The dynamic deployment is + implemented using JMX. +
+| Date | +Description | +
|---|---|
| 17 Jun 2003 | ++ Release of version 1.1. Read the + announcement. + | +
| 08 Apr 2003 | ++ Release of version 1.0. Read the + announcement. + | +