You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2015/08/31 13:27:13 UTC

[1/2] ignite git commit: altReleaseDeploymentRepository supported only and 2.8+

Repository: ignite
Updated Branches:
  refs/heads/master 13358c3e0 -> 71334cf9f


altReleaseDeploymentRepository supported only and 2.8+


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

Branch: refs/heads/master
Commit: c2cda00580de7036ab3f2adaf23616dffd10968c
Parents: 4369c20
Author: Anton Vinogradov <av...@apache.org>
Authored: Mon Aug 31 14:26:44 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Mon Aug 31 14:26:44 2015 +0300

----------------------------------------------------------------------
 modules/apache-license-gen/pom.xml | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/c2cda005/modules/apache-license-gen/pom.xml
----------------------------------------------------------------------
diff --git a/modules/apache-license-gen/pom.xml b/modules/apache-license-gen/pom.xml
index ea95d06..4054004 100644
--- a/modules/apache-license-gen/pom.xml
+++ b/modules/apache-license-gen/pom.xml
@@ -20,7 +20,8 @@
 <!--
     POM file.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
     <parent>
@@ -32,4 +33,14 @@
     <groupId>org.apache.ignite</groupId>
     <artifactId>ignite-apache-license-gen</artifactId>
     <version>1.4.1-SNAPSHOT</version>
+
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-deploy-plugin</artifactId>
+                <version>2.8.2</version>
+            </plugin>
+        </plugins>
+    </build>
 </project>


[2/2] ignite git commit: Merge remote-tracking branch 'origin/master'

Posted by sb...@apache.org.
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: 71334cf9fd893fa45f6dd0bd72a27a96d09fc4e5
Parents: c2cda00 13358c3
Author: Anton Vinogradov <av...@apache.org>
Authored: Mon Aug 31 14:27:06 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Mon Aug 31 14:27:06 2015 +0300

----------------------------------------------------------------------
 .../platform/PlatformNoopProcessor.java         |  61 +++++++++++
 .../processors/platform/PlatformProcessor.java  | 106 ++++++++++++++++++-
 .../processors/platform/PlatformTarget.java     |  36 +++++--
 .../platform/PlatformAbstractTarget.java        |  40 +++++++
 4 files changed, 231 insertions(+), 12 deletions(-)
----------------------------------------------------------------------