Skip to content

Commit

Permalink
HBASE-20212 Make all Public classes have InterfaceAudience category
Browse files Browse the repository at this point in the history
Signed-off-by: tedyu <yuzhihong@gmail.com>
Signed-off-by: Michael Stack <stack@apache.org>
  • Loading branch information
chia7712 committed Mar 22, 2018
1 parent 68b2f55 commit a6eeb26
Show file tree
Hide file tree
Showing 220 changed files with 785 additions and 805 deletions.
4 changes: 4 additions & 0 deletions hbase-annotations/pom.xml
Expand Up @@ -47,6 +47,10 @@
<failOnViolation>true</failOnViolation>
</configuration>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>warbucks-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
4 changes: 4 additions & 0 deletions hbase-backup/pom.xml
Expand Up @@ -43,6 +43,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>warbucks-maven-plugin</artifactId>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down
4 changes: 4 additions & 0 deletions hbase-client/pom.xml
Expand Up @@ -47,6 +47,10 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
</plugin>
<plugin>
<groupId>net.revelc.code</groupId>
<artifactId>warbucks-maven-plugin</artifactId>
</plugin>
</plugins>
<pluginManagement>
<plugins>
Expand Down

0 comments on commit a6eeb26

Please sign in to comment.