Skip to content

Commit

Permalink
HBASE-17823 Migrate to Apache Yetus Audience Annotations
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Stack <stack@apache.org>
Signed-off-by: Misty Stanley-Jones <misty@apache.org>
  • Loading branch information
busbey committed Sep 13, 2017
1 parent 3df0351 commit 4b12491
Show file tree
Hide file tree
Showing 2,058 changed files with 2,491 additions and 3,175 deletions.
4 changes: 2 additions & 2 deletions dev-support/checkcompatibility.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
# $ ./checkcompatibility.py ${SOURCE_GIT_REVISION} ${GIT_BRANCH_OR_TAG}
# or with some options:
# $ ./dev-support/checkcompatibility.py \
# --annotation org.apache.hadoop.hbase.classification.InterfaceAudience.Public \
# --annotation org.apache.hadoop.hbase.classification.InterfaceAudience.LimitedPrivate \
# --annotation org.apache.yetus.audience.InterfaceAudience.Public \
# --annotation org.apache.yetus.audience.InterfaceAudience.LimitedPrivate \
# --include-file "hbase-*" \
# --known_problems_path ~/known_problems.json \
# rel/1.0.0 branch-1.2
Expand Down
39 changes: 3 additions & 36 deletions hbase-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,46 +21,13 @@
-->
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>hbase-build-configuration</artifactId>
<artifactId>hbase</artifactId>
<groupId>org.apache.hbase</groupId>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../hbase-build-configuration</relativePath>
<relativePath>..</relativePath>
</parent>

<artifactId>hbase-annotations</artifactId>
<name>Apache HBase - Annotations</name>
<description>Copy of Hadoop's annotations for HBase</description>

<profiles>
<profile>
<id>build-with-jdk7</id>
<activation>
<jdk>1.7</jdk>
</activation>
<dependencies>
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>1.7</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>
<profile>
<id>build-with-jdk8</id>
<activation>
<jdk>1.8</jdk>
</activation>
<dependencies>
<dependency>
<groupId>jdk.tools</groupId>
<artifactId>jdk.tools</artifactId>
<version>1.8</version>
<scope>system</scope>
<systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>
</profiles>
<description>Annotations for tests</description>
</project>

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 4b12491

Please sign in to comment.