Compilation fix

Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/eb256a95
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/eb256a95
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/eb256a95

Branch: refs/heads/ignite-2949
Commit: eb256a95fd4feca9b09b4019115736a1772f2118
Parents: 9a96d11
Author: Anton Vinogradov <a...@apache.org>
Authored: Thu May 12 13:15:54 2016 +0300
Committer: Anton Vinogradov <a...@apache.org>
Committed: Thu May 12 13:15:54 2016 +0300

----------------------------------------------------------------------
 parent/pom.xml | 6 +++---
 pom.xml        | 5 +++++
 2 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/eb256a95/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6db7cbb..211884f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -967,10 +967,10 @@
         <profile>
             <id>release</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
-                <jdk>[1.7,)</jdk>
+                <property>
+                    <name>!skipDefault</name><!--activeByDefault-->
+                </property>
             </activation>
-
             <dependencies>
                 <dependency>
                     <groupId>org.apache.ignite</groupId>

http://git-wip-us.apache.org/repos/asf/ignite/blob/eb256a95/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b93f4a8..ce38143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,6 +165,11 @@
 
         <profile>
             <id>release</id>
+            <activation>
+                <property>
+                    <name>!skipDefault</name><!--activeByDefault-->
+                </property>
+            </activation>
             <build>
                 <plugins>
                     <plugin><!-- skipping generation of dependencies licenses

Reply via email to