version update

develop
bvn13 2020-04-20 14:03:07 +03:00
parent 03318f163f
commit f9c1fe1ab4
6 changed files with 2 additions and 10 deletions

View File

@ -35,7 +35,7 @@ subprojects {
} }
group = 'com.bvn13.covid19' group = 'com.bvn13.covid19'
version = '0.0.3' version = '0.1.0'
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'idea' apply plugin: 'idea'

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
version=0.0.3 version=0.1.0
./gradlew :covid19-db-migrator:clean :covid19-db-migrator:assemble ./gradlew :covid19-db-migrator:clean :covid19-db-migrator:assemble
./gradlew :covid19-site:clean :covid19-site:assemble ./gradlew :covid19-site:clean :covid19-site:assemble

View File

@ -1,7 +1,5 @@
apply plugin: 'org.springframework.boot' apply plugin: 'org.springframework.boot'
version = '0.0.3'
dependencies { dependencies {
compile(project(':covid19-model')) compile(project(':covid19-model'))

View File

@ -1,7 +1,5 @@
apply plugin: 'org.springframework.boot' apply plugin: 'org.springframework.boot'
version = '0.0.3'
dependencies { dependencies {
implementation 'org.springframework.boot:spring-boot-starter' implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-data-jpa'

View File

@ -1,7 +1,5 @@
apply plugin: 'org.springframework.boot' apply plugin: 'org.springframework.boot'
version = '0.0.3'
dependencies { dependencies {
compile(project(':covid19-model')) compile(project(':covid19-model'))

View File

@ -1,7 +1,5 @@
apply plugin: 'org.springframework.boot' apply plugin: 'org.springframework.boot'
version = '0.0.3'
dependencies { dependencies {
compile(project(':covid19-model')) compile(project(':covid19-model'))