You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2014/08/22 21:47:08 UTC

svn commit: r1619920 - /creadur/whisker/trunk/pom.xml

Author: pottlinger
Date: Fri Aug 22 19:47:08 2014
New Revision: 1619920

URL: http://svn.apache.org/r1619920
Log:
WHISKER-12 Build infra

- Updating to JDK1.6 since commons-lang3 is used heavily.
- Updating animal-sniffer config to catch JDK1.6.
- Local builds work fine, let's see on Jenkins.


Modified:
    creadur/whisker/trunk/pom.xml

Modified: creadur/whisker/trunk/pom.xml
URL: http://svn.apache.org/viewvc/creadur/whisker/trunk/pom.xml?rev=1619920&r1=1619919&r2=1619920&view=diff
==============================================================================
--- creadur/whisker/trunk/pom.xml (original)
+++ creadur/whisker/trunk/pom.xml Fri Aug 22 19:47:08 2014
@@ -101,7 +101,7 @@
   </modules>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <target.jdk>1.5</target.jdk>
+    <target.jdk>1.6</target.jdk>
     <junit.version>3.8.2</junit.version>
     <!--
     Publication to the website is a two phase operation:
@@ -283,7 +283,7 @@
         <configuration>
           <signature>
             <groupId>org.codehaus.mojo.signature</groupId>
-            <artifactId>java15</artifactId>
+            <artifactId>java16</artifactId>
             <version>1.0</version>
           </signature>
         </configuration>