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

Commit

Permalink
Prepare release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kjarosh committed Jun 16, 2019
1 parent 0829b8a commit 51e56f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion papaya-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
ext { springBootVersion = '2.1.3.RELEASE' }

jar {
version = '0.0.1-SNAPSHOT'
version = '1.0.0'
}

sourceCompatibility = '11'
Expand Down
4 changes: 2 additions & 2 deletions papaya-web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'io.spring.dependency-management'
apply plugin: 'war'

bootJar {
version = '0.2.0-SNAPSHOT'
version = '1.0.0'
}

sourceCompatibility = '11'
Expand All @@ -37,7 +37,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: '1.0.0',
changing: true
annotationProcessor 'org.projectlombok:lombok'
compile 'com.github.javafaker:javafaker:0.17.2'
Expand Down

0 comments on commit 51e56f0

Please sign in to comment.