Skip to content

Commit

Permalink
Prepare for 2.4-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
bmalinowsky committed May 10, 2018
1 parent 5099714 commit 32a0578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ apply plugin:'application'
apply plugin:'com.github.ben-manes.versions'
apply plugin:'eclipse'

version = '2.4-SNAPSHOT'
version = '2.4-rc1'

def date() {
new Date().format('yyyyMMdd')
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-parent</artifactId>
<version>2.4-SNAPSHOT</version>
<version>2.4-rc1</version>
</parent>
<artifactId>calimero-gui</artifactId>
<name>Calimero GUI</name>
Expand Down

0 comments on commit 32a0578

Please sign in to comment.