File tree 11 files changed +13
-13
lines changed
11 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ that for Java. So I developed the JBBP library.<br>
17
17
18
18
# Change log
19
19
20
- - __ 3.0.1 (SNAPSHOT )__
20
+ - __ 3.0.1 (24-dec-2024 )__
21
21
- added ` MSB0_DIRECT ` bit order mode, MSB0 without data
22
22
revers [ #46 ] ( https://github.com/raydac/java-binary-block-parser/issues/46 )
23
23
- added ` JBBPBitInputStream#isDetectedPartlyReadBitField ` to check that only part of bit field read during last
Original file line number Diff line number Diff line change 1
- 3.0.1 (SNAPSHOT )
1
+ 3.0.1 (24-dec-2024 )
2
2
- added `MSB0_DIRECT` bit order mode, MSB0 without data revers [#46](https://github.com/raydac/java-binary-block-parser/issues/46)
3
3
- added `JBBPBitInputStream#isDetectedPartlyReadBitField` to check that only part of bit field read during last operation
4
4
- added flag into constructors for JBBPBitInputStream to force return -1 instead of partly accumulated bits data if end of field
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 >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-gradle-tests</artifactId >
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 >3.0.1-SNAPSHOT </version >
9
+ <version >3.0.1</version >
10
10
</parent >
11
11
12
12
<artifactId >jbbp-gradle-plugin</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 >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</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 >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin</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-plugin-pom</artifactId >
8
- <version >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp-maven-plugin-pom</artifactId >
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 >3.0.1-SNAPSHOT </version >
9
+ <version >3.0.1</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 >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</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 >3.0.1-SNAPSHOT </version >
8
+ <version >3.0.1</version >
9
9
</parent >
10
10
11
11
<artifactId >jbbp</artifactId >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.igormaznitsa</groupId >
6
6
<artifactId >jbbp-main-pom</artifactId >
7
- <version >3.0.1-SNAPSHOT </version >
7
+ <version >3.0.1</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<modules >
14
14
<url >https://github.com/raydac/java-binary-block-parser</url >
15
15
16
16
<properties >
17
- <jbbp .version>3.0.1-SNAPSHOT </jbbp .version>
17
+ <jbbp .version>3.0.1</jbbp .version>
18
18
<jbbp .plugin.version>${jbbp.version} </jbbp .plugin.version>
19
19
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
20
20
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
307
307
<dependency >
308
308
<groupId >org.codehaus.mojo</groupId >
309
309
<artifactId >extra-enforcer-rules</artifactId >
310
- <version >1.8 .0</version >
310
+ <version >1.9 .0</version >
311
311
</dependency >
312
312
</dependencies >
313
313
</plugin >
You can’t perform that action at this time.
0 commit comments