Skip to content

Commit

Permalink
Released v6.15.0-B2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsi committed Jun 21, 2018
1 parent 262835d commit 1735bdc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ app {
}

dependencies {
include "${group}:lib-admin:${version}"
include "${group}:lib-mustache:${version}"
include "${group}:lib-portal:${version}"
include "${group}:lib-admin:${xpVersion}"
include "${group}:lib-mustache:${xpVersion}"
include "${group}:lib-portal:${xpVersion}"
include "com.enonic.lib:lib-admin-ui:${libAdminUiVersion}"
}

Expand Down
5 changes: 3 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#
# Project settings
#
version=6.15.0-SNAPSHOT
libAdminUiVersion=1.3.0-SNAPSHOT
version=6.15.0-B2
xpVersion=6.15.0-B2
libAdminUiVersion=1.3.0-B2

0 comments on commit 1735bdc

Please sign in to comment.