From 428b66746604abbfaee6bb6b4f9df08058eb6fda Mon Sep 17 00:00:00 2001 From: Marvin Froeder <velobr@gmail.com> Date: Wed, 7 Feb 2024 19:37:46 +1300 Subject: [PATCH] Preparing for next release --- annotation-error-decoder/pom.xml | 2 +- apt-test-generator/pom.xml | 2 +- benchmark/pom.xml | 2 +- core/pom.xml | 2 +- dropwizard-metrics4/pom.xml | 2 +- dropwizard-metrics5/pom.xml | 2 +- example-github-with-coroutine/pom.xml | 2 +- example-github/pom.xml | 2 +- example-wikipedia-with-springboot/pom.xml | 2 +- example-wikipedia/pom.xml | 2 +- googlehttpclient/pom.xml | 2 +- gson/pom.xml | 2 +- hc5/pom.xml | 2 +- httpclient/pom.xml | 2 +- hystrix/pom.xml | 2 +- jackson-jaxb/pom.xml | 2 +- jackson-jr/pom.xml | 2 +- jackson/pom.xml | 2 +- jakarta/pom.xml | 2 +- java11/pom.xml | 2 +- jaxb-jakarta/pom.xml | 2 +- jaxb/pom.xml | 2 +- jaxrs/pom.xml | 2 +- jaxrs2/pom.xml | 2 +- jaxrs3/pom.xml | 2 +- json/pom.xml | 2 +- kotlin/pom.xml | 2 +- micrometer/pom.xml | 2 +- mock/pom.xml | 2 +- moshi/pom.xml | 2 +- okhttp/pom.xml | 2 +- pom.xml | 2 +- reactive/pom.xml | 2 +- ribbon/pom.xml | 2 +- sax/pom.xml | 2 +- slf4j/pom.xml | 2 +- soap-jakarta/pom.xml | 2 +- soap/pom.xml | 2 +- spring4/pom.xml | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/annotation-error-decoder/pom.xml b/annotation-error-decoder/pom.xml index 562311955..b40f82cd3 100644 --- a/annotation-error-decoder/pom.xml +++ b/annotation-error-decoder/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-annotation-error-decoder</artifactId> diff --git a/apt-test-generator/pom.xml b/apt-test-generator/pom.xml index f1332b8ee..5986c4b02 100644 --- a/apt-test-generator/pom.xml +++ b/apt-test-generator/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <groupId>io.github.openfeign.experimental</groupId> diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 82295f92e..169cd6398 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-benchmark</artifactId> diff --git a/core/pom.xml b/core/pom.xml index ea070f97f..db41d1274 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-core</artifactId> diff --git a/dropwizard-metrics4/pom.xml b/dropwizard-metrics4/pom.xml index ab7d67e7f..34aff308d 100644 --- a/dropwizard-metrics4/pom.xml +++ b/dropwizard-metrics4/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-dropwizard-metrics4</artifactId> <name>Feign Dropwizard Metrics4</name> diff --git a/dropwizard-metrics5/pom.xml b/dropwizard-metrics5/pom.xml index 35e2389a4..a1a5c67a0 100644 --- a/dropwizard-metrics5/pom.xml +++ b/dropwizard-metrics5/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-dropwizard-metrics5</artifactId> <name>Feign Dropwizard Metrics5</name> diff --git a/example-github-with-coroutine/pom.xml b/example-github-with-coroutine/pom.xml index 348b16269..ec2f5ae22 100644 --- a/example-github-with-coroutine/pom.xml +++ b/example-github-with-coroutine/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-example-github-with-coroutine</artifactId> diff --git a/example-github/pom.xml b/example-github/pom.xml index e211482d2..06ffe3f04 100644 --- a/example-github/pom.xml +++ b/example-github/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-example-github</artifactId> diff --git a/example-wikipedia-with-springboot/pom.xml b/example-wikipedia-with-springboot/pom.xml index e0ff5d778..8bcef3489 100644 --- a/example-wikipedia-with-springboot/pom.xml +++ b/example-wikipedia-with-springboot/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-example-wikipedia-with-springboot</artifactId> diff --git a/example-wikipedia/pom.xml b/example-wikipedia/pom.xml index 7752160fa..7b4a81e53 100644 --- a/example-wikipedia/pom.xml +++ b/example-wikipedia/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <groupId>io.github.openfeign</groupId> diff --git a/googlehttpclient/pom.xml b/googlehttpclient/pom.xml index 603b0a0b1..3f3c36683 100644 --- a/googlehttpclient/pom.xml +++ b/googlehttpclient/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-googlehttpclient</artifactId> diff --git a/gson/pom.xml b/gson/pom.xml index 9d352647a..f7e96bd04 100644 --- a/gson/pom.xml +++ b/gson/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-gson</artifactId> diff --git a/hc5/pom.xml b/hc5/pom.xml index 3bb5dbec4..eb42c2427 100644 --- a/hc5/pom.xml +++ b/hc5/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-hc5</artifactId> diff --git a/httpclient/pom.xml b/httpclient/pom.xml index 61186ecd9..8ced69f80 100644 --- a/httpclient/pom.xml +++ b/httpclient/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-httpclient</artifactId> diff --git a/hystrix/pom.xml b/hystrix/pom.xml index d2afca8d4..cd7f91645 100644 --- a/hystrix/pom.xml +++ b/hystrix/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-hystrix</artifactId> diff --git a/jackson-jaxb/pom.xml b/jackson-jaxb/pom.xml index b66fc8e7b..1866ff7d2 100644 --- a/jackson-jaxb/pom.xml +++ b/jackson-jaxb/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jackson-jaxb</artifactId> diff --git a/jackson-jr/pom.xml b/jackson-jr/pom.xml index 155837081..19adee706 100644 --- a/jackson-jr/pom.xml +++ b/jackson-jr/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jackson-jr</artifactId> diff --git a/jackson/pom.xml b/jackson/pom.xml index acb47996a..9a12505fd 100644 --- a/jackson/pom.xml +++ b/jackson/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jackson</artifactId> diff --git a/jakarta/pom.xml b/jakarta/pom.xml index 6d8ec4508..d751c6d0f 100644 --- a/jakarta/pom.xml +++ b/jakarta/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jakarta</artifactId> diff --git a/java11/pom.xml b/java11/pom.xml index db307c2e0..2a6c9bf02 100644 --- a/java11/pom.xml +++ b/java11/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-java11</artifactId> diff --git a/jaxb-jakarta/pom.xml b/jaxb-jakarta/pom.xml index 9e425b56a..5b42a03de 100644 --- a/jaxb-jakarta/pom.xml +++ b/jaxb-jakarta/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jaxb-jakarta</artifactId> diff --git a/jaxb/pom.xml b/jaxb/pom.xml index 4e7315770..e373bfedf 100644 --- a/jaxb/pom.xml +++ b/jaxb/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jaxb</artifactId> diff --git a/jaxrs/pom.xml b/jaxrs/pom.xml index eb6aa4100..7689113c9 100644 --- a/jaxrs/pom.xml +++ b/jaxrs/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jaxrs</artifactId> diff --git a/jaxrs2/pom.xml b/jaxrs2/pom.xml index 599b57cab..3b8a061de 100644 --- a/jaxrs2/pom.xml +++ b/jaxrs2/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jaxrs2</artifactId> diff --git a/jaxrs3/pom.xml b/jaxrs3/pom.xml index fac192d7e..ffcfabc1c 100644 --- a/jaxrs3/pom.xml +++ b/jaxrs3/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-jaxrs3</artifactId> diff --git a/json/pom.xml b/json/pom.xml index 4899c5dc6..4c52f87c5 100644 --- a/json/pom.xml +++ b/json/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-json</artifactId> diff --git a/kotlin/pom.xml b/kotlin/pom.xml index 2135ca322..90c0a2393 100644 --- a/kotlin/pom.xml +++ b/kotlin/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-kotlin</artifactId> diff --git a/micrometer/pom.xml b/micrometer/pom.xml index 8a7499c84..e1451e204 100644 --- a/micrometer/pom.xml +++ b/micrometer/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-micrometer</artifactId> <name>Feign Micrometer</name> diff --git a/mock/pom.xml b/mock/pom.xml index 4c5eea4ef..6e12e0285 100644 --- a/mock/pom.xml +++ b/mock/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-mock</artifactId> diff --git a/moshi/pom.xml b/moshi/pom.xml index fe0f9db29..a5c310769 100644 --- a/moshi/pom.xml +++ b/moshi/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-moshi</artifactId> diff --git a/okhttp/pom.xml b/okhttp/pom.xml index 9dee8e4e2..1907d4a1b 100644 --- a/okhttp/pom.xml +++ b/okhttp/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-okhttp</artifactId> diff --git a/pom.xml b/pom.xml index 78f4a150f..d3b04a724 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Feign (Parent)</name> diff --git a/reactive/pom.xml b/reactive/pom.xml index 47c183fef..f16add22e 100644 --- a/reactive/pom.xml +++ b/reactive/pom.xml @@ -19,7 +19,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-reactive-wrappers</artifactId> diff --git a/ribbon/pom.xml b/ribbon/pom.xml index 33019b1d6..d8db36c26 100644 --- a/ribbon/pom.xml +++ b/ribbon/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-ribbon</artifactId> diff --git a/sax/pom.xml b/sax/pom.xml index b56a34be1..81ececb39 100644 --- a/sax/pom.xml +++ b/sax/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-sax</artifactId> diff --git a/slf4j/pom.xml b/slf4j/pom.xml index 81f23e4e3..54c24e73c 100644 --- a/slf4j/pom.xml +++ b/slf4j/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-slf4j</artifactId> diff --git a/soap-jakarta/pom.xml b/soap-jakarta/pom.xml index 1b3717814..eb8bf35bb 100644 --- a/soap-jakarta/pom.xml +++ b/soap-jakarta/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-soap-jakarta</artifactId> diff --git a/soap/pom.xml b/soap/pom.xml index c5ca3dfa9..160a5bc74 100644 --- a/soap/pom.xml +++ b/soap/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-soap</artifactId> diff --git a/spring4/pom.xml b/spring4/pom.xml index 8e8b9cac7..e23dde3d4 100644 --- a/spring4/pom.xml +++ b/spring4/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> - <version>13.3-SNAPSHOT</version> + <version>13.2.1-SNAPSHOT</version> </parent> <artifactId>feign-spring4</artifactId>