Skip to content

Commit

Permalink
update maven dependencies (#10)
Browse files Browse the repository at this point in the history
* io.esastack:commons:0.1.1
* io.esastack:commons-http:0.1.1
* io.esastack:commons-netty-http:0.1.1
  • Loading branch information
alalag1 authored May 27, 2021
1 parent 795ab1b commit 9e28947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ESA HttpServer is an asynchronous event-driven http server based on netty.
<dependency>
<groupId>io.esastack</groupId>
<artifactId>httpserver</artifactId>
<version>${esa-httpserver.version}</version>
<version>${mvn.version}</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<description>
ESA HttpServer is an asynchronous event-driven http server based on netty.
</description>
<url>https://github.com/esastack</url>
<url>https://www.esastack.io/</url>

<licenses>
<license>
Expand Down Expand Up @@ -116,7 +116,7 @@
<project.build.sourceEncoding>${encoding}</project.build.sourceEncoding>
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>
<excludes-tests>**/it/**Test.java</excludes-tests>
<esa-commons.version>0.1.0</esa-commons.version>
<esa-commons.version>0.1.1</esa-commons.version>
<netty.version>4.1.52.Final</netty.version>
<netty-tcnative.version>2.0.34.Final</netty-tcnative.version>
<jzlib.version>1.1.3</jzlib.version>
Expand Down

0 comments on commit 9e28947

Please sign in to comment.