Repository: incubator-htrace Updated Branches: refs/heads/master 4e71d2d79 -> 1191677f4
HTRACE-172. Move minJdk to 1.7 (JDK 7) (cmccabe) Project: http://git-wip-us.apache.org/repos/asf/incubator-htrace/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-htrace/commit/1191677f Tree: http://git-wip-us.apache.org/repos/asf/incubator-htrace/tree/1191677f Diff: http://git-wip-us.apache.org/repos/asf/incubator-htrace/diff/1191677f Branch: refs/heads/master Commit: 1191677f4c680498dcec2ffdf181271f17962c4f Parents: 4e71d2d Author: Colin P. Mccabe <[email protected]> Authored: Wed May 13 11:47:42 2015 -0700 Committer: Colin P. Mccabe <[email protected]> Committed: Wed May 13 11:47:42 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-htrace/blob/1191677f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d27b0a0..cc6c481 100644 --- a/pom.xml +++ b/pom.xml @@ -278,7 +278,7 @@ language governing permissions and limitations under the License. --> </plugins> </build> <properties> - <targetJdk>1.6</targetJdk> + <targetJdk>1.7</targetJdk> <failIfNoTests>false</failIfNoTests> </properties> <dependencyManagement>
