Skip to content

Commit b94cdda

Browse files
authored
Update README.md
1 parent 14a053c commit b94cdda

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build](https://github.com/osmlab/maproulette-java-client/workflows/Build/badge.svg)](https://github.com/osmlab/maproulette-java-client/actions)
44
[![quality gate](https://sonarcloud.io/api/project_badges/measure?project=org.maproulette.client%3Amaproulette-java-client&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.maproulette.client%3Amaproulette-java-client)
5-
[![Github Release](https://img.shields.io/github/v/release/osmlab/maproulette-java-client)](https://github.com/osmlab/maproulette-java-client/releases/tag/latest)
5+
[![Github Release](https://img.shields.io/github/v/release/osmlab/maproulette-java-client)](https://github.com/osmlab/maproulette-java-client/packages/60203)
66
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
77

88
The MapRoulette Java Client is a java library that makes it easy to create Projects, Challenges and Tasks. This library focuses primarily on creation, and does not currently implement any other API endpoints.
@@ -23,7 +23,7 @@ Here is examples of adding the library into a project.
2323
```
2424
dependencies
2525
{
26-
implementation "org.maproulette:maproulette-java-client:0.1.0"
26+
implementation "org.maproulette:maproulette-java-client:0.3.0"
2727
}
2828
```
2929

@@ -32,17 +32,17 @@ dependencies
3232
<dependency>
3333
<groupId>org.maproulette</groupId>
3434
<artifactId>maproulette-java-client</artifactId>
35-
<version>0.1.0</version>
35+
<version>0.3.0</version>
3636
</dependency>
3737
```
3838

3939
- <img src="https://search.maven.org/assets/images/sbt.svg" width="30" height="30"/> Scala SBT:
4040
```
41-
libraryDependencies += "org.maproulette" % "maproulette-java-client" % "0.1.0"
41+
libraryDependencies += "org.maproulette" % "maproulette-java-client" % "0.3.0"
4242
```
4343

4444
- <img src="https://search.maven.org/assets/images/ivy.png" width="30" height="30"/> Apache Ivy:
4545
```
46-
<dependency org="org.maproulette" name="maproulette-java-client" rev="0.1.0"/>
46+
<dependency org="org.maproulette" name="maproulette-java-client" rev="0.3.0"/>
4747
```
4848

0 commit comments

Comments
 (0)