Skip to content

Commit f3f4b37

Browse files
committed
switched to 0.3.0
1 parent 3bb570f commit f3f4b37

3 files changed

Lines changed: 18 additions & 21 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,21 @@ 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-
## [Unreleased]
7+
## [0.3.0] - 2018-07-13
8+
9+
### Changed
10+
- SoftReferenceServiceBean: implementation switched to Java for better interoperability (#1)
11+
12+
### Dependencies
13+
- CUBA 6.9.x
14+
15+
## [0.2.0] - 2018-02-10
16+
17+
### Changed
18+
- changed EntitySoftReferenceService API
19+
20+
21+
## [0.1.0] - 2018-01-20
822

923
### Added
1024
- EntitySoftReferenceConverter

README.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -51,29 +51,12 @@ For cross cutting functionality, these soft references can be the solution here.
5151

5252
## Installation
5353

54-
1. Add the following maven repository `https://dl.bintray.com/mariodavid/cuba-components` to the build.gradle of your CUBA application:
55-
56-
57-
buildscript {
58-
59-
//...
60-
61-
repositories {
62-
63-
// ...
64-
65-
maven {
66-
url "https://dl.bintray.com/mariodavid/cuba-components"
67-
}
68-
}
69-
70-
// ...
71-
}
72-
54+
1. `entity-soft-reference` is available in the [CUBA marketplace](https://www.cuba-platform.com/marketplace)
7355
2. Select a version of the add-on which is compatible with the platform version used in your project:
7456

7557
| Platform Version | Add-on Version |
7658
| ---------------- | -------------- |
59+
| 6.9.x | 0.3.x |
7760
| 6.8.x | 0.1.x - 0.2.x |
7861

7962

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cuba {
4747
artifact {
4848
group = 'de.diedavids.cuba.entitysoftreference'
4949
version = "0.3.0"
50-
isSnapshot = true
50+
isSnapshot = false
5151
}
5252
tomcat {
5353
dir = "$project.rootDir/deploy/tomcat"

0 commit comments

Comments
 (0)