You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/05/02 21:08:24 UTC

svn commit: r1478490 - /commons/proper/codec/trunk/pom.xml

Author: ggregory
Date: Thu May  2 19:08:24 2013
New Revision: 1478490

URL: http://svn.apache.org/r1478490
Log:
Better name and description.

Modified:
    commons/proper/codec/trunk/pom.xml

Modified: commons/proper/codec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/pom.xml?rev=1478490&r1=1478489&r2=1478490&view=diff
==============================================================================
--- commons/proper/codec/trunk/pom.xml (original)
+++ commons/proper/codec/trunk/pom.xml Thu May  2 19:08:24 2013
@@ -31,10 +31,10 @@ limitations under the License.
   <artifactId>commons-codec</artifactId>
   <!-- Remember to update the version in default.properties as well -->
   <version>1.9-SNAPSHOT</version>
-  <name>Commons Codec</name>
+  <name>Apache Commons Codec</name>
   <inceptionYear>2002</inceptionYear>
   <description>
-     The codec package contains simple encoder and decoders for
+     The Apache Commons Codec package contains simple encoder and decoders for
      various formats such as Base64 and Hexadecimal.  In addition to these
      widely used encoders and decoders, the codec package also maintains a
      collection of phonetic encoding utilities.
@@ -53,7 +53,7 @@ limitations under the License.
     <site>
       <id>stagingSite</id>
       <name>Apache Staging Website</name>
-      <url>scp://people.apache.org/www/commons.apache.org/codec/</url>
+      <url>${commons.deployment.protocol}://people.apache.org/www/commons.apache.org/${commons.componentid}/</url>
     </site>
   </distributionManagement>
   <developers>