Repository: apex-core
Updated Branches:
  refs/heads/master 3ddd2389f -> 5e23fb44c


APEXCORE-749 Fix README.md formatting


Project: http://git-wip-us.apache.org/repos/asf/apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/apex-core/commit/5e23fb44
Tree: http://git-wip-us.apache.org/repos/asf/apex-core/tree/5e23fb44
Diff: http://git-wip-us.apache.org/repos/asf/apex-core/diff/5e23fb44

Branch: refs/heads/master
Commit: 5e23fb44c319bb2a0674e29d3713db977c822a4a
Parents: 3ddd238
Author: Vlad Rozov <[email protected]>
Authored: Thu Jun 22 18:19:46 2017 -0700
Committer: Vlad Rozov <[email protected]>
Committed: Thu Jun 22 18:19:46 2017 -0700

----------------------------------------------------------------------
 README.md | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/apex-core/blob/5e23fb44/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 946bca2..8c8d5ed 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,12 @@
 
 Apache Apex
 ========================
+[![Master Build 
Status](https://travis-ci.org/apache/apex-core.svg?branch=master)](https://travis-ci.org/apache/apex-core/branches)
+[![Maven 
Central](https://maven-badges.herokuapp.com/maven-central/org.apache.apex/apex/badge.svg)](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.apex%22%20AND%20a%3A%22apex%22)
 
 Apache Apex is a unified platform for big data stream and batch processing. 
Use cases include ingestion, ETL, real-time analytics, alerts and real-time 
actions. Apex is a Hadoop-native YARN implementation and uses HDFS by default. 
It simplifies development and productization of Hadoop applications by reducing 
time to market. Key features include Enterprise Grade Operability with Fault 
Tolerance,  State Management, Event Processing Guarantees, No Data Loss, 
In-memory Performance & Scalability and Native Window Support.
 
-##Documentation
+## Documentation
 
 Please visit the [documentation section](http://apex.apache.org/docs.html). 
 
@@ -13,13 +15,13 @@ Please visit the [documentation 
section](http://apex.apache.org/docs.html).
 
 Documentation build and hosting process is explained in [docs 
README](docs/README.md).
 
-##Contributing
+## Contributing
 
 This project welcomes new contributors.  If you would like to help by adding 
new features, enhancements or fixing bugs, check out the [contributing 
guidelines](http://apex.apache.org/contributing.html).
 
 You acknowledge that your submissions to this repository are made pursuant the 
terms of the Apache License, Version 2.0 
(http://www.apache.org/licenses/LICENSE-2.0.html) and constitute 
"Contributions," as defined therein, and you represent and warrant that you 
have the right and authority to do so.
  
-##Building Apex
+## Building Apex
 
 The project uses Maven for the build. Run 
 ```
@@ -33,7 +35,7 @@ Type help to list available commands.
 
 Pre-built distributions are listed on http://apex.apache.org/downloads.html
 
-##Issue tracking
+## Issue tracking
 
 [JIRA](https://issues.apache.org/jira/browse/APEXCORE) issue tracking system 
is used for this project.
 You can submit new issues and track the progress of existing issues at 
https://issues.apache.org/jira/browse/APEXCORE
@@ -45,7 +47,7 @@ An example commit might look like this:
 
 JIRA tickets should be resolved and fix version field set by the committer 
merging the pull request.
 
-##License
+## License
 
 Licensed under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the License. You may obtain a copy of 
the License at
 
@@ -53,7 +55,7 @@ http://www.apache.org/licenses/LICENSE-2.0
 
 Unless required by applicable law or agreed to in writing, software 
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT 
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 
License for the specific language governing permissions and limitations under 
the License.
 
-##Contact
+## Contact
 
 Please visit http://apex.apache.org and 
[subscribe](http://apex.apache.org/community.html) to the mailing lists.
 

Reply via email to