Branding

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jci/trunk@1515360 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/compilers/eclipse/pom.xml b/compilers/eclipse/pom.xml
index 67e51de..eae9fdd 100644
--- a/compilers/eclipse/pom.xml
+++ b/compilers/eclipse/pom.xml
@@ -28,7 +28,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>compiler-eclipse</name>
     <description>
-        Commons JCI compiler implementation for the eclipse compiler.
+        Apache Commons JCI compiler implementation for the Eclipse compiler.
     </description>
     <dependencies>
         <dependency>
diff --git a/compilers/groovy/pom.xml b/compilers/groovy/pom.xml
index 6e80130..9043397 100644
--- a/compilers/groovy/pom.xml
+++ b/compilers/groovy/pom.xml
@@ -28,7 +28,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>compiler-groovy</name>
     <description>
-        Commons JCI compiler implementation for the groovy compiler.
+        Apache Commons JCI compiler implementation for the Groovy compiler.
     </description>
     <dependencies>
         <dependency>
diff --git a/compilers/janino/pom.xml b/compilers/janino/pom.xml
index 40ff00f..96711d4 100644
--- a/compilers/janino/pom.xml
+++ b/compilers/janino/pom.xml
@@ -28,7 +28,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>compiler-janino</name>
     <description>
-        Commons JCI compiler implementation for the janino compiler.
+        Apache Commons JCI compiler implementation for the Janino compiler.
     </description>
     <dependencies>
         <dependency>
diff --git a/compilers/javac/pom.xml b/compilers/javac/pom.xml
index 24c0639..1bc4a24 100644
--- a/compilers/javac/pom.xml
+++ b/compilers/javac/pom.xml
@@ -28,7 +28,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>compiler-javac</name>
     <description>
-        Commons JCI compiler implementation for the javac compiler (up to JDK 1.5).
+        Apache Commons JCI compiler implementation for the Javac compiler (up to JDK 1.5).
     </description>
     <dependencies>
         <dependency>
diff --git a/compilers/jsr199/pom.xml b/compilers/jsr199/pom.xml
index d07c2a2..3d26ad1 100644
--- a/compilers/jsr199/pom.xml
+++ b/compilers/jsr199/pom.xml
@@ -28,7 +28,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>compiler-jsr166</name>
     <description>
-        Commons JCI compiler implementation for JDK 1.6 and up.
+        Apache Commons JCI compiler implementation for JDK 1.6 and up.
     </description>
     <dependencies>
         <dependency>
diff --git a/compilers/rhino/pom.xml b/compilers/rhino/pom.xml
index c514be9..560f490 100644
--- a/compilers/rhino/pom.xml
+++ b/compilers/rhino/pom.xml
@@ -28,7 +28,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>compiler-rhino</name>
     <description>
-        Commons JCI compiler implementation for rhino javascript.
+        Apache Commons JCI compiler implementation for Rhino javascript.
     </description>
     <dependencies>
         <dependency>
diff --git a/core/pom.xml b/core/pom.xml
index 14c0f86..84c3ce7 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -27,7 +27,7 @@
     <version>1.1-SNAPSHOT</version>
     <name>core</name>
     <description>
-        Commons JCI core interfaces and implementations.
+        Apache Commons JCI core interfaces and implementations.
     </description>
     <dependencies>
         <dependency>