Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit 6c40f04

Browse files
committed
Merge pull request #85 from raml-org/usarid-patch-1
Update README.md
2 parents f2e2a63 + e019adf commit 6c40f04

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,9 @@
11
# RAML Java Parser
22
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/raml-org/raml-java-parser?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
33

4-
This project contains a RAML java parser compatible with version 0.8 of the RAML
5-
specification. The parser depends on SnakeYaml, a Java YAML parser.
4+
This is a Java parser for [RAML](http://raml.org) version 0.8 as defined in the [0.8 RAML specification](https://github.com/raml-org/raml-spec/blob/master/raml-0.8.md) The parser depends on SnakeYaml, a Java YAML parser.
65

7-
## Versioning
8-
9-
The Java RAML parser is versioned in the following manner:
10-
11-
```
12-
x.y.z
13-
```
14-
15-
in which *x.y* denotes the version of the RAML specification
16-
and *z* is the version of the parser.
17-
18-
So *0.1.2* is the 2nd revision of the parser for the *0.1* version
19-
of the RAML specification.
6+
A newer [version](https://github.com/raml-org/raml-java-parser-2) is now available as a beta. It supports RAML 1.0 as well as RAML 0.8.
207

218
## Build
229

0 commit comments

Comments
 (0)