Skip to content

Commit 08fb53b

Browse files
committed
release v2.0.0
1 parent 7fffa96 commit 08fb53b

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
>
99
> <cite>sdlang.org</cite>
1010
11+
### Adding the dependency to your project
12+
13+
Releases are available from Maven Central
14+
15+
```xml
16+
<dependency>
17+
<groupId>com.singingbush</groupId>
18+
<artifactId>sdlang</artifactId>
19+
<version>2.0.0</version>
20+
</dependency>
21+
```
22+
1123
### Usage
1224

1325
To parse an SDL file simply create an InputStreamReader and pass it into the constructor of Parser:
@@ -31,6 +43,6 @@ As the project appears to be abandoned I've forked it with the goal of
3143
- [x] Reporting on Test Coverage using [coveralls.io](coveralls.io)
3244
- [x] Fixing existing bugs
3345
- [x] Overhaul the project and start rewriting the codebase
34-
- [ ] Publish build artifacts to maven central
46+
- [x] Publish build artifacts to maven central
3547

3648
Daniel Leuck, the original author, licensed the source as [LGPL v2.1](https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.singingbush</groupId>
88
<artifactId>sdlang</artifactId>
9-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1010
<name>SDLang</name>
1111
<description>Support for SDLang (Simple Declarative Language)</description>
1212
<url>https://github.com/SingingBush/SDL</url>

0 commit comments

Comments
 (0)