Repository: incubator-htrace Updated Branches: refs/heads/master e1b75b8db -> b9c3d9217
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/b9c3d921 Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/b9c3d921 Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/b9c3d921 Branch: refs/heads/master Commit: b9c3d92176b629cb0bf36bc3e80404843ae60c7c Parents: e1b75b8 Author: Colin P. Mccabe <[email protected]> Authored: Tue Sep 8 10:48:36 2015 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Tue Sep 8 10:48:36 2015 -0700 ---------------------------------------------------------------------- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/b9c3d921/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 883099c..580b77d 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>
