Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Stastny committed Dec 14, 2016
1 parent b2fd250 commit 9a939cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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.4'
version='5.3.5'
}


Expand All @@ -81,8 +81,6 @@ subprojects {
ext.generatedSources = "generated-sources"


//group='cz.incad.kramerius'
//version='5.3.4'

sourceCompatibility = 1.6
targetCompatibility= 1.6
Expand Down

1 comment on commit 9a939cb

@leiblix
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prosím, proč byl označen na githubu release jako pre-release? Znamená to, že verze 5.3.5 ještě není vhodná na produkci?

Please sign in to comment.