You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tv...@apache.org on 2014/01/09 15:30:23 UTC

svn commit: r1556817 - /commons/proper/jcs/trunk/pom.xml

Author: tv
Date: Thu Jan  9 14:30:23 2014
New Revision: 1556817

URL: http://svn.apache.org/r1556817
Log:
Remove obsolete comment about continuum.

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

Modified: commons/proper/jcs/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jcs/trunk/pom.xml?rev=1556817&r1=1556816&r2=1556817&view=diff
==============================================================================
--- commons/proper/jcs/trunk/pom.xml (original)
+++ commons/proper/jcs/trunk/pom.xml Thu Jan  9 14:30:23 2014
@@ -120,20 +120,6 @@
 
   </dependencies>
 
-  <!-- We don't use Continuum yet -->
-  <!--
-  <ciManagement>
-    <system>continuum</system>
-    <notifiers>
-      <notifier>
-        <configuration>
-          <address>commons-dev@jakarta.apache.org</address>
-        </configuration>
-      </notifier>
-    </notifiers>
-  </ciManagement>
-  -->
-
   <issueManagement>
     <system>jira</system>
     <url>http://issues.apache.org/jira/browse/JCS</url>
@@ -297,7 +283,7 @@
         <artifactId>maven-pmd-plugin</artifactId>
         <version>2.5</version>
         <configuration>
-          <targetJdk>1.5</targetJdk>
+          <targetJdk>1.6</targetJdk>
         </configuration>
       </plugin>
       <plugin>