Skip to content

Commit

Permalink
Updated spring version + changed app version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechruz committed Oct 18, 2017
1 parent 5be0a83 commit 0b56e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.vojtechruzickav</groupId>
<artifactId>jsonb-hibernate-example</artifactId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>jsonb-hibernate-example</name>
Expand All @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.2.RELEASE</version>
<version>1.5.8.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit 0b56e56

Please sign in to comment.