You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vv...@apache.org on 2022/03/11 08:37:38 UTC

[ignite] branch master updated (f686e28 -> 2ea4de6)

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

vveider pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from f686e28  IGNITE-16481 Docker image not available for apache ignite(v2.12.0) on s390x architecture (#9878)
     add 2ea4de6  IGNITE-15872 Add Maven Wrapper to facilitate and standardize the build process (#9554)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   3 -
 .mvn/wrapper/MavenWrapperDownloader.java           | 117 ++++++++
 .mvn/wrapper/maven-wrapper.jar                     | Bin 0 -> 50710 bytes
 .../wrapper/maven-wrapper.properties               |   8 +-
 CONTRIBUTING.md                                    |   2 +-
 DEVNOTES.txt                                       |  50 ++--
 docs/_docs/machine-learning/machine-learning.adoc  |   2 +-
 .../yardstick-benchmarking.adoc                    |   2 +-
 docs/_docs/setup.adoc                              |   2 +-
 examples/DEVNOTES.txt                              |   2 +-
 examples/README.txt                                |   4 +-
 modules/geospatial/README.txt                      |   2 +-
 modules/hibernate-4.2/README.txt                   |   2 +-
 modules/hibernate-5.1/README.txt                   |   2 +-
 modules/ml/README.txt                              |   4 +-
 modules/platforms/cpp/examples/README.txt          |   2 +-
 modules/schedule/README.txt                        |   2 +-
 modules/yardstick/DEVNOTES.txt                     |   2 +-
 mvnw                                               | 310 +++++++++++++++++++++
 mvnw.cmd                                           | 182 ++++++++++++
 20 files changed, 657 insertions(+), 43 deletions(-)
 create mode 100644 .mvn/wrapper/MavenWrapperDownloader.java
 create mode 100644 .mvn/wrapper/maven-wrapper.jar
 copy docs/run.sh => .mvn/wrapper/maven-wrapper.properties (78%)
 mode change 100755 => 100644
 create mode 100755 mvnw
 create mode 100644 mvnw.cmd