Skip to content

Commit 8beb4eb

Browse files
committed
release 1.4.1
1 parent ff058d5 commit 8beb4eb

File tree

15 files changed

+18
-18
lines changed

15 files changed

+18
-18
lines changed

.projectKnowledge/JBBP.mmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Mind Map generated by NB MindMap plugin
22
> __version__=`1.1`,showJumps=`true`
33
---
44

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

77
## License
88
> fillColor=`#33CC00`,leftSide=`true`

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
2-
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|1.4.0|jar)
2+
[![Maven central](https://maven-badges.herokuapp.com/maven-central/com.igormaznitsa/jbbp/badge.svg)](http://search.maven.org/#artifactdetails|com.igormaznitsa|jbbp|1.4.1|jar)
33
[![Codacy Badge](https://api.codacy.com/project/badge/grade/50b0281430a94eb6abe417409f99ed58)](https://www.codacy.com/app/rrg4400/java-binary-block-parser)
44
[![Java 6.0+](https://img.shields.io/badge/java-6.0%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
55
[![Android 2.0+](https://img.shields.io/badge/android-2.0%2b-green.svg)](http://developer.android.com/sdk/index.html)
@@ -15,7 +15,7 @@ For instance I have been very actively using the framework in [the ZX-Poly emula
1515
![Use cases](https://github.com/raydac/java-binary-block-parser/blob/master/docs/jbbp_mm.png)
1616

1717
# Change log
18-
- **1.4.1 (SNAPSHOT)**
18+
- **1.4.1 (20-aug-2018)**
1919
- fixed incompatibility in tokenizer regex syntax for Android SDK [#23](https://github.com/raydac/java-binary-block-parser/issues/23)
2020
- added DslBinCustom annotation to provide way to mark custom type fields for JBBPDslBuilder
2121
- fixed NPE in JBBPDslBuilder for not-provided outBitNumber attribute in annotated field marked as type BIT or BIT_ARRAY [#20](https://github.com/raydac/java-binary-block-parser/issues/20)
@@ -56,7 +56,7 @@ The Framework has been published in the Maven Central and can be easily added as
5656
<dependency>
5757
<groupId>com.igormaznitsa</groupId>
5858
<artifactId>jbbp</artifactId>
59-
<version>1.4.0</version>
59+
<version>1.4.1</version>
6060
</dependency>
6161
```
6262
the precompiled library jar, javadoc and sources also can be downloaded directly from [the Maven central.](http://search.maven.org/#browse|808871750)
@@ -103,7 +103,7 @@ in Maven you should just add such plugin execution
103103
<plugin>
104104
<groupId>com.igormaznitsa</groupId>
105105
<artifactId>jbbp-maven-plugin</artifactId>
106-
<version>1.4.0</version>
106+
<version>1.4.1</version>
107107
<executions>
108108
<execution>
109109
<id>gen-jbbp-src</id>

jbbp-plugins/jbbp-gradle/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def getProp(name, dflt) {
77
}
88
}
99

10-
def jbbpVersion = getProp('jbbp_plugin_version', '1.4.1-SNAPSHOT')
10+
def jbbpVersion = getProp('jbbp_plugin_version', '1.4.1')
1111
def metaLibVersion = getProp('meta_lib_version', '1.1.2')
1212

1313
group = 'com.igormaznitsa'

jbbp-plugins/jbbp-gradle/pom.xml

+1-1
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>1.4.1-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010
</parent>
1111

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

jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/jbbp-mvn-getterssetters/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-maven-plugin-tests</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

1111
<artifactId>jbbp-mvn-test-getterssetters</artifactId>

jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/jbbp-mvn-test-customvars/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-maven-plugin-tests</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

1111
<artifactId>jbbp-mvn-test-customvars</artifactId>

jbbp-plugins/jbbp-maven/jbbp-maven-plugin-tests/jbbp-mvn-test-primitives/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-maven-plugin-tests</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

1111
<artifactId>jbbp-mvn-test-primitives</artifactId>

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

+1-1
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>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

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

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

+1-1
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>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

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

jbbp-plugins/jbbp-maven/jbbp-maven-plugin/src/test/resources/com/igormaznitsa/jbbp/plugin/mvn/mojoConfig.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<plugin>
1515
<groupId>com.igormaznitsa</groupId>
1616
<artifactId>jbbp-maven-plugin</artifactId>
17-
<version>1.4.1-SNAPSHOT</version>
17+
<version>1.4.1</version>
1818
<goals>
1919
<goal>generate</goal>
2020
</goals>

jbbp-plugins/jbbp-maven/pom.xml

+1-1
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>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

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

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

+1-1
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>1.4.1-SNAPSHOT</version>
9+
<version>1.4.1</version>
1010
</parent>
1111

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

jbbp-plugins/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-main-pom</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

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

jbbp/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>jbbp-main-pom</artifactId>
8-
<version>1.4.1-SNAPSHOT</version>
8+
<version>1.4.1</version>
99
</parent>
1010

1111
<artifactId>jbbp</artifactId>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.igormaznitsa</groupId>
66
<artifactId>jbbp-main-pom</artifactId>
7-
<version>1.4.1-SNAPSHOT</version>
7+
<version>1.4.1</version>
88
<packaging>pom</packaging>
99

1010
<modules>

0 commit comments

Comments
 (0)