Skip to content

Commit

Permalink
Release v1.1.11 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent 213817b commit 17246ab
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes by Version

## [v1.1.11-SNAPSHOT](https://github.com/libj/util/compare/bd9eebe68ba0a4caeef6cd82ce1473a04744e9f9..HEAD)
## [v1.1.12-SNAPSHOT](https://github.com/libj/util/compare/213817b5804a3ec7e280b28abc6eabd53612dfeb..HEAD)

## [v1.1.11](https://github.com/libj/util/compare/bd9eebe68ba0a4caeef6cd82ce1473a04744e9f9..213817b5804a3ec7e280b28abc6eabd53612dfeb) (2024-02-27)
* #3 Redeclare `List` as `ArrayList`

## [v1.1.10](https://github.com/openjax/cli/compare/fc4ac81543bfb6298be2707a90b73bced3a40043..bd9eebe68ba0a4caeef6cd82ce1473a04744e9f9) (2023-09-20)
* #2 Upgrade Maven dependencies
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.7-SNAPSHOT</version>
<version>2.5.7</version>
</parent>
<artifactId>cli</artifactId>
<version>1.1.11-SNAPSHOT</version>
<version>1.1.11</version>
<name>OpenJAX CLI</name>
<description>
Wrapper of the "Apache Commons CLI" library that provides a simple API to specify and process command line arguments.
Expand All @@ -52,14 +52,14 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.7.3-SNAPSHOT</version>
<version>0.7.3</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 17246ab

Please sign in to comment.