Skip to content

Commit d1f07aa

Browse files
committed
Release 1.0.0
1 parent 0b3b334 commit d1f07aa

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

README.md

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

33
ruuvitag-common is a library of utilities to work with RuuviTags, main purpose is providing parsers for parsing raw data from RuuviTags
44

5-
### WARNING: This library is currently being developed, breaking changes will most likely happen in the near future, additionally the current code is **UNTESTED**, blindly refactored out of RuuviCollector
6-
7-
That being said, comments, suggestions and other contributions are more than welcome. :)
8-
9-
TODO: decide best proper/best naming convention
10-
TODO: general refactoring and cleanup
11-
TODO: check javadoc and comments
12-
TODO: write proper documentation
13-
TODO: write tests
14-
TODO: publish to maven central to avoid needing to build the library locally
5+
Do note that this library is still being developed so comments, suggestions and other contributions are more than welcome. :)
156

167
### How to use
178

@@ -23,7 +14,7 @@ TODO: publish to maven central to avoid needing to build the library locally
2314
<dependency>
2415
<groupId>fi.tkgwf.ruuvi</groupId>
2516
<artifactId>ruuvi-common</artifactId>
26-
<version>1.0.0-SNAPSHOT</version>
17+
<version>1.0.0</version>
2718
</dependency>
2819
```
2920

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>fi.tkgwf.ruuvi</groupId>
55
<artifactId>ruuvitag-common</artifactId>
6-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
77
<packaging>jar</packaging>
88

99
<name>RuuviTag Common</name>

0 commit comments

Comments
 (0)