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 2014/12/22 15:18:21 UTC

[03/12] incubator-ignite git commit: # Ignite build

# Ignite build


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

Branch: refs/heads/ignite-1
Commit: 0e3e62205423da75b9443e883b01ef3976be9903
Parents: 4a5a08e
Author: sboikov <sb...@gridgain.com>
Authored: Thu Dec 18 14:35:41 2014 +0400
Committer: sboikov <sb...@gridgain.com>
Committed: Thu Dec 18 14:35:41 2014 +0400

----------------------------------------------------------------------
 pom.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/0e3e6220/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72f667e..e35788f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -436,6 +436,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-install-plugin</artifactId>
+                <version>2.5.2</version>
                 <inherited>false</inherited>
                 <configuration>
                     <skip>true</skip>
@@ -1205,10 +1206,10 @@
                                             </fileset>
                                         </replace>
 
-                                        <zip destfile="target/gridgain-${gridgain.edition}-os-${ignite.version}.zip"
+                                        <zip destfile="target/ignite-${gridgain.edition}-${ignite.version}.zip"
                                              encoding="UTF-8">
                                             <zipfileset dir="target/release-package"
-                                                        prefix="gridgain-${gridgain.edition}-os-${ignite.version}"
+                                                        prefix="ignite-${gridgain.edition}-${ignite.version}"
                                                         filemode="755">
                                                 <include name="**/*.sh"/>
                                                 <include name="**/configure"/>
@@ -1217,7 +1218,7 @@
                                                 <include name="**/missing"/>
                                             </zipfileset>
                                             <zipfileset dir="target/release-package"
-                                                        prefix="gridgain-${gridgain.edition}-os-${ignite.version}">
+                                                        prefix="ignite-${gridgain.edition}-${ignite.version}">
                                                 <exclude name="**/*.sh"/>
                                                 <exclude name="**/configure"/>
                                                 <exclude name="**/install-sh"/>