Skip to content

Commit

Permalink
release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Jul 2, 2023
1 parent 05b0e3d commit 84f3ac7
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 13 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ Initially the project will continue to be a compatible drop-in replacement for e
- Both the _barcode4j_ and _barcode4j-fop-ext_ artifacts will be published.
- Releases will support JDK 1.7 and above.

```xml
<dependency>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j</artifactId>
<version>2.1.0</version>
</dependency>
```

### V3 (minor changes):

In version 3 the project will continue to be compatible for the most part. Older JDK's won't be supported but most users will not be affected.
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-ant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-ant</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-fop-ext/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<artifactId>barcode4j-parent</artifactId>
<groupId>com.singingbush</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-fop-ext</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-jdom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-jdom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-saxon8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-saxon8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-saxon91/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-saxon91</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions barcode4j-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>barcode4j-parent</artifactId>
<groupId>com.singingbush</groupId>
<version>2.2.0-SNAPSHOT</version>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-servlet</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-xalan/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-xalan</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-xgc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j-xgc</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions barcode4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>barcode4j-parent</artifactId>
<groupId>com.singingbush</groupId>
<version>2.2.0-SNAPSHOT</version>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.0</version>
</parent>

<artifactId>barcode4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>

<modules>
<module>barcode4j</module>
Expand Down

0 comments on commit 84f3ac7

Please sign in to comment.