Thanks for upgrading the JDK on Jenkins :) -- Richard
On 26.04.2014, at 16:48, Marshall Schor <[email protected]> wrote: > hmmm. Java version 49 is what is put in the class files when they're targeted > for Java 5. > > The uimaj build was updated to specify a target Java version of Java 6, or > version 50. > > <build> > <pluginManagement> > <plugins> > ... > <plugin> > <groupId>org.apache.maven.plugins</groupId> > <artifactId>maven-compiler-plugin</artifactId> > <configuration> > <source>1.6</source> > <target>1.6</target> > </configuration> > </plugin> > ... > > So the Java used to run the Jenkins build for things that include the 2.6.0 > version needs to be updated to Java 6. I logged into Jenkins, and changed the > Java version for UIMA-uimaFIT_2_0_x. > > It's waiting for build 13 to start now on ubuntu or windows. > > -M
