Skip to content

Commit

Permalink
Changed version & removed client application
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Stastny committed Oct 3, 2017
1 parent fb74680 commit 361c610
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ repositories {

allprojects {
group='cz.incad.kramerius'
version='5.3.8'
version='5.3.9'
}


Expand Down Expand Up @@ -233,7 +233,6 @@ task distPatchZip(type:Zip) {
description "Create patch distribution zip"
baseName "kramerius-patch"
group "Distribution"
from {'client/build/libs'}
from {'search/build/libs'}
from {'security-core/build/libs'}
}
Expand Down

0 comments on commit 361c610

Please sign in to comment.