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-...@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>