Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Commit

Permalink
Prepare release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjarosh committed May 11, 2019
1 parent 4b24041 commit ebe632e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions papaya-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ apply plugin: 'org.springframework.boot'
apply plugin: 'io.spring.dependency-management'

bootJar {
version = '0.0.1-SNAPSHOT'
version = '0.1.0'
}

sourceCompatibility = '11'
Expand All @@ -36,7 +36,7 @@ dependencies {
compile project(':papaya-core')
compile 'com.google.guava:guava:27.1-jre'
annotationProcessor 'org.immutables:value:2.7.5'
implementation group: 'com.github.papaya-agh', name: 'papaya-interface', version: 'master-SNAPSHOT',
implementation group: 'com.github.papaya-agh', name: 'papaya-interface', version: '0.1.0',
changing: true
annotationProcessor 'org.projectlombok:lombok'
compile 'com.github.javafaker:javafaker:0.17.2'
Expand Down

0 comments on commit ebe632e

Please sign in to comment.