Skip to content

Commit

Permalink
Merge pull request #12 from clearlydecoded/development
Browse files Browse the repository at this point in the history
release of v2.2.0
  • Loading branch information
ychaikin authored Jul 31, 2018
2 parents 31a332f + 8a3ee5c commit a34f66f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions checkup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
echo
echo "************** BUILDING FOR LATEST SPRING BOOT 2.x ************** "
mvn clean install
echo
echo
echo "************** BUILDING FOR SPRING BOOT 1.x ************** "
mvn clean install -Dspring-boot.version=1.5.8.RELEASE
echo
echo
echo "************** BUILDING FOR LATEST SPRING BOOT 2.x ************** "
mvn clean install
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</version>
<version>2.2.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</version>
<version>2.2.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit a34f66f

Please sign in to comment.