Skip to content

Commit

Permalink
Merge pull request #98 from mbarre/sdk-upgrade-1.15
Browse files Browse the repository at this point in the history
Upgrade SDK and fix version
  • Loading branch information
SALES authored Mar 8, 2019
2 parents b0e57f8 + d22dc0d commit f920665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.mbarre</groupId>
<artifactId>ticketresto-nc-rest</artifactId>
<version>1.1.14-SNAPSHOT</version>
<version>1.1.14</version>
<packaging>jar</packaging>

<name>ticketresto-nc-rest</name>
Expand All @@ -23,7 +23,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>
<tickets-resto-nc-sdk.version>1.14</tickets-resto-nc-sdk.version>
<tickets-resto-nc-sdk.version>1.15</tickets-resto-nc-sdk.version>
<docker.image.prefix>mbarre</docker.image.prefix>
<dockerfile-maven-plugin.version>1.4.10</dockerfile-maven-plugin.version>
</properties>
Expand Down

0 comments on commit f920665

Please sign in to comment.