File tree Expand file tree Collapse file tree 14 files changed +109
-50
lines changed
src/test/resources/com/igormaznitsa/jbbp/plugin/mvn Expand file tree Collapse file tree 14 files changed +109
-50
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,11 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
15
15
![ Use cases] ( https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png )
16
16
17
17
# Change log
18
- - ** 1.4.2-SNAPSHOT**
18
+ - ** 2.0.0-SNAPSHOT**
19
+ - __ minimal Java version is 1.8+__
20
+ - __ minimal supported version of Android API is 3.0+__
19
21
- added creation of ` makeFIELD() ` method for structure types in Java6 converted classes
20
- - minimal supported version of Android API increased to 2.3.1
21
- - minor refactoring
22
+ - refactoring
22
23
23
24
- ** 1.4.1 (20-aug-2018)**
24
25
- fixed incompatibility in tokenizer regex syntax for Android SDK [ #23 ] ( https://github.com/raydac/java-binary-block-parser/issues/23 )
Original file line number Diff line number Diff line change 1
- Change log
2
- --------------------------
3
- 1.4.2
4
- - added creation of makeFIELD() method for structure types in Java6 converted classes
5
- - minimal supported version of Android API increased to 2.3.1
6
- - minor refactoring
1
+ 2.0.0-SNAPSHOT
2
+ - minimal Java version is 1.8+
3
+ - minimal supported version of Android API is 3.0+
4
+ - added creation of `makeFIELD()` method for structure types in Java6 converted classes
5
+ - refactoring
7
6
8
7
1.4.1
9
8
- fixed incompatibility in tokenizer regex syntax for Android SDK [#23](https://github.com/raydac/java-binary-block-parser/issues/23)
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >jbbp-main-plugin-pom</artifactId >
9
- <version >1.4.2 -SNAPSHOT</version >
9
+ <version >2.0.0 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >jbbp-gradle-plugin</artifactId >
27
27
28
28
<profiles >
29
29
<profile >
30
- <id >publishGradle </id >
30
+ <id >publish-gradle </id >
31
31
<properties >
32
32
<gradleGoal >publishPlugins</gradleGoal >
33
33
</properties >
38
38
<plugins >
39
39
<plugin >
40
40
<artifactId >maven-clean-plugin</artifactId >
41
- <version >3.1.0</version >
42
41
<configuration >
43
42
<filesets >
44
43
<fileset >
71
70
<plugin >
72
71
<groupId >org.codehaus.mojo</groupId >
73
72
<artifactId >properties-maven-plugin</artifactId >
74
- <version >1.0.0</version >
75
73
<executions >
76
74
<execution >
77
75
<goals >
100
98
<dependency >
101
99
<groupId >org.gradle</groupId >
102
100
<artifactId >gradle-tooling-api</artifactId >
103
- <version >4 .2.1</version >
101
+ <version >5 .2.1</version >
104
102
</dependency >
105
103
</dependencies >
106
104
107
105
<configuration >
108
- <gradleVersion >4.2.1 </gradleVersion >
106
+ <gradleVersion >5.4 </gradleVersion >
109
107
<tasks >
110
108
<task >clean</task >
111
109
<task >${gradleGoal} </task >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-tests</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-mvn-test-getterssetters</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-tests</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-mvn-test-customvars</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-tests</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-mvn-test-primitives</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-pom</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin-tests</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-maven-plugin-pom</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin</artifactId >
22
22
<plugin >
23
23
<groupId >com.igormaznitsa</groupId >
24
24
<artifactId >uber-pom</artifactId >
25
- <version >1.0.1</version >
26
25
<configuration >
27
26
<remove >
28
27
<section >parent</section >
42
41
<plugin >
43
42
<groupId >org.apache.maven.plugins</groupId >
44
43
<artifactId >maven-source-plugin</artifactId >
45
- <version >3.0.1</version >
46
44
<executions >
47
45
<execution >
48
46
<id >generate-sources</id >
56
54
<plugin >
57
55
<groupId >org.apache.maven.plugins</groupId >
58
56
<artifactId >maven-javadoc-plugin</artifactId >
59
- <version >3.0.1</version >
60
57
<executions >
61
58
<execution >
62
59
<id >generate-javadoc</id >
70
67
<plugin >
71
68
<groupId >org.apache.maven.plugins</groupId >
72
69
<artifactId >maven-gpg-plugin</artifactId >
73
- <version >1.6</version >
74
70
<executions >
75
71
<execution >
76
72
<id >sign-artifacts</id >
Original file line number Diff line number Diff line change 14
14
<plugin >
15
15
<groupId >com.igormaznitsa</groupId >
16
16
<artifactId >jbbp-maven-plugin</artifactId >
17
- <version >1.4.2 -SNAPSHOT</version >
17
+ <version >2.0.0 -SNAPSHOT</version >
18
18
<goals >
19
19
<goal >generate</goal >
20
20
</goals >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-plugin-pom</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin-pom</artifactId >
23
23
<plugin >
24
24
<groupId >org.apache.maven.plugins</groupId >
25
25
<artifactId >maven-jar-plugin</artifactId >
26
- <version >3.1.0</version >
27
26
<configuration >
28
27
<excludes >
29
28
<exclude >**/.netbeans_automatic_build</exclude >
30
29
</excludes >
31
30
</configuration >
32
31
</plugin >
33
- <plugin >
34
- <groupId >org.apache.maven.plugins</groupId >
35
- <artifactId >maven-compiler-plugin</artifactId >
36
- <version >3.8.0</version >
37
- <configuration >
38
- <source >1.6</source >
39
- <target >1.6</target >
40
- </configuration >
41
- </plugin >
42
32
</plugins >
43
33
</build >
44
34
</project >
Original file line number Diff line number Diff line change 6
6
<parent >
7
7
<groupId >com.igormaznitsa</groupId >
8
8
<artifactId >jbbp-main-plugin-pom</artifactId >
9
- <version >1.4.2 -SNAPSHOT</version >
9
+ <version >2.0.0 -SNAPSHOT</version >
10
10
</parent >
11
11
12
12
<artifactId >jbbp-plugin-common</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-pom</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-main-plugin-pom</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.igormaznitsa</groupId >
7
7
<artifactId >jbbp-main-pom</artifactId >
8
- <version >1.4.2 -SNAPSHOT</version >
8
+ <version >2.0.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp</artifactId >
137
137
<plugin >
138
138
<groupId >org.apache.maven.plugins</groupId >
139
139
<artifactId >maven-source-plugin</artifactId >
140
- <version >3.0.1</version >
141
140
<executions >
142
141
<execution >
143
142
<id >generate-sources</id >
170
169
<plugin >
171
170
<groupId >org.apache.maven.plugins</groupId >
172
171
<artifactId >maven-gpg-plugin</artifactId >
173
- <version >1.6</version >
174
172
<executions >
175
173
<execution >
176
174
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments