Browse Source

prepare release 11.9.1

pull/1701/head 11.9.1
Marvin Froeder 2 years ago
parent
commit
0a3dbeff39
  1. 2
      annotation-error-decoder/pom.xml
  2. 2
      apt-test-generator/pom.xml
  3. 2
      benchmark/pom.xml
  4. 2
      core/pom.xml
  5. 2
      dropwizard-metrics4/pom.xml
  6. 2
      dropwizard-metrics5/pom.xml
  7. 2
      example-github/pom.xml
  8. 2
      example-wikipedia/pom.xml
  9. 2
      googlehttpclient/pom.xml
  10. 2
      gson/pom.xml
  11. 2
      hc5/pom.xml
  12. 2
      httpclient/pom.xml
  13. 2
      hystrix/pom.xml
  14. 2
      jackson-jaxb/pom.xml
  15. 2
      jackson-jr/pom.xml
  16. 2
      jackson/pom.xml
  17. 2
      jakarta/pom.xml
  18. 2
      java11/pom.xml
  19. 2
      jaxb/pom.xml
  20. 2
      jaxrs/pom.xml
  21. 2
      jaxrs2/pom.xml
  22. 2
      json/pom.xml
  23. 2
      micrometer/pom.xml
  24. 2
      mock/pom.xml
  25. 2
      okhttp/pom.xml
  26. 2
      pom.xml
  27. 2
      reactive/pom.xml
  28. 2
      ribbon/pom.xml
  29. 2
      sax/pom.xml
  30. 2
      slf4j/pom.xml
  31. 2
      soap/pom.xml
  32. 2
      spring4/pom.xml

2
annotation-error-decoder/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-annotation-error-decoder</artifactId>

2
apt-test-generator/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<groupId>io.github.openfeign.experimental</groupId>

2
benchmark/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-benchmark</artifactId>

2
core/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-core</artifactId>

2
dropwizard-metrics4/pom.xml

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-dropwizard-metrics4</artifactId>
<name>Feign Dropwizard Metrics4</name>

2
dropwizard-metrics5/pom.xml

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-dropwizard-metrics5</artifactId>
<name>Feign Dropwizard Metrics5</name>

2
example-github/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-example-github</artifactId>

2
example-wikipedia/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<groupId>io.github.openfeign</groupId>

2
googlehttpclient/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-googlehttpclient</artifactId>

2
gson/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-gson</artifactId>

2
hc5/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-hc5</artifactId>

2
httpclient/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-httpclient</artifactId>

2
hystrix/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-hystrix</artifactId>

2
jackson-jaxb/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-jackson-jaxb</artifactId>

2
jackson-jr/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-jackson-jr</artifactId>

2
jackson/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-jackson</artifactId>

2
jakarta/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-jakarta</artifactId>

2
java11/pom.xml

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-java11</artifactId>

2
jaxb/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-jaxb</artifactId>

2
jaxrs/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-jaxrs</artifactId>

2
jaxrs2/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-jaxrs2</artifactId>

2
json/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-json</artifactId>

2
micrometer/pom.xml

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-micrometer</artifactId>
<name>Feign Micrometer</name>

2
mock/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-mock</artifactId>

2
okhttp/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-okhttp</artifactId>

2
pom.xml

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
<packaging>pom</packaging>
<name>Feign (Parent)</name>

2
reactive/pom.xml

@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-reactive-wrappers</artifactId>

2
ribbon/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-ribbon</artifactId>

2
sax/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-sax</artifactId>

2
slf4j/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-slf4j</artifactId>

2
soap/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-soap</artifactId>

2
spring4/pom.xml

@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.9.1-SNAPSHOT</version>
<version>11.9.1</version>
</parent>
<artifactId>feign-spring4</artifactId>

Loading…
Cancel
Save