Skip to content

Commit

Permalink
2.0.3 released
Browse files Browse the repository at this point in the history
  • Loading branch information
subchen committed Nov 21, 2014
1 parent 757c721 commit fe874df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions README.md
@@ -1,5 +1,5 @@
[![QQ Group](http://img.shields.io/badge/QQ-310491655-blue.svg)](http://shang.qq.com/wpa/qunwpa?idkey=c81a8f922d2b00422761558c4c547a4c4af778edcb0a70c99aadf9e33d80cb11)
[![Maven](http://img.shields.io/badge/jetbrick--commons-v2.0.2-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jetbrick-commons%22)
[![Maven](http://img.shields.io/badge/jetbrick--commons-v2.0.3-brightgreen.svg)](http://search.maven.org/#search%7Cga%7C1%7Ca%3A%22jetbrick-commons%22)
[![Build Status](https://travis-ci.org/subchen/jetbrick-commons.svg?branch=master)](https://travis-ci.org/subchen/jetbrick-commons)
[![JDK](http://img.shields.io/badge/JDK-v6.0+-yellow.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
[![License](http://img.shields.io/badge/License-Apache_2-red.svg)](http://www.apache.org/licenses/LICENSE-2.0)
Expand All @@ -24,24 +24,24 @@ Dependency
<dependency>
<groupId>com.github.subchen</groupId>
<artifactId>jetbrick-commons</artifactId>
<version>2.0.2</version>
<version>2.0.3</version>
</dependency>
```

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

* Binaries
- [jetbrick-commons-2.0.2.jar][1]
- [jetbrick-commons-2.0.2-sources.jar][2]
- [jetbrick-commons-2.0.2-javadoc.jar][3]
- [jetbrick-commons-2.0.3.jar][1]
- [jetbrick-commons-2.0.3-sources.jar][2]
- [jetbrick-commons-2.0.3-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.0.2/jetbrick-commons-2.0.2.jar
[2]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.0.2/jetbrick-commons-2.0.2-sources.jar
[3]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.0.2/jetbrick-commons-2.0.2-javadoc.jar
[1]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.0.3/jetbrick-commons-2.0.3.jar
[2]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.0.3/jetbrick-commons-2.0.3-sources.jar
[3]: http://search.maven.org/remotecontent?filepath=com/github/subchen/jetbrick-commons/2.0.3/jetbrick-commons-2.0.3-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.0.2</version>
<version>2.0.3</version>
<packaging>jar</packaging>

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

0 comments on commit fe874df

Please sign in to comment.