Skip to content

Commit 4f75d00

Browse files
committed
updte readme
1 parent 629a093 commit 4f75d00

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ngsiv2
22

3+
[![Java CI with Maven](https://github.com/makeOurCity/ngsiv2-java/actions/workflows/maven.yml/badge.svg)](https://github.com/makeOurCity/ngsiv2-java/actions/workflows/maven.yml)
4+
35
FIWARE-NGSI v2 Specification
46

57
- API version: 1.0
@@ -38,15 +40,14 @@ Refer to the [OSSRH Guide](http://central.sonatype.org/pages/ossrh-guide.html) f
3840

3941
### Maven users
4042

41-
Add this dependency to your project's POM:
43+
with jit pack
4244

4345
```xml
44-
<dependency>
45-
<groupId>city.makeour.ngsi.v2</groupId>
46-
<artifactId>ngsiv2</artifactId>
47-
<version>1.0</version>
48-
<scope>compile</scope>
49-
</dependency>
46+
<dependency>
47+
<groupId>com.github.makeOurCity</groupId>
48+
<artifactId>ngsiv2-java</artifactId>
49+
<version>0.0.2</version>
50+
</dependency>
5051
```
5152

5253
### Gradle users

0 commit comments

Comments
 (0)