Skip to content

Commit

Permalink
Merge branch 'versioning' into 'master'
Browse files Browse the repository at this point in the history
Versioning

See merge request open-platform/chain!170
  • Loading branch information
evgeny-krylov committed Aug 27, 2018
2 parents 3356e7a + 310a488 commit fc6b9ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitmodules
@@ -1,4 +1,5 @@
[submodule "frontend"]
path = frontend
url = ../open-chain-ui.git
branch = master
branch = master
ignore = untracked
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -12,7 +12,7 @@ plugins {
apply plugin: "io.spring.dependency-management"

group = 'io.openfuture.chain'
version = versionDetails().lastTag[1..-1] + (versionDetails().isCleanTag ? '' : '-DIRTY')
version = versionDetails().lastTag[1..-1]
sourceCompatibility = JavaVersion.VERSION_1_8

repositories {
Expand Down

0 comments on commit fc6b9ce

Please sign in to comment.