Skip to content

Commit

Permalink
release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Oct 25, 2024
1 parent d4316a5 commit 32fa8d9
Show file tree
Hide file tree
Showing 17 changed files with 27 additions and 27 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,28 +53,28 @@ Initially the project will continue to be a compatible drop-in replacement for e
<dependency>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j</artifactId>
<version>2.2.4</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-xalan</artifactId>
<version>2.2.4</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-xgc</artifactId>
<version>2.2.4</version>
<version>2.3.1</version>
</dependency>
<dependency>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-fop-ext</artifactId>
<version>2.2.4</version>
<version>2.3.1</version>
</dependency>
```

### V2.3.* (should be drop in replacement, possibly minor changes):

- The 2.3.0 release supports JDK 1.8 and above
- The 2.3.1 release supports JDK 1.8 and above
- Drop all uses of the now defunct Avalon Framework. See [issue #15](https://github.com/SingingBush/barcode4j/issues/15)
- Remove the Ant build

Expand Down
2 changes: 1 addition & 1 deletion aggregate-report/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.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>aggregate-report</artifactId>
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.3.1-SNAPSHOT</version>
<version>2.3.1</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.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>barcode4j-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-examples/bitmap/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-examples</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion barcode4j-examples/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.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>barcode4j-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-examples/swing/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-examples</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion barcode4j-examples/xsl-fo/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-examples</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<relativePath>../pom.xml</relativePath>
</parent>

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>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</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.3.1-SNAPSHOT</version>
<version>2.3.1</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.3.1-SNAPSHOT</version>
<version>2.3.1</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.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>barcode4j-saxon91</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j-servlet/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.3.1-SNAPSHOT</version>
<version>2.3.1</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.3.1-SNAPSHOT</version>
<version>2.3.1</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.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>barcode4j-xgc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion barcode4j/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.3.1-SNAPSHOT</version>
<version>2.3.1</version>
</parent>

<artifactId>barcode4j</artifactId>
Expand Down
14 changes: 7 additions & 7 deletions 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.3.1-SNAPSHOT</version>
<version>2.3.1</version>

<modules>
<module>barcode4j</module>
Expand Down Expand Up @@ -129,7 +129,7 @@
<net.sf.saxon.9.version>9.1.0.8</net.sf.saxon.9.version>

<slf4j.version>2.0.16</slf4j.version>
<junit.version>5.11.2</junit.version>
<junit.version>5.11.3</junit.version>
</properties>

<dependencyManagement>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>26.0.0</version>
<version>26.0.1</version>
<scope>provided</scope>
<!-- set to provided so they don't get bundled into the jar (not needed at runtime) -->
<optional>true</optional>
Expand Down Expand Up @@ -284,7 +284,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.8.0</version>
<version>3.8.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -335,7 +335,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.20.0</version>
<version>3.21.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -400,7 +400,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
</plugin>
<!-- other plugins -->
<plugin>
Expand All @@ -411,7 +411,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.4</version>
<version>4.8.6.5</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
Expand Down

0 comments on commit 32fa8d9

Please sign in to comment.