File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -19,19 +19,21 @@ Dummy Factory generates dummy data for debugging use. Please don't use this for
19
19
* Company
20
20
21
21
## Required environment
22
- * Java 1.8 or above
22
+ * Java 11 or above
23
+ * Liferay 7.4 GA1 (Master / Develop branch)
23
24
* Liferay 7.3 GA1 (Master / Develop branch)
24
25
* Liferay 7.2 (Please see 7.2.x branch)
25
26
* Liferay 7.1 (Please see 7.1.x branch)
26
27
* Liferay 7.0 (Please see 7.0.x branch)
27
28
28
29
## Usage
29
- | Version | Link |
30
- | ------------- | :------------- |
31
- | 7.3 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/master/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/master/latest ) |
32
- | 7.2 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.2.x/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.2.x/latest ) |
33
- | 7.1 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.1.x/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.1.x/latest ) |
34
- | 7.0 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.0.x/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.0.x/latest ) |
30
+ | Version | Link |
31
+ | ---------| :-----------------------------------------------------------------------------------------------------------------------------------------------------------|
32
+ | 7.4 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/master/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/master/latest ) |
33
+ | 7.3 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.3.x/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.3.x/latest ) |
34
+ | 7.2 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.2.x/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.2.x/latest ) |
35
+ | 7.1 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.1.x/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.1.x/latest ) |
36
+ | 7.0 | [ https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.0.x/latest ] ( https://github.com/yasuflatland-lf/liferay-dummy-factory/tree/7.0.x/latest ) |
35
37
36
38
1 . Download jar file according to the version above and place it int ` ${liferay-home}/deploy `
37
39
1 . Start Liferay bundle and login as an administrator.
Original file line number Diff line number Diff line change 1
1
Bundle-Name: Liferay Dummy Factory Portlet
2
2
Bundle-SymbolicName: liferay.dummy.factory
3
- Bundle-Version: 7.4.1
3
+ Bundle-Version: 7.4.2
4
4
Web-ContextPath: /liferay-dummy-factory
5
5
-dsannotations-options: inherit
6
6
-sources: true
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ apply plugin: 'idea'
4
4
apply plugin : ' eclipse'
5
5
apply plugin : ' jacoco'
6
6
7
- sourceCompatibility = 11
8
- targetCompatibility = 11
7
+ sourceCompatibility = 1.8
8
+ targetCompatibility = 1.8
9
9
10
10
// Need for Windows
11
11
def defaultEncoding = ' UTF-8'
You can’t perform that action at this time.
0 commit comments