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

wonook pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/incubator-nemo-website.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new c65948c  add some pages
c65948c is described below

commit c65948c43eb381ae2a215499446aca3b66560a8f
Author: Won Wook SONG <wsong0...@gmail.com>
AuthorDate: Sat Sep 10 00:33:38 2022 +0900

    add some pages
---
 _pages/downloads.md              | 14 ++++++++++++++
 _posts/2022-08-15-beam-runner.md | 10 ++++++++++
 2 files changed, 24 insertions(+)

diff --git a/_pages/downloads.md b/_pages/downloads.md
index 00552d8..180e752 100644
--- a/_pages/downloads.md
+++ b/_pages/downloads.md
@@ -14,6 +14,20 @@ permalink: /pages/downloads/
 | 0.1 
([Signature](https://archive.apache.org/dist/incubator/nemo/0.1-incubating/apache-nemo-0.1-incubating-rc2.tar.gz.asc)
 / 
[Checksums](https://archive.apache.org/dist/incubator/nemo/0.1-incubating/apache-nemo-0.1-incubating-rc2.tar.gz.sha512)
 / [Project release KEYS](https://downloads.apache.org/incubator/nemo/KEYS)) | 
[Source code 
(tar.gz)](https://archive.apache.org/dist/incubator/nemo/0.1-incubating/apache-nemo-0.1-incubating-rc2.tar.gz)
 |
 
 
+## Maven Artifacts
+Nemo is available in Maven Central, making it easier to link into your 
programs without having to build as a JAR. Use the following Maven identifiers 
to add it to a project:
+
+```
+<!-- https://mvnrepository.com/artifact/org.apache.nemo/nemo-project -->
+<dependency>
+   <groupId>org.apache.nemo</groupId>
+   <artifactId>nemo-project</artifactId>
+   <version>0.4</version>
+   <type>pom</type>
+</dependency>
+```
+
+
 ## Development and Maintenance Branches
 
 If you are interested in working with the newest under-development code or 
contributing, you can clone the master branch from Git:
diff --git a/_posts/2022-08-15-beam-runner.md b/_posts/2022-08-15-beam-runner.md
new file mode 100644
index 0000000..a73adeb
--- /dev/null
+++ b/_posts/2022-08-15-beam-runner.md
@@ -0,0 +1,10 @@
+---
+layout: post
+title:  "Nemo Release 0.4"
+author: Won Wook SONG
+---
+
+
+Hi!
+
+We've updated our introductions for the [NemoRunner page of the Apache Beam 
website](https://beam.apache.org/documentation/runners/nemo/). Please check it 
out!

Reply via email to