Browse Source

[maven-release-plugin] prepare for next development iteration

pull/698/head
adriancole 7 years ago
parent
commit
97fc92e41f
  1. 2
      benchmark/pom.xml
  2. 2
      core/pom.xml
  3. 2
      gson/pom.xml
  4. 2
      httpclient/pom.xml
  5. 2
      hystrix/pom.xml
  6. 2
      jackson-jaxb/pom.xml
  7. 2
      jackson/pom.xml
  8. 2
      java8/pom.xml
  9. 2
      jaxb/pom.xml
  10. 2
      jaxrs/pom.xml
  11. 2
      jaxrs2/pom.xml
  12. 2
      mock/pom.xml
  13. 2
      okhttp/pom.xml
  14. 4
      pom.xml
  15. 2
      ribbon/pom.xml
  16. 2
      sax/pom.xml
  17. 2
      slf4j/pom.xml

2
benchmark/pom.xml

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

2
core/pom.xml

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

2
gson/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-gson</artifactId> <artifactId>feign-gson</artifactId>

2
httpclient/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-httpclient</artifactId> <artifactId>feign-httpclient</artifactId>

2
hystrix/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-hystrix</artifactId> <artifactId>feign-hystrix</artifactId>

2
jackson-jaxb/pom.xml

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

2
jackson/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-jackson</artifactId> <artifactId>feign-jackson</artifactId>

2
java8/pom.xml

@ -18,7 +18,7 @@
<parent> <parent>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>

2
jaxb/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-jaxb</artifactId> <artifactId>feign-jaxb</artifactId>

2
jaxrs/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-jaxrs</artifactId> <artifactId>feign-jaxrs</artifactId>

2
jaxrs2/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-jaxrs2</artifactId> <artifactId>feign-jaxrs2</artifactId>

2
mock/pom.xml

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

2
okhttp/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-okhttp</artifactId> <artifactId>feign-okhttp</artifactId>

4
pom.xml

@ -19,7 +19,7 @@
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -97,7 +97,7 @@
<url>https://github.com/openfeign/feign</url> <url>https://github.com/openfeign/feign</url>
<connection>scm:git:https://github.com/openfeign/feign.git</connection> <connection>scm:git:https://github.com/openfeign/feign.git</connection>
<developerConnection>scm:git:https://github.com/openfeign/feign.git</developerConnection> <developerConnection>scm:git:https://github.com/openfeign/feign.git</developerConnection>
<tag>9.7.0</tag> <tag>HEAD</tag>
</scm> </scm>
<developers> <developers>

2
ribbon/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-ribbon</artifactId> <artifactId>feign-ribbon</artifactId>

2
sax/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-sax</artifactId> <artifactId>feign-sax</artifactId>

2
slf4j/pom.xml

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.github.openfeign</groupId> <groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId> <artifactId>parent</artifactId>
<version>9.7.0</version> <version>9.7.1-SNAPSHOT</version>
</parent> </parent>
<artifactId>feign-slf4j</artifactId> <artifactId>feign-slf4j</artifactId>

Loading…
Cancel
Save