APEXCORE-334 Updating with Apex core 3.3.0-incubating release
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/de6a586f Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/de6a586f Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/de6a586f Branch: refs/heads/master Commit: de6a586f58fb05769a6a29e1da2aee7630d78a22 Parents: 9b0301d Author: sashadt <[email protected]> Authored: Mon Feb 8 15:38:26 2016 -0800 Committer: sashadt <[email protected]> Committed: Mon Feb 8 15:38:26 2016 -0800 ---------------------------------------------------------------------- releases.json | 5 +++++ src/md/announcements.md | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/de6a586f/releases.json ---------------------------------------------------------------------- diff --git a/releases.json b/releases.json index 6a2ed28..5ed2ce3 100644 --- a/releases.json +++ b/releases.json @@ -2,6 +2,11 @@ "core": { "src": [ { + "version": "3.3.0-incubating", + "repo": "incubator-apex-core", + "date": 1454908501000 + }, + { "version": "3.2.0-incubating", "repo": "incubator-apex-core", "date": 1446268713000 http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/de6a586f/src/md/announcements.md ---------------------------------------------------------------------- diff --git a/src/md/announcements.md b/src/md/announcements.md index b4c4957..f9effbc 100644 --- a/src/md/announcements.md +++ b/src/md/announcements.md @@ -1,5 +1,11 @@ # Announcements +## Apex Core release 3.3.0-incubating + +Feb 8, 2016. The Apache Apex community is pleased to announce release [3.3.0-incubating](/downloads.html) of the Core. + +Changes: https://github.com/apache/incubator-apex-core/blob/v3.3.0-incubating/CHANGELOG.md + ## Malhar Library release 3.3.0-incubating @@ -23,7 +29,7 @@ Changes: https://github.com/apache/incubator-apex-malhar/blob/v3.2.0-incubating/ ## Apex Core release 3.2.0-incubating -Oct 30, 2015. The Apache Apex community is pleased to announce [3.2.0-incubating](/downloads.html) of the Core. This is the first release of Apex core since incubation. +Oct 30, 2015. The Apache Apex community is pleased to announce release [3.2.0-incubating](/downloads.html) of the Core. This is the first release of Apex core since incubation. Changes: https://github.com/apache/incubator-apex-core/blob/v3.2.0-incubating/CHANGELOG.md
