Update plugin descriptions

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@620306 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bundleplugin/pom.xml b/bundleplugin/pom.xml
index 93745ec..845eced 100644
--- a/bundleplugin/pom.xml
+++ b/bundleplugin/pom.xml
@@ -33,11 +33,10 @@
  
  <name>Maven Bundle Plugin</name>
  <description>
-  Provides a maven plugin which allows the creation of an OSGi bundle by
-  embedding used packages as class or jars by inspecting the classpath used to
-  compile the bundle. Plus a zillion other features. 
-  The plugin relies on the bnd tools, so to gather more information you can look
-  at is documentation http://www.aqute.biz/php/tools/bnd.php
+  Provides a maven plugin that supports creating an OSGi bundle
+  from the contents of the compilation classpath along with its
+  resources and dependencies. Plus a zillion other features.
+  The plugin uses the Bnd tool (http://www.aqute.biz/Code/Bnd)
  </description>
  
  <dependencies>
diff --git a/maven-obr-plugin/pom.xml b/maven-obr-plugin/pom.xml
index b2894dc..beb7e4f 100644
--- a/maven-obr-plugin/pom.xml
+++ b/maven-obr-plugin/pom.xml
@@ -33,8 +33,8 @@
   
   <name>OBR Maven Plugin</name>
   <description>
-    Provides a maven plugin which allows the automatic cration and update of an
-    OSGi Bundle Repository complaint to OSGi RFC 0112.
+    Provides a maven plugin that supports the automatic creation and
+    update of an OSGi Bundle Repository compliant with OSGi RFC 0112.
   </description>
 
   <dependencies>