This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-training.git.
from 292c8b2 Merge pull request #67 from greatgautam/master
add b7c659f - Updated the reveal.js version to the latest 3.x version -
Renamed the module content-parent-resources to content-master-resources - Added
some documentation on how to customize the document.html.slim
add 656c46d - Renamed the artifact-id of the parent to match the
directory (Must have missed that) - Updated all existing presentations to use
the new content-parent-pom - Added reactor poms to make it simple to build all
presentations in one go
new 340a3f9 Merge pull request #68 from
apache/feature/updated-reveal.js-version
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
content/ApacheCon/Gemfile | 19 +
content/ApacheCon/convert-slides.js | 19 +
.../ApacheCon/libs/docinfo-hack/document.html.slim | 214 ------
content/ApacheCon/libs/third-party/erd | 1 -
content/ApacheCon/pom.xml | 36 +-
content/ApacheFlink/pom.xml | 219 +-----
content/ApacheHive/pom.xml | 219 +-----
content/ApacheWay/IncubatorReleases/pom.xml | 289 +-------
.../libs/docinfo-hack/document.html.slim | 214 ------
content/ApacheWay/NavigatingASFIncubation/pom.xml | 293 +-------
{tools => content/ApacheWay}/pom.xml | 13 +-
content/ComDev/ComDevIntro/pom.xml | 5 +-
{tools => content/ComDev}/pom.xml | 12 +-
content/Hadoop/pom.xml | 205 +-----
content/Ignite/pom.xml | 207 +-----
content/Incubator/ReleaseChecklist/pom.xml | 79 +--
.../src/main/asciidoc/index-docinfo-footer.html | 18 +
{tools => content/Incubator}/pom.xml | 12 +-
.../libs/docinfo-hack/document.html.slim | 214 ------
content/IoT/IoTDeveloper/pom.xml | 275 +-------
{tools => content/IoT}/pom.xml | 12 +-
.../MyNewt/libs/docinfo-hack/document.html.slim | 214 ------
content/MyNewt/pom.xml | 271 +-------
.../1-Basics/libs/docinfo-hack/document.html.slim | 258 -------
content/Spark/1-Basics/pom.xml | 279 +-------
{tools => content/Spark}/pom.xml | 12 +-
.../libs/docinfo-hack/document.html.slim | 214 ------
content/Training/Presentations/pom.xml | 288 +-------
{tools => content/Training}/pom.xml | 12 +-
.../ZooKeeper/libs/docinfo-hack/document.html.slim | 214 ------
content/ZooKeeper/pom.xml | 310 +--------
{tools => content}/pom.xml | 20 +-
pom.xml | 1 +
.../src/main/resources/archetype-resources/pom.xml | 3 +-
tools/content-parent-pom/pom.xml | 768 +++++++++++----------
tools/content-parent-resources/README.md | 17 +
tools/content-parent-resources/pom.xml | 2 +-
.../src/main/resources/document.html.slim | 84 +--
38 files changed, 656 insertions(+), 4886 deletions(-)
delete mode 100644 content/ApacheCon/libs/docinfo-hack/document.html.slim
delete mode 160000 content/ApacheCon/libs/third-party/erd
delete mode 100644
content/ApacheWay/NavigatingASFIncubation/libs/docinfo-hack/document.html.slim
copy {tools => content/ApacheWay}/pom.xml (82%)
copy {tools => content/ComDev}/pom.xml (82%)
copy {tools => content/Incubator}/pom.xml (82%)
delete mode 100644
content/IoT/IoTDeveloper/libs/docinfo-hack/document.html.slim
copy {tools => content/IoT}/pom.xml (82%)
delete mode 100644 content/MyNewt/libs/docinfo-hack/document.html.slim
delete mode 100644 content/Spark/1-Basics/libs/docinfo-hack/document.html.slim
copy {tools => content/Spark}/pom.xml (82%)
delete mode 100644
content/Training/Presentations/libs/docinfo-hack/document.html.slim
copy {tools => content/Training}/pom.xml (82%)
delete mode 100644 content/ZooKeeper/libs/docinfo-hack/document.html.slim
copy {tools => content}/pom.xml (74%)
create mode 100644 tools/content-parent-resources/README.md