This is an automated email from the ASF dual-hosted git repository.
steveloughran pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hadoop-cloudstore.git
The following commit(s) were added to refs/heads/main by this push:
new 8d0b989 HADOOP-19880. move version to 1.6
8d0b989 is described below
commit 8d0b9893cb44a6afebcf8db229da96805435f921
Author: Steve Loughran <[email protected]>
AuthorDate: Fri Jun 26 17:34:26 2026 +0100
HADOOP-19880. move version to 1.6
---
BUILDING.md | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/BUILDING.md b/BUILDING.md
index da04c96..87a9925 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -154,7 +154,7 @@ The build will fail if there are uncommitted changes.
### Release Commands (for fish)
```bash
-set -gx ver 1.5 # last released version; moved only
on a release bump by dev-support/bump-version.sh
+set -gx ver 1.6 # last released version; moved only
on a release bump by dev-support/bump-version.sh
# now the release build
mvn clean install -Prelease,sign -DskipTests
diff --git a/pom.xml b/pom.xml
index 48e973e..7cc4b08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>cloudstore</artifactId>
- <version>1.5</version>
+ <version>1.6</version>
<packaging>jar</packaging>
<name>hadoop cloudstore</name>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]