Skip to content

Commit

Permalink
[RELEASE] 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier DAIRAY committed Jan 9, 2018
1 parent 972ddcb commit d5270cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@
* Java7 TefpsTvClient - Allow Tv Type parameter in createTv method
* Java7 TefpsTvClient - Improve readme
* Java7 TefpsTvClient - Fix various details in client

### 1.1.0

* Java7 TefpsSubscriberClient - Add TefpsSubscriberClient
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add maven dependency to your pom.xml
<dependency>
<groupId>fr.polyconseil.smartcity</groupId>
<artifactId>tefps-clients</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion java7/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>fr.polyconseil.smartcity</groupId>
<artifactId>tefps-clients</artifactId>
<version>1.0.1</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>TeFPS clients</name>
Expand Down

0 comments on commit d5270cb

Please sign in to comment.