Skip to content

Commit

Permalink
BOOKKEEPER-286: Compilation warning (ivank via sijie)
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/zookeeper/bookkeeper/trunk@1346340 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
sijie committed Jun 5, 2012
1 parent 27b6dd6 commit 25552d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -138,6 +138,8 @@ Release 4.1.0 - 2012-05-31

BOOKKEEPER-279: LocalBookKeeper is failing intermittently due to zkclient connection establishment delay (Rakesh R via sijie)

BOOKKEEPER-286: Compilation warning (ivank via sijie)

hedwig-client/

BOOKKEEPER-217: NPE in hedwig client when enable DEBUG (sijie via ivank)
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -44,6 +44,11 @@
<url>http://zookeeper.apache.org/bookkeeper</url>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.3.2</version>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
Expand Down Expand Up @@ -121,11 +126,6 @@
<artifactId>maven-jxr-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
Expand Down

0 comments on commit 25552d9

Please sign in to comment.