Skip to content

Commit

Permalink
Updated pom to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ychaikin committed Jul 25, 2018
1 parent 0e5d4e2 commit 737ca74
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 @@ -15,7 +15,7 @@
<groupId>com.clearlydecoded</groupId>
<artifactId>rest-messenger-demo</artifactId>
<packaging>war</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>

<properties>
<maven.compiler.source>1.8</maven.compiler.source>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.clearlydecoded</groupId>
<artifactId>rest-messenger</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 737ca74

Please sign in to comment.