Skip to content

Commit 5e06170

Browse files
authored
Merge pull request #2 from mariodavid/master
Version Update to CUBA 6.8.x
2 parents 64f8ffa + 6484940 commit 5e06170

7 files changed

Lines changed: 24 additions & 12 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ 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.4.1] - Unreleased
7+
## [0.5.0] - Unreleased
8+
9+
### Dependencies
10+
- CUBA 6.8.x
811

912
## [0.4.0] - 6.11.2017
1013

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)
22
[![Build Status](https://travis-ci.org/balvi/cuba-component-declarative-controllers.svg?branch=master)](https://travis-ci.org/balvi/cuba-component-declarative-controllers)
3+
[ ![Download](https://api.bintray.com/packages/balvi/cuba-components/cuba-component-declarative-controllers/images/download.svg) ](https://bintray.com/balvi/cuba-components/cuba-component-declarative-controllers/_latestVersion)
34

45
# CUBA Platform Component - Declarative Controllers
56

@@ -10,7 +11,7 @@ CUBA component that allows to write generic features for a Controller and use th
1011

1112
1. Add the following maven repository `https://dl.bintray.com/balvi/cuba-components` to the build.gradle of your CUBA application:
1213

13-
14+
1415
buildscript {
1516

1617
//...
@@ -26,16 +27,18 @@ CUBA component that allows to write generic features for a Controller and use th
2627

2728
// ...
2829
}
30+
2931

3032
2. Select a version of the add-on which is compatible with the platform version used in your project:
3133

3234
| Platform Version | Add-on Version |
3335
| ---------------- | -------------- |
36+
| 6.8.x | 0.5.x |
3437
| 6.7.x | 0.4.x |
3538
| 6.6.x | 0.2.x - 0.3.x |
3639
| 6.5.x | 0.1.x |
3740

38-
The latest version is: `0.4.0`
41+
The latest version is: [ ![Download](https://api.bintray.com/packages/balvi/cuba-components/cuba-component-declarative-controllers/images/download.svg) ](https://bintray.com/balvi/cuba-components/cuba-component-declarative-controllers/_latestVersion)
3942

4043
Add custom application component to your project:
4144

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
buildscript {
3-
ext.cubaVersion = '6.7-SNAPSHOT'
3+
ext.cubaVersion = '6.8.0'
44
repositories {
55
maven {
66
url 'https://repo.cuba-platform.com/content/groups/work'
@@ -36,8 +36,8 @@ def bintrayRepositoryUrl = "https://api.bintray.com/maven/balvi/cuba-components/
3636
cuba {
3737
artifact {
3838
group = 'de.balvi.cuba.declarativecontrollers'
39-
version = '0.4.1'
40-
isSnapshot = true
39+
version = '0.5.0'
40+
isSnapshot = false
4141
}
4242
tomcat {
4343
dir = "$project.rootDir/deploy/tomcat"
@@ -305,7 +305,7 @@ task restart(dependsOn: ['stop', ':declarativecontrollers-core:deploy', ':declar
305305
}
306306

307307
task wrapper(type: Wrapper) {
308-
gradleVersion = '3.5'
308+
gradleVersion = '4.3.1'
309309
}
310310

311311
apply from: 'extra.gradle'

gradle/wrapper/gradle-wrapper.jar

-52 Bytes
Binary file not shown.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
#Mon Nov 06 10:38:33 CET 2017
21
distributionBase=GRADLE_USER_HOME
32
distributionPath=wrapper/dists
43
zipStoreBase=GRADLE_USER_HOME
54
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

studio-settings.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<studio>
3+
<functionalitySettings>
4+
<functionality id="oneToOneIndex"
5+
state="ENABLE"/>
6+
</functionalitySettings>
7+
</studio>

0 commit comments

Comments
 (0)