Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Sep 6, 2018
1 parent 6d62144 commit dc87395
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN ./gradlew distTar && \
tar xf build/distributions/*.tar && \
rm build/distributions/*.tar

FROM confluentinc/cp-base:4.1.0
FROM confluentinc/cp-base:5.0.0

MAINTAINER Nivethika M <[email protected]> , Joris Borgdorff <[email protected]> , Yatharth Ranjan <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
//---------------------------------------------------------------------------//

group = 'org.radarcns'
version = '0.3.1-SNAPSHOT'
version = '0.4.0'

mainClassName = 'org.radarcns.RadarBackend'
applicationDefaultJvmArgs = ["-Dlog4j.configuration=log4j.properties"]
Expand Down Expand Up @@ -40,7 +40,7 @@ ext {
commonsCliVersion = '1.4'
mockitoVersion = '2.19.1'
radarCommonsVersion = '0.10.0'
radarSchemasVersion = '0.3.7-SNAPSHOT'
radarSchemasVersion = '0.4.0'
subethamailVersion = '3.1.7'
jsoupVersion = '1.11.3'
slf4jVersion = '1.7.25'
Expand Down

0 comments on commit dc87395

Please sign in to comment.