Skip to content

Commit

Permalink
release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SingingBush committed Jul 3, 2023
1 parent f81463e commit 13e6a9e
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 25 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ This fork has the following goals:
Initially the project will continue to be a compatible drop-in replacement for existing use of `net.sf.barcode4j:barcode4j:2.1`:

- The v2.* releases will continue to have the existing _org.krysalis.barcode4j_ package names.
- Both the _barcode4j_ and _barcode4j-fop-ext_ artifacts will be published.
- Both the _barcode4j_, _barcode4j-xgc_ 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.2.0</version>
<version>2.2.1</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.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.1</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>
<groupId>com.singingbush</groupId>
<artifactId>barcode4j-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.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.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

<artifactId>barcode4j-xalan</artifactId>
Expand Down
14 changes: 1 addition & 13 deletions 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.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

<artifactId>barcode4j-xgc</artifactId>
Expand All @@ -27,16 +27,4 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>

</project>
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.1-SNAPSHOT</version>
<version>2.2.1</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.1-SNAPSHOT</version>
<version>2.2.1</version>

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

0 comments on commit 13e6a9e

Please sign in to comment.