This is an automated email from the ASF dual-hosted git repository. stoty pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/phoenix-omid.git
The following commit(s) were added to refs/heads/master by this push: new 35f734ec Update version to 1.1.4-SNAPSHOT 35f734ec is described below commit 35f734ecc582eab134b61ce0318e752801521cc4 Author: Istvan Toth <st...@apache.org> AuthorDate: Fri Apr 4 10:03:57 2025 +0200 Update version to 1.1.4-SNAPSHOT --- benchmarks/pom.xml | 2 +- codahale-metrics/pom.xml | 2 +- commit-table/pom.xml | 2 +- common/pom.xml | 2 +- examples/pom.xml | 2 +- hbase-client/pom.xml | 2 +- hbase-commit-table/pom.xml | 2 +- hbase-common/pom.xml | 2 +- hbase-coprocessor/pom.xml | 2 +- hbase-tools/pom.xml | 2 +- metrics/pom.xml | 2 +- pom.xml | 2 +- statemachine/pom.xml | 2 +- timestamp-storage/pom.xml | 2 +- transaction-client/pom.xml | 2 +- tso-server/pom.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/benchmarks/pom.xml b/benchmarks/pom.xml index cfac8da1..9bd3dc75 100644 --- a/benchmarks/pom.xml +++ b/benchmarks/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-benchmarks</artifactId> diff --git a/codahale-metrics/pom.xml b/codahale-metrics/pom.xml index c347e80b..91d95369 100644 --- a/codahale-metrics/pom.xml +++ b/codahale-metrics/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/commit-table/pom.xml b/commit-table/pom.xml index e5d59e7a..38f146d1 100644 --- a/commit-table/pom.xml +++ b/commit-table/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-commit-table</artifactId> diff --git a/common/pom.xml b/common/pom.xml index 172527d9..2d32cca7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-common</artifactId> diff --git a/examples/pom.xml b/examples/pom.xml index a0da37e0..8f59c93d 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-examples</artifactId> diff --git a/hbase-client/pom.xml b/hbase-client/pom.xml index 6da629c4..aea4e4b8 100644 --- a/hbase-client/pom.xml +++ b/hbase-client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-hbase-client</artifactId> diff --git a/hbase-commit-table/pom.xml b/hbase-commit-table/pom.xml index 35a95a76..8bbde770 100644 --- a/hbase-commit-table/pom.xml +++ b/hbase-commit-table/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-hbase-commit-table</artifactId> diff --git a/hbase-common/pom.xml b/hbase-common/pom.xml index d69942e5..5f37da66 100644 --- a/hbase-common/pom.xml +++ b/hbase-common/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-hbase-common</artifactId> diff --git a/hbase-coprocessor/pom.xml b/hbase-coprocessor/pom.xml index 3e48034c..2c75b754 100644 --- a/hbase-coprocessor/pom.xml +++ b/hbase-coprocessor/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-hbase-coprocessor</artifactId> diff --git a/hbase-tools/pom.xml b/hbase-tools/pom.xml index 04ac023f..83ccf4f6 100644 --- a/hbase-tools/pom.xml +++ b/hbase-tools/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-hbase-tools</artifactId> diff --git a/metrics/pom.xml b/metrics/pom.xml index f77a6e9b..0e3eaa85 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-metrics</artifactId> diff --git a/pom.xml b/pom.xml index a63c2505..8d73700b 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <artifactId>omid</artifactId> <packaging>pom</packaging> <!-- WARNING: do not update version manually, use mvn versions:set --> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> <organization> <name>Apache Software Foundation</name> diff --git a/statemachine/pom.xml b/statemachine/pom.xml index fe9f62fa..34958766 100644 --- a/statemachine/pom.xml +++ b/statemachine/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <name>State Machine</name> diff --git a/timestamp-storage/pom.xml b/timestamp-storage/pom.xml index 14c7f92b..082fa4ed 100644 --- a/timestamp-storage/pom.xml +++ b/timestamp-storage/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-timestamp-storage</artifactId> diff --git a/transaction-client/pom.xml b/transaction-client/pom.xml index 73cfd4f1..16cfb703 100644 --- a/transaction-client/pom.xml +++ b/transaction-client/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-transaction-client</artifactId> diff --git a/tso-server/pom.xml b/tso-server/pom.xml index f0d39846..79a7067d 100644 --- a/tso-server/pom.xml +++ b/tso-server/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>org.apache.omid</groupId> <artifactId>omid</artifactId> - <version>1.1.3</version> + <version>1.1.4-SNAPSHOT</version> </parent> <artifactId>omid-tso-server</artifactId>