Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions hbase-noop-htrace/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-noop-htrace</artifactId>
Expand All @@ -38,11 +38,9 @@
<!-- This library is meant to work with whatever HBase and Hadoop combos we still list
as recommended. The version here is what we'll test out of the box if you run mvn test
-->
<hbase.stable.version>2.3.3</hbase.stable.version>
<hbase.stable.version>2.4.8</hbase.stable.version>
<!-- should match the slf4j-api version used in the above hbase -->
<slf4j.version>1.7.25</slf4j.version>
<!-- This is also used by branch-1, so make sure we're jdk7 compatible -->
<compileSource>1.7</compileSource>
<slf4j.version>1.7.30</slf4j.version>
<!-- These maybe need to match the main repo -->
<maven.checkstyle.version>3.1.0</maven.checkstyle.version>
<checkstyle.version>8.28</checkstyle.version>
Expand Down
6 changes: 1 addition & 5 deletions hbase-shaded-gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,14 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-gson</artifactId>
<name>Apache HBase Relocated (Shaded) GSON Libs</name>
<description>
Pulls down GSON, relocates it and makes a far jar.
</description>
<properties>
<!-- This GSON is also used by branch-1, so make sure we're jdk7 compatible -->
<compileSource>1.7</compileSource>
</properties>
<build>
<plugins>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-jersey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-jersey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-jetty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-jetty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-miscellaneous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-miscellaneous</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-netty</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-shaded-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-shaded-protobuf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</parent>
<groupId>org.apache.hbase.thirdparty</groupId>
<artifactId>hbase-thirdparty</artifactId>
<version>3.5.1</version>
<version>4.0.0-SNAPSHOT</version>
<name>Apache HBase Third-Party Libs</name>
<packaging>pom</packaging>
<description>
Expand Down