You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2013/10/14 21:03:18 UTC

svn commit: r1532028 - in /commons/cms-site/trunk: content/xdoc/index.xml pom.xml

Author: britter
Date: Mon Oct 14 19:03:18 2013
New Revision: 1532028

URL: http://svn.apache.org/r1532028
Log:
Add reference to our IRC channel to the main site

Modified:
    commons/cms-site/trunk/content/xdoc/index.xml
    commons/cms-site/trunk/pom.xml

Modified: commons/cms-site/trunk/content/xdoc/index.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/index.xml?rev=1532028&r1=1532027&r2=1532028&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/index.xml (original)
+++ commons/cms-site/trunk/content/xdoc/index.xml Mon Oct 14 19:03:18 2013
@@ -228,6 +228,9 @@
           <a href="mail-lists.html">Commons mailing list</a>.
         </li>
         <li>
+          We have an IRC channel on freenode - join #apache-commons.
+        </li>
+        <li>
           Access to the SVN <strong>commons/proper</strong> repository is available both
           <a href="http://svn.apache.org/viewvc/commons/proper/">online</a> and with a
           <a href="http://www.apache.org/dev/version-control.html">svn client</a>.

Modified: commons/cms-site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/pom.xml?rev=1532028&r1=1532027&r2=1532028&view=diff
==============================================================================
--- commons/cms-site/trunk/pom.xml (original)
+++ commons/cms-site/trunk/pom.xml Mon Oct 14 19:03:18 2013
@@ -229,7 +229,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.2</version>
+          <version>3.3</version>
           <configuration>
             <siteDirectory>${basedir}/content</siteDirectory>
           </configuration>