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/09/01 14:08:28 UTC

[79/82] [abbrv] ignite git commit: gg-10705

gg-10705


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

Branch: refs/heads/ignite-1093-2
Commit: fda434c89eaf19ce701cd54ad14d037cea9b7c1c
Parents: 0e25f55
Author: Anton Vinogradov <av...@apache.org>
Authored: Tue Sep 1 13:20:31 2015 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Tue Sep 1 13:20:31 2015 +0300

----------------------------------------------------------------------
 modules/core/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/fda434c8/modules/core/pom.xml
----------------------------------------------------------------------
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 6f1cbf8..698606e 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -40,6 +40,10 @@
         </repository>
     </repositories>
 
+    <properties>
+        <ignite.update.notifier.product>apache-ignite</ignite.update.notifier.product>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>javax.cache</groupId>
@@ -310,7 +314,7 @@
 
                                         <replaceregexp file="${props.file}" byline="true">
                                             <regexp pattern="ignite.update.status.params=.*" />
-                                            <substitution expression="ignite.update.status.params=ver=${project.version}" />
+                                            <substitution expression="ignite.update.status.params=ver=${project.version}&amp;product=${ignite.update.notifier.product}" />
                                         </replaceregexp>
 
                                         <replaceregexp file="${props.file}" byline="true">