This is an automated email from the ASF dual-hosted git repository.

dpavlov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/master by this push:
     new cd1e5ce  Fix for Apache Ignite slides: version updated and ASF-logo 
added to project dist dir
cd1e5ce is described below

commit cd1e5ce137607bc756b8ad814d76531cfadca90b
Author: Dmitriy Pavlov <[email protected]>
AuthorDate: Sun Jul 7 18:50:40 2019 +0300

    Fix for Apache Ignite slides: version updated and ASF-logo added to project 
dist dir
---
 content/Ignite/pom.xml                                  |   7 ++++++-
 content/Ignite/src/main/asciidoc/index.adoc             |   4 ++--
 .../Ignite/src/main/resources/images/logo-apache.png    | Bin 0 -> 16185 bytes
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/content/Ignite/pom.xml b/content/Ignite/pom.xml
index 8bdf5fd..d4276c8 100644
--- a/content/Ignite/pom.xml
+++ b/content/Ignite/pom.xml
@@ -192,6 +192,11 @@
                         <configuration>
                             
<outputDirectory>${project.build.directory}</outputDirectory>
                             <resources>
+                                <!-- Copy the normal resources into the root 
of the slides directory -->
+                                <resource>
+                                    <directory>src/main/resources</directory>
+                                    
<targetPath>${project.slides.directory}</targetPath>
+                                </resource>
                                 <!-- Copy our css-theme to the reveal.js theme 
directory -->
                                 <resource>
                                     <directory>src/main/theme</directory>
@@ -224,7 +229,7 @@
         <dependency>
             <groupId>org.apache.ignite</groupId>
             <artifactId>ignite-core</artifactId>
-            <version>2.7.0</version>
+            <version>2.7.5</version>
         </dependency>
     </dependencies>
 </project>
diff --git a/content/Ignite/src/main/asciidoc/index.adoc 
b/content/Ignite/src/main/asciidoc/index.adoc
index 3c602a6..730170c 100644
--- a/content/Ignite/src/main/asciidoc/index.adoc
+++ b/content/Ignite/src/main/asciidoc/index.adoc
@@ -68,7 +68,7 @@ Apache Ignite cluster consists of two (major) type of nodes
 Gradle
 [source,groovy]
 ----
-compile group: 'org.apache.ignite', name: 'ignite-core', version: '2.7.0'
+compile group: 'org.apache.ignite', name: 'ignite-core', version: '2.7.5'
 ----
 
 Maven
@@ -77,7 +77,7 @@ Maven
 <dependency>
   <groupId>org.apache.ignite</groupId>
   <artifactId>ignite-core</artifactId>
-  <version>2.7.0</version>
+  <version>2.7.5</version>
 </dependency>
 ----
 
diff --git a/content/Ignite/src/main/resources/images/logo-apache.png 
b/content/Ignite/src/main/resources/images/logo-apache.png
new file mode 100644
index 0000000..44c337b
Binary files /dev/null and 
b/content/Ignite/src/main/resources/images/logo-apache.png differ

Reply via email to