Repository: incubator-htrace Updated Branches: refs/heads/4.0 206daf9d5 -> c0ab0b975
HTRACE-238. Change maven compiler source level to 1.7 to match targetJdk (Cosmin Lehene via Colin P. McCabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/c0ab0b97 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/c0ab0b97 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/c0ab0b97 Branch: refs/heads/4.0 Commit: c0ab0b9753f0c8a3eae49cf5e286fe431a4b8fcc Parents: 206daf9 Author: Colin P. Mccabe <[email protected]> Authored: Tue Sep 8 10:48:36 2015 -0700 Committer: stack <[email protected]> Committed: Fri Sep 18 12:55:31 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/c0ab0b97/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ce5c20d..9984b52 100644 --- a/pom.xml +++ b/pom.xml @@ -183,8 +183,8 @@ language governing permissions and limitations under the License. --> <artifactId>maven-compiler-plugin</artifactId> <version>2.5.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <optimize>true</optimize> <encoding>UTF-8</encoding> </configuration>
