Repository: ignite Updated Branches: refs/heads/ignite-1.6 2d5d1246d -> 7c3ef23c2
Compilation fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e64558e0 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e64558e0 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e64558e0 Branch: refs/heads/ignite-1.6 Commit: e64558e099dee99660de32e3c55de8d4cd4a8961 Parents: e5be386 Author: Anton Vinogradov <[email protected]> Authored: Thu May 12 11:48:43 2016 +0300 Committer: Anton Vinogradov <[email protected]> Committed: Thu May 12 11:48:43 2016 +0300 ---------------------------------------------------------------------- parent/pom.xml | 1 + pom.xml | 4 ---- 2 files changed, 1 insertion(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e64558e0/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 37687a8..6db7cbb 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -968,6 +968,7 @@ <id>release</id> <activation> <activeByDefault>true</activeByDefault> + <jdk>[1.7,)</jdk> </activation> <dependencies> http://git-wip-us.apache.org/repos/asf/ignite/blob/e64558e0/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b1d6310..b93f4a8 100644 --- a/pom.xml +++ b/pom.xml @@ -165,10 +165,6 @@ <profile> <id>release</id> - <activation> - <activeByDefault>true</activeByDefault> - <jdk>[1.7,)</jdk> - </activation> <build> <plugins> <plugin><!-- skipping generation of dependencies licenses
