Skip to content

Commit

Permalink
released 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario David committed Feb 10, 2018
1 parent 2791b42 commit e96eeab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For cross cutting functionality, these soft references can be the solution here.

| Platform Version | Add-on Version |
| ---------------- | -------------- |
| 6.8.x | 0.1.x |
| 6.8.x | 0.1.x - 0.2.x |


The latest version is: [ ![Download](https://api.bintray.com/packages/mariodavid/cuba-components/cuba-component-entity-soft-reference/images/download.svg) ](https://bintray.com/mariodavid/cuba-components/cuba-component-entity-soft-reference/_latestVersion)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ cuba {
artifact {
group = 'de.diedavids.cuba.entitysoftreference'
version = "0.2.0"
isSnapshot = true
isSnapshot = false
}
tomcat {
dir = "$project.rootDir/deploy/tomcat"
Expand Down

0 comments on commit e96eeab

Please sign in to comment.