Skip to content

hbase-operators-tool 1.1.0-1.0 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 17, 2023
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
2 changes: 1 addition & 1 deletion hbase-hbck2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.hbase.operator.tools</groupId>
<artifactId>hbase-operator-tools</artifactId>
<version>1.1.0-0.0</version>
<version>1.1.0-1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-hbck2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-operator-tools-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.hbase.operator.tools</groupId>
<artifactId>hbase-operator-tools</artifactId>
<version>1.1.0-0.0</version>
<version>1.1.0-1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-operator-tools-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-table-reporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<groupId>org.apache.hbase.operator.tools</groupId>
<artifactId>hbase-operator-tools</artifactId>
<version>1.1.0-0.0</version>
<version>1.1.0-1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>hbase-table-reporter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<parent>
<artifactId>hbase-operator-tools</artifactId>
<groupId>org.apache.hbase.operator.tools</groupId>
<version>1.1.0-0.0</version>
<version>1.1.0-1.0-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</parent>
<groupId>org.apache.hbase.operator.tools</groupId>
<artifactId>hbase-operator-tools</artifactId>
<version>1.1.0-0.0</version>
<version>1.1.0-1.0-SNAPSHOT</version>
<name>Apache HBase Operator Tools</name>
<packaging>pom</packaging>
<description>
Expand Down Expand Up @@ -128,7 +128,7 @@
<compileSource>1.8</compileSource>
<java.min.version>${compileSource}</java.min.version>
<maven.min.version>3.3.3</maven.min.version>
<hbase.version>2.1.10-1.0</hbase.version>
<hbase.version>2.1.10-2.0-SNAPSHOT</hbase.version>
<surefire.provider>surefire-junit47</surefire.provider>
<test.output.tofile>true</test.output.tofile>
<checkstyle.version>8.18</checkstyle.version>
Expand Down
4 changes: 2 additions & 2 deletions tdp/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# TDP HBase Operator tools Notes

The version 1.1.0-0.0 of HBase Operator tools is based on the tag `rel/1.1.0` of the Apache [repository](https://github.com/apache/hbase-operator-tools/tree/rel/1.1.0).
The version 1.1.0-1.0-SNAPSHOT of HBase Operator tools is based on the tag `rel/1.1.0` of the Apache [repository](https://github.com/apache/hbase-operator-tools/tree/rel/1.1.0).

## Making a release

```
mvn clean package -Dhadoop.profile=3.0
```

The command generates a `.jar` file of the release at `./hbase-hbck2/target/hbase-hbck2-1.1.0-0.0.jar`.
The command generates a `.jar` file of the release at `./hbase-hbck2/target/hbase-hbck2-1.1.0-1.0-SNAPSHOT.jar`.

## Testing parameters

Expand Down