Skip to content

Commit

Permalink
[RELEASE] 1.1.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
odairay authored Jun 8, 2018
1 parent 410dcad commit 248d892
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

* Java7 TefpsSubscriberClient - Add TefpsSubscriberClient

### 1.1.1
### 1.1.2

* Java7 TefpsTvClient - Ignore additional fields
* Java7 TefpsSubscriberClient - Ignore additional fields
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.1.1</version>
<version>1.1.2</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.1.1</version>
<version>1.1.2</version>
<packaging>jar</packaging>

<name>TeFPS clients</name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package fr.polyconseil.smartcity.tefpsclients.dto.subscriber;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

import java.util.Date;
import java.util.List;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package fr.polyconseil.smartcity.tefpsclients.dto.tv;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;

@JsonIgnoreProperties(ignoreUnknown = true)
public class ParkingRightDTO extends ParkingRightCreationDTO {

Expand Down

0 comments on commit 248d892

Please sign in to comment.