Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancole committed Aug 19, 2016
1 parent 4b1b255 commit 6fd4049
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</version>
</parent>

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

<artifactId>feign-jaxrs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion okhttp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@

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

<modules>
Expand Down Expand Up @@ -77,7 +77,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>9.3.0</tag>
<tag>HEAD</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</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 @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.3.0</version>
<version>9.3.1-SNAPSHOT</version>
</parent>

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

0 comments on commit 6fd4049

Please sign in to comment.