~ken-vandine/+junk/libphonenumber-7.1.0-4ubuntu1

« back to all changes in this revision

Viewing changes to tools/java/java-build/pom.xml

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2014-09-03 07:12:50 UTC
  • Revision ID: package-import@ubuntu.com-20140903071250-wzcgxhpc7w5k9pbb
Tags: 6.3~svn698-3
More patches for JDK 1.5 build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        <groupId>org.apache.maven.plugins</groupId>
45
45
        <artifactId>maven-compiler-plugin</artifactId>
46
46
        <configuration>
47
 
          <source>1.6</source>
48
 
          <target>1.6</target>
 
47
          <source>1.5</source>
 
48
          <target>1.5</target>
49
49
        </configuration>
50
50
      </plugin>
51
51
      <plugin>