Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Aug 16, 2018
1 parent 467ee8b commit d9411f1
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 18 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.0.1-SNAPSHOT</version>
<version>10.0.1</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.0.1-SNAPSHOT</version>
<version>10.0.1</version>
</parent>

<artifactId>feign-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gson/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.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -18,7 +18,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.openfeign</groupId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jaxb/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.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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.0.1-SNAPSHOT</version>
<version>10.0.1</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -96,7 +96,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.0.1</tag>
</scm>

<developers>
Expand Down
2 changes: 1 addition & 1 deletion ribbon/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.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</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 @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>10.0.1-SNAPSHOT</version>
<version>10.0.1</version>
</parent>

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

0 comments on commit d9411f1

Please sign in to comment.