Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6a59fa0

Browse files
committed
release 3.0.0
1 parent 9ca42ee commit 6a59fa0

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

‎.projectKnowledge/JBBP.mmd‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
> __version__=`1.1`,showJumps=`true`
33
---
44

5-
# Java Binary<br/>Block Parser<br/>v 2\.1\.0
5+
# Java Binary<br/>Block Parser<br/>v 3\.0\.0
66

77
## License
88
> fillColor=`#33CC00`,leftSide=`true`
@@ -16,11 +16,11 @@
1616
> fillColor=`#CCCCFF`,leftSide=`true`
1717

1818

19-
### Java 1\.8\+
19+
### Java 11\+
2020
> fillColor=`#3399FF`,textColor=`#FFFFCC`
2121

2222

23-
### Android 3\.0\+
23+
### Android 12\+
2424
> fillColor=`#3399FF`,textColor=`#FFFFCC`
2525

2626

‎README.md‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
44
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|2.1.0|jar)
5-
[![Java 1.8+](https://img.shields.io/badge/java-1.8%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
6-
[![Android 3.0+](https://img.shields.io/badge/android-3.0%2b-green.svg)](http://developer.android.com/sdk/index.html)
5+
[![Java 11+](https://img.shields.io/badge/java-11%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
6+
[![Android 12+](https://img.shields.io/badge/android-12%2b-green.svg)](http://developer.android.com/sdk/index.html)
77
[![PayPal donation](https://img.shields.io/badge/donation-PayPal-cyan.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
88
[![YooMoney donation](https://img.shields.io/badge/donation-Yoo.money-blue.svg)](https://yoomoney.ru/to/41001158080699)
99

@@ -17,7 +17,7 @@ that for Java. So I developed the JBBP library.<br>
1717

1818
# Change log
1919

20-
- __3.0.0 (SNAPSHOT)__
20+
- __3.0.0 (16-nov-2024)__
2121
- __minimal JDK version lifted up to 11.0__
2222
- __minimal supported Android lifted up to 12 (API 32)__
2323
- changes in CompiledBlockVisitor API
@@ -43,12 +43,12 @@ The Framework has been published in the Maven Central and can be easily added as
4343
<dependency>
4444
<groupId>com.igormaznitsa</groupId>
4545
<artifactId>jbbp</artifactId>
46-
<version>2.1.0</version>
46+
<version>3.0.0</version>
4747
</dependency>
4848
```
4949

5050
the precompiled library jar, javadoc and sources also can be downloaded directly
51-
from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/2.1.0/jar)
51+
from [the Maven central.](https://search.maven.org/artifact/com.igormaznitsa/jbbp/3.0.0/jar)
5252

5353
# Hello world
5454

@@ -121,7 +121,7 @@ in Maven it can be used through snippet:
121121
<plugin>
122122
<groupId>com.igormaznitsa</groupId>
123123
<artifactId>jbbp-maven-plugin</artifactId>
124-
<version>2.1.0</version>
124+
<version>3.0.0</version>
125125
<executions>
126126
<execution>
127127
<id>gen-jbbp-src</id>

‎changelog.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
3.0.0 (SNAPSHOT)
1+
3.0.0 (16-nov-2024)
22
- minimal JDK version lifted up to 11.0
33
- minimal supported Android lifted up to 12 (API 32)
44
- changes in CompiledBlockVisitor API

‎docs/jbbp_mm.png‎

-601 Bytes
Loading[フレーム]

‎jbbp-plugins/jbbp-gradle-tests/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-main-plugin-pom</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>jbbp-gradle-tests</artifactId>

‎jbbp-plugins/jbbp-gradle/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>jbbp-main-plugin-pom</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111

1212
<artifactId>jbbp-gradle-plugin</artifactId>

‎jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-maven-plugin-pom</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>jbbp-maven-plugin-tests</artifactId>

‎jbbp-plugins/jbbp-maven/jbbp-maven-plugin/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-maven-plugin-pom</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>jbbp-maven-plugin</artifactId>

‎jbbp-plugins/jbbp-maven/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-main-plugin-pom</artifactId>
8-
<version>3.0.0-SNAPSHOT</version>
8+
<version>3.0.0</version>
99
</parent>
1010

1111
<artifactId>jbbp-maven-plugin-pom</artifactId>

‎jbbp-plugins/jbbp-plugin-common/pom.xml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.igormaznitsa</groupId>
88
<artifactId>jbbp-main-plugin-pom</artifactId>
9-
<version>3.0.0-SNAPSHOT</version>
9+
<version>3.0.0</version>
1010
</parent>
1111

1212
<artifactId>jbbp-plugin-common</artifactId>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /