Skip to content

Commit

Permalink
update README and start next snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Jul 2, 2023
1 parent 84f3ac7 commit f81463e
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 14 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Barcode4j

[![Maven](https://github.com/SingingBush/barcode4j/actions/workflows/maven.yml/badge.svg)](https://github.com/SingingBush/barcode4j/actions/workflows/maven.yml)
[![Ant](https://github.com/SingingBush/barcode4j/actions/workflows/ant.yml/badge.svg)](https://github.com/SingingBush/barcode4j/actions/workflows/ant.yml)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.singingbush/barcode4j/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.singingbush/barcode4j)
[![Javadocs](https://www.javadoc.io/badge/com.singingbush/barcode4j.svg)](https://www.javadoc.io/doc/com.singingbush/barcode4j)

Barcode4J is a flexible generator for barcodes written in Java and available under the Apache License v2.0. Features

Expand All @@ -22,7 +24,7 @@ This fork has the following goals:
- [x] Move to standard maven project structure
- [ ] Pulling in various svn patches and git merge requests
- [ ] Adding Test Coverage
- [ ] Publish build artifacts to maven central
- [x] Publish build artifacts to maven central
- [ ] Support the latest Saxon version**
- [ ] Add JPMS support (**in version 3 and above**, 2.* releases will continue to support JDK 8)

Expand All @@ -42,7 +44,7 @@ Initially the project will continue to be a compatible drop-in replacement for e
<dependency>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j</artifactId>
<version>2.1.0</version>
<version>2.2.0</version>
</dependency>
```

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</version>
<version>2.2.1-SNAPSHOT</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</version>
<version>2.2.1-SNAPSHOT</version>
</parent>

<artifactId>barcode4j-cli</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions barcode4j-fop-ext/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</version>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.1-SNAPSHOT</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</version>
<version>2.2.1-SNAPSHOT</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</version>
<version>2.2.1-SNAPSHOT</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</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</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</version>
<version>2.2.1-SNAPSHOT</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</version>
<version>2.2.1-SNAPSHOT</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.2.0</version>
<version>2.2.1-SNAPSHOT</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</version>
<version>2.2.1-SNAPSHOT</version>

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

0 comments on commit f81463e

Please sign in to comment.