From a09d951c988066a718cd9d22ab6471a7a2e8292a Mon Sep 17 00:00:00 2001 From: Linsong Wang Date: Wed, 3 Apr 2024 09:36:08 +0000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- bootstrap/pom.xml | 2 +- concurrent/pom.xml | 2 +- configuration/pom.xml | 2 +- dbpool/pom.xml | 2 +- discovery/pom.xml | 2 +- event/pom.xml | 2 +- http-client/pom.xml | 2 +- http-server/pom.xml | 2 +- http-utils/pom.xml | 2 +- jaxrs-testing/pom.xml | 2 +- jaxrs/pom.xml | 2 +- jmx-http-rpc/pom.xml | 2 +- jmx-http/pom.xml | 2 +- jmx/pom.xml | 2 +- json/pom.xml | 2 +- launcher/pom.xml | 2 +- log-manager/pom.xml | 2 +- log/pom.xml | 2 +- node/pom.xml | 2 +- packaging/pom.xml | 2 +- pom.xml | 6 +++--- sample-server/pom.xml | 2 +- security/pom.xml | 2 +- skeleton-server/pom.xml | 2 +- stats/pom.xml | 2 +- testing/pom.xml | 2 +- trace-token/pom.xml | 2 +- 27 files changed, 29 insertions(+), 29 deletions(-) diff --git a/bootstrap/pom.xml b/bootstrap/pom.xml index 862e9f3987..1f5c1a3a33 100644 --- a/bootstrap/pom.xml +++ b/bootstrap/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/concurrent/pom.xml b/concurrent/pom.xml index d4dd57c0ae..8842b780a0 100644 --- a/concurrent/pom.xml +++ b/concurrent/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/configuration/pom.xml b/configuration/pom.xml index 29b5df96ac..559ce44097 100644 --- a/configuration/pom.xml +++ b/configuration/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/dbpool/pom.xml b/dbpool/pom.xml index 9793a9b83a..c5c798e798 100644 --- a/dbpool/pom.xml +++ b/dbpool/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/discovery/pom.xml b/discovery/pom.xml index c3ad53e287..9665da6529 100644 --- a/discovery/pom.xml +++ b/discovery/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/event/pom.xml b/event/pom.xml index f3147469b9..e775943a67 100644 --- a/event/pom.xml +++ b/event/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/http-client/pom.xml b/http-client/pom.xml index c5c959ba95..6d5bb3cd9e 100644 --- a/http-client/pom.xml +++ b/http-client/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/http-server/pom.xml b/http-server/pom.xml index 9f66487e41..4ec36f7246 100644 --- a/http-server/pom.xml +++ b/http-server/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/http-utils/pom.xml b/http-utils/pom.xml index 2025c5277e..99db0121e4 100644 --- a/http-utils/pom.xml +++ b/http-utils/pom.xml @@ -7,7 +7,7 @@ airlift com.facebook.airlift - 0.210 + 0.211-SNAPSHOT diff --git a/jaxrs-testing/pom.xml b/jaxrs-testing/pom.xml index a13335c93d..09bf8751a7 100644 --- a/jaxrs-testing/pom.xml +++ b/jaxrs-testing/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index acbf455ad5..0b3676d652 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/jmx-http-rpc/pom.xml b/jmx-http-rpc/pom.xml index 302d68cd0d..46ca294899 100644 --- a/jmx-http-rpc/pom.xml +++ b/jmx-http-rpc/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/jmx-http/pom.xml b/jmx-http/pom.xml index bbc4bf2415..9a2c700caa 100644 --- a/jmx-http/pom.xml +++ b/jmx-http/pom.xml @@ -7,7 +7,7 @@ airlift com.facebook.airlift - 0.210 + 0.211-SNAPSHOT diff --git a/jmx/pom.xml b/jmx/pom.xml index 58549a0a40..07f528eec9 100644 --- a/jmx/pom.xml +++ b/jmx/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/json/pom.xml b/json/pom.xml index 0e414da411..b93495f1ff 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/launcher/pom.xml b/launcher/pom.xml index 13e93157c8..b1a4a8fbd9 100644 --- a/launcher/pom.xml +++ b/launcher/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/log-manager/pom.xml b/log-manager/pom.xml index 36b16cacd3..f63f2b290c 100644 --- a/log-manager/pom.xml +++ b/log-manager/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/log/pom.xml b/log/pom.xml index 2266541736..b753213f9e 100644 --- a/log/pom.xml +++ b/log/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/node/pom.xml b/node/pom.xml index 5037d8fdc6..5c58193255 100644 --- a/node/pom.xml +++ b/node/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/packaging/pom.xml b/packaging/pom.xml index badb270077..65be0814bb 100644 --- a/packaging/pom.xml +++ b/packaging/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/pom.xml b/pom.xml index 3d295e22b0..1b2d88d47d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.facebook.airlift airlift pom - 0.210 + 0.211-SNAPSHOT airlift Airlift @@ -25,7 +25,7 @@ true 1.8.0-40 - 0.210 + 0.211-SNAPSHOT ${dep.airlift.version} 9.4.14.v20181114 2.26 @@ -52,7 +52,7 @@ scm:git:git://github.com/airlift/airlift.git scm:git:git@github.com:airlift/airlift.git https://github.com/airlift/airlift/tree/master - 0.210 + HEAD diff --git a/sample-server/pom.xml b/sample-server/pom.xml index 30bc721980..86a5ebc46d 100644 --- a/sample-server/pom.xml +++ b/sample-server/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/security/pom.xml b/security/pom.xml index 3efe190454..dcbd5adcb8 100644 --- a/security/pom.xml +++ b/security/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/skeleton-server/pom.xml b/skeleton-server/pom.xml index 9d1cac8d75..6e0385e39b 100644 --- a/skeleton-server/pom.xml +++ b/skeleton-server/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/stats/pom.xml b/stats/pom.xml index d3934a3828..88651ec6a3 100644 --- a/stats/pom.xml +++ b/stats/pom.xml @@ -8,7 +8,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/testing/pom.xml b/testing/pom.xml index 513188edff..444b2b0b71 100644 --- a/testing/pom.xml +++ b/testing/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT diff --git a/trace-token/pom.xml b/trace-token/pom.xml index 53cc64e9a6..996efca5fa 100644 --- a/trace-token/pom.xml +++ b/trace-token/pom.xml @@ -7,7 +7,7 @@ com.facebook.airlift airlift - 0.210 + 0.211-SNAPSHOT