Skip to content

Commit

Permalink
released 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mariodavid committed Jul 20, 2018
1 parent ed0925c commit 2e88315
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.4.1] - 2018-07-20

### Dependencies
- taggable 0.2.2
- entity-soft-reference 0.3.2
- declarative-controllers 0.6.0

## [0.4.0] - 2018-07-20

### Added
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ apply(plugin: 'cuba')
cuba {
artifact {
group = 'de.diedavids.cuba.attachable'
version = "0.5.0"
isSnapshot = true
version = "0.4.1"
isSnapshot = false
}
tomcat {
dir = "$project.rootDir/deploy/tomcat"
Expand Down Expand Up @@ -110,8 +110,8 @@ subprojects {
dependencies {
appComponent("com.haulmont.cuba:cuba-global:$cubaVersion")
appComponent("de.balvi.cuba.declarativecontrollers:declarativecontrollers-global:0.6.0")
appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.3.1")
appComponent("de.diedavids.cuba.taggable:taggable-global:0.2.1")
appComponent("de.diedavids.cuba.entitysoftreference:entity-soft-reference-global:0.3.2")
appComponent("de.diedavids.cuba.taggable:taggable-global:0.2.2")

}

Expand Down

0 comments on commit 2e88315

Please sign in to comment.