Skip to content

Commit

Permalink
2.1.8 released
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Nov 9, 2018
1 parent 51872e6 commit 67cc0a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -25,24 +25,24 @@ Dependencies
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-commons</artifactId>
<version>2.1.7</version>
<version>2.1.8</version>
</dependency>
```

Downloads
---------------------------

* Binaries
- [jetbrick-commons-2.1.7.jar][1]
- [jetbrick-commons-2.1.7-sources.jar][2]
- [jetbrick-commons-2.1.7-javadoc.jar][3]
- [jetbrick-commons-2.1.8.jar][1]
- [jetbrick-commons-2.1.8-sources.jar][2]
- [jetbrick-commons-2.1.8-javadoc.jar][3]
* Dependencies
- [slf4j-api-1.7.7.jar][4]
- [javax.servlet-api-3.0.1.jar][5] (optional)

[1]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.1.7/jetbrick-commons-2.1.7.jar
[2]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.1.7/jetbrick-commons-2.1.7-sources.jar
[3]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.1.7/jetbrick-commons-2.1.7-javadoc.jar
[1]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.1.8/jetbrick-commons-2.1.8.jar
[2]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.1.8/jetbrick-commons-2.1.8-sources.jar
[3]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.1.8/jetbrick-commons-2.1.8-javadoc.jar
[4]: http://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar
[5]: http://search.maven.org/remotecontent?filepath=javax/servlet/javax.servlet-api/3.0.1/javax.servlet-api-3.0.1.jar

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@

<modelVersion>4.0.0</modelVersion>
<artifactId>jetbrick-commons</artifactId>
<version>2.1.7</version>
<version>2.1.8</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand Down

0 comments on commit 67cc0a8

Please sign in to comment.