Skip to content

Commit

Permalink
Release v1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent 35dc655 commit 1b1a2f1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 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.0-SNAPSHOT](https://github.com/libj/util/compare/14728583b020ee1e5cc84bd8af56687384e53b5f..HEAD)
## [v1.1.1-SNAPSHOT](https://github.com/libj/util/compare/35dc655fa042cf47018186c022dc4a5cfa084cc0..HEAD)

## [v1.1.0](https://github.com/libj/util/compare/14728583b020ee1e5cc84bd8af56687384e53b5f..35dc655fa042cf47018186c022dc4a5cfa084cc0) (2024-02-27)
* #14 Upgrade Jetty to 9.4.53.v20231009

## [v1.0.0](https://github.com/entinae/pom/compare/d770120189ff45c8136dd69f9b3ed312579dc37e..14728583b020ee1e5cc84bd8af56687384e53b5f) (2023-09-20)
* Initial public release.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>esc</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<groupId>org.openjax.esc</groupId>
<artifactId>common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jetty-9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>esc</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<groupId>org.openjax.esc</groupId>
<artifactId>jetty-9</artifactId>
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>esc</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<name>OpenJAX Embedded Servlet Container</name>
<description>
Expand All @@ -47,12 +47,12 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>lang</artifactId>
<version>0.8.1-SNAPSHOT</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>net</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</dependency>
</dependencies>
</project>

0 comments on commit 1b1a2f1

Please sign in to comment.