Repository: oodt Updated Branches: refs/heads/site-dev 69dfc6182 -> 8333d3de3
Add post for OODT 1.0; update config to add correct release keys. Project: http://git-wip-us.apache.org/repos/asf/oodt/repo Commit: http://git-wip-us.apache.org/repos/asf/oodt/commit/8333d3de Tree: http://git-wip-us.apache.org/repos/asf/oodt/tree/8333d3de Diff: http://git-wip-us.apache.org/repos/asf/oodt/diff/8333d3de Branch: refs/heads/site-dev Commit: 8333d3de3ce3f13da2514b04a40c01775f9fb6b9 Parents: 69dfc61 Author: Chris Mattmann <[email protected]> Authored: Thu Jul 27 16:36:39 2017 -0700 Committer: Chris Mattmann <[email protected]> Committed: Thu Jul 27 16:36:39 2017 -0700 ---------------------------------------------------------------------- _config.yml | 4 ++-- _posts/2016-06-26-oodt-10-released.md | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/oodt/blob/8333d3de/_config.yml ---------------------------------------------------------------------- diff --git a/_config.yml b/_config.yml index ba8b33b..f0a79f7 100755 --- a/_config.yml +++ b/_config.yml @@ -29,8 +29,8 @@ gems: ['jekyll-less'] oodt_releases: - version: "1.1" - date: JUL-2017 - pgp_signature: 2048R/0C1E654B Chris Mattmann (CODE SIGNING KEY - Apr 2016) <[email protected]> + date: JUL-2017 + pgp_signature: 2048R/0C1E654B Chris Mattmann (CODE SIGNING KEY - Apr 2016) <[email protected]> - version: "1.0" date: JUN-2016 pgp_signature: 783CE7BB Tom Barber http://git-wip-us.apache.org/repos/asf/oodt/blob/8333d3de/_posts/2016-06-26-oodt-10-released.md ---------------------------------------------------------------------- diff --git a/_posts/2016-06-26-oodt-10-released.md b/_posts/2016-06-26-oodt-10-released.md new file mode 100644 index 0000000..9e26c4e --- /dev/null +++ b/_posts/2016-06-26-oodt-10-released.md @@ -0,0 +1,20 @@ +--- +layout: post +title: Apache OODT 1.0 released +description: Apache OODT 1.0 released - a major milestone in the development of the project! +--- + +OODT 1.0! + +We've finally done it. OODT 1.0 has been signed off and has hit the mirrors. + +Thanks to everyone who has helped since OODT hit incubation at the Apache +Software Foundation. + +As ever, more details regarding build and deployment can be found over on +https://oodt.apache.org/. + +Great work, and here's looking forward to some of the cool new stuff we +have planned for 2.0! + +You can read more about it on our blog [here](https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces95).
