Skip to content

Commit 2d4285a

Browse files
committed
Preparing phoenix-tephra release 0.16.1RC1; tagging and updates to CHANGES.md and RELEASENOTES.md
1 parent ce88f8e commit 2d4285a

File tree

37 files changed

+44
-37
lines changed

37 files changed

+44
-37
lines changed

CHANGES.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,17 @@
1818
-->
1919
# TEPHRA Changelog
2020

21-
## Release 0.16.1 - Unreleased (as of 2021-04-27)
21+
## Release 0.16.1 - Unreleased (as of 2021-05-04)
2222

2323

2424

25+
### BUG FIXES:
26+
27+
| JIRA | Summary | Priority | Component |
28+
|:---- |:---- | :--- |:---- |
29+
| [TEPHRA-316](https://issues.apache.org/jira/browse/TEPHRA-316) | Fix missing executable permission because of MASSEMBLY-941 | Major | . |
30+
31+
2532
### OTHER:
2633

2734
| JIRA | Summary | Priority | Component |

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<groupId>org.apache.tephra</groupId>
3030
<artifactId>tephra</artifactId>
31-
<version>0.17.0-SNAPSHOT</version>
31+
<version>0.16.1</version>
3232
<packaging>pom</packaging>
3333
<name>Apache Tephra</name>
3434
<description>

tephra-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.tephra</groupId>
2525
<artifactId>tephra</artifactId>
26-
<version>0.17.0-SNAPSHOT</version>
26+
<version>0.16.1</version>
2727
</parent>
2828

2929
<artifactId>tephra-api</artifactId>

tephra-core-shaded/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.tephra</groupId>
2525
<artifactId>tephra</artifactId>
26-
<version>0.17.0-SNAPSHOT</version>
26+
<version>0.16.1</version>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>
2929

tephra-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-distribution/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.tephra</groupId>
2525
<artifactId>tephra</artifactId>
26-
<version>0.17.0-SNAPSHOT</version>
26+
<version>0.16.1</version>
2727
</parent>
2828

2929
<artifactId>tephra-distribution</artifactId>

tephra-examples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-1.3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-1.4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-1.5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-1.6/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-2.0/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-2.1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-2.2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-2.3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/hbase-2.4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-post-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-post-1.3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-pre-1.3/cdh-5.7/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-pre-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-pre-1.3/cdh-5.8/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>tephra-examples-pre-1.3</artifactId>
2222
<groupId>org.apache.tephra</groupId>
23-
<version>0.17.0-SNAPSHOT</version>
23+
<version>0.16.1</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

tephra-examples/tephra-examples-pre-1.3/hbase-1.1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-pre-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-pre-1.3/hbase-1.2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples-pre-1.3</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-examples/tephra-examples-pre-1.3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-examples</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.1-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-1.1-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2-cdh/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-1.1-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.1-base/tephra-hbase-compat-1.2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-1.1-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.4-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.4-base/tephra-hbase-compat-1.4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-1.4-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.4-base/tephra-hbase-compat-1.5/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-1.4-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-1.4-base/tephra-hbase-compat-1.6/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-1.4-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-2.0-base/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-2.0-base/tephra-hbase-compat-2.0/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-2.0-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-2.0-base/tephra-hbase-compat-2.1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-2.0-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-2.0-base/tephra-hbase-compat-2.2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra-hbase-compat-2.0-base</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-2.3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

tephra-hbase-compat-2.4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.tephra</groupId>
2323
<artifactId>tephra</artifactId>
24-
<version>0.17.0-SNAPSHOT</version>
24+
<version>0.16.1</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

0 commit comments

Comments
 (0)