Skip to content

Commit f7368c5

Browse files
author
Mihail Usenko
committed
RELEASE 0.8.0
1 parent 5a1a544 commit f7368c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [0.8.0] - Unreleased
7+
## [0.8.0] - 01.02.2019
88

99
### Added
1010
- This release supports the usage within a CUBA 7 application. However - it does not support the new CUBA 7 Screen APIs.

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ cuba {
3535
artifact {
3636
group = 'de.balvi.cuba.declarativecontrollers'
3737
version = "0.8.0"
38-
isSnapshot = true
38+
isSnapshot = false
3939
}
4040
tomcat {
4141
dir = "$project.rootDir/deploy/tomcat"

0 commit comments

Comments
 (0)