Author: sebb
Date: Mon Aug 19 11:21:11 2013
New Revision: 1515363

URL: http://svn.apache.org/r1515363
Log:
Branding

Modified:
    commons/proper/jci/trunk/compilers/eclipse/pom.xml
    commons/proper/jci/trunk/compilers/groovy/pom.xml
    commons/proper/jci/trunk/compilers/janino/pom.xml
    commons/proper/jci/trunk/compilers/javac/pom.xml
    commons/proper/jci/trunk/compilers/jsr199/pom.xml
    commons/proper/jci/trunk/compilers/rhino/pom.xml
    commons/proper/jci/trunk/core/pom.xml
    commons/proper/jci/trunk/examples/pom.xml
    commons/proper/jci/trunk/fam/pom.xml

Modified: commons/proper/jci/trunk/compilers/eclipse/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/eclipse/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/eclipse/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/eclipse/pom.xml Mon Aug 19 11:21:11 2013
@@ -26,7 +26,7 @@
     </parent>
     <artifactId>commons-jci-eclipse</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>compiler-eclipse</name>
+    <name>Apache Commons JCI compiler-eclipse</name>
     <description>
         Apache Commons JCI compiler implementation for the Eclipse compiler.
     </description>

Modified: commons/proper/jci/trunk/compilers/groovy/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/groovy/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/groovy/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/groovy/pom.xml Mon Aug 19 11:21:11 2013
@@ -26,7 +26,7 @@
     </parent>
     <artifactId>commons-jci-groovy</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>compiler-groovy</name>
+    <name>Apache Commons JCI compiler-groovy</name>
     <description>
         Apache Commons JCI compiler implementation for the Groovy compiler.
     </description>

Modified: commons/proper/jci/trunk/compilers/janino/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/janino/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/janino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/janino/pom.xml Mon Aug 19 11:21:11 2013
@@ -26,7 +26,7 @@
     </parent>
     <artifactId>commons-jci-janino</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>compiler-janino</name>
+    <name>Apache Commons JCI compiler-janino</name>
     <description>
         Apache Commons JCI compiler implementation for the Janino compiler.
     </description>

Modified: commons/proper/jci/trunk/compilers/javac/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/javac/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/javac/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/javac/pom.xml Mon Aug 19 11:21:11 2013
@@ -26,7 +26,7 @@
     </parent>
     <artifactId>commons-jci-javac</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>compiler-javac</name>
+    <name>Apache Commons JCI compiler-javac</name>
     <description>
         Apache Commons JCI compiler implementation for the Javac compiler (up 
to JDK 1.5).
     </description>

Modified: commons/proper/jci/trunk/compilers/jsr199/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/jsr199/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/jsr199/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/jsr199/pom.xml Mon Aug 19 11:21:11 2013
@@ -26,7 +26,7 @@
     </parent>
     <artifactId>commons-jci-jsr166</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>compiler-jsr166</name>
+    <name>Apache Commons JCI compiler-jsr199</name>
     <description>
         Apache Commons JCI compiler implementation for JDK 1.6 and up.
     </description>

Modified: commons/proper/jci/trunk/compilers/rhino/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/pom.xml (original)
+++ commons/proper/jci/trunk/compilers/rhino/pom.xml Mon Aug 19 11:21:11 2013
@@ -26,7 +26,7 @@
     </parent>
     <artifactId>commons-jci-rhino</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>compiler-rhino</name>
+    <name>Apache Commons JCI compiler-rhino</name>
     <description>
         Apache Commons JCI compiler implementation for Rhino javascript.
     </description>

Modified: commons/proper/jci/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Mon Aug 19 11:21:11 2013
@@ -25,7 +25,7 @@
     </parent>
     <artifactId>commons-jci-core</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>core</name>
+    <name>Apache Commons JCI core</name>
     <description>
         Apache Commons JCI core interfaces and implementations.
     </description>

Modified: commons/proper/jci/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/examples/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/examples/pom.xml (original)
+++ commons/proper/jci/trunk/examples/pom.xml Mon Aug 19 11:21:11 2013
@@ -25,7 +25,7 @@
     </parent>
     <artifactId>commons-jci-examples</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>examples</name>
+    <name>Apache Commons JCI examples</name>
     <description>
         Apache Commons JCI examples.
     </description>

Modified: commons/proper/jci/trunk/fam/pom.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/jci/trunk/fam/pom.xml?rev=1515363&r1=1515362&r2=1515363&view=diff
==============================================================================
--- commons/proper/jci/trunk/fam/pom.xml (original)
+++ commons/proper/jci/trunk/fam/pom.xml Mon Aug 19 11:21:11 2013
@@ -25,7 +25,7 @@
     </parent>
     <artifactId>commons-jci-fam</artifactId>
     <version>1.1-SNAPSHOT</version>
-    <name>fam</name>
+    <name>Apache Commons JCI FileAlterationMonitor</name>
     <description>
         Commons JCI FileAlterationMonitor (FAM) to monitor local filesystems 
and get notified about changes.
     </description>


Reply via email to