Skip to content

Commit

Permalink
1.0.3 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielYWoo committed Jul 4, 2015
1 parent f949a34 commit 10fdd49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To use this project, simply add this to your pom.xml
<dependency>
<groupId>com.haiwanwan.common</groupId>
<artifactId>fast-object-pool</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
</dependency>
```
JDK 7+ is required. By default the debug messages are logged to JDK logger because one of the goals of this project is ZERO DEPENDENCY. However SLF4j is supported, checkout this for more details: http://www.slf4j.org/legacy.html#jul-to-slf4j
Expand Down
4 changes: 1 addition & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.haiwanwan.common</groupId>
<artifactId>fast-object-pool</artifactId>
<packaging>jar</packaging>
<version>1.0.2</version>
<version>1.0.3</version>
<description>An extremely fast object pool with zero dependencies</description>

<developers>
Expand Down Expand Up @@ -87,7 +87,6 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -101,7 +100,6 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>

Expand Down

0 comments on commit 10fdd49

Please sign in to comment.