Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 10.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kdavisk6 committed Feb 13, 2019
1 parent 418ab27 commit c736041
Show file tree
Hide file tree
Showing 21 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-benchmark</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion example-github/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<groupId>io.github.openfeign</groupId>
Expand Down
2 changes: 1 addition & 1 deletion example-wikipedia/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<groupId>io.github.openfeign</groupId>
Expand Down
2 changes: 1 addition & 1 deletion gson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-gson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-httpclient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hystrix/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-hystrix</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson-jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-jackson-jaxb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-jackson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion java8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<!-- remove after feign 10.0 release -->
Expand Down
2 changes: 1 addition & 1 deletion jaxb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-jaxb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-jaxrs2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-mock</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-okhttp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
<packaging>pom</packaging>

<name>Feign (Parent)</name>
Expand Down Expand Up @@ -108,7 +108,7 @@
<url>https://github.com/openfeign/feign</url>
<connection>scm:git:https://github.com/openfeign/feign.git</connection>
<developerConnection>scm:git:https://github.com/openfeign/feign.git</developerConnection>
<tag>HEAD</tag>
<tag>10.2.0</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>
<artifactId>feign-reactive-wrappers</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion ribbon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-ribbon</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-sax</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion slf4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-slf4j</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion soap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.2.0-SNAPSHOT</version>
<version>10.2.0</version>
</parent>

<artifactId>feign-soap</artifactId>
Expand Down

0 comments on commit c736041

Please sign in to comment.