Browse Source

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

pull/605/head
adriancole 8 years ago
parent
commit
2ae6fc5e4f
  1. 2
      core/pom.xml
  2. 2
      gson/pom.xml
  3. 2
      httpclient/pom.xml
  4. 2
      hystrix/pom.xml
  5. 2
      jackson-jaxb/pom.xml
  6. 2
      jackson/pom.xml
  7. 2
      java8/pom.xml
  8. 2
      jaxb/pom.xml
  9. 2
      jaxrs/pom.xml
  10. 2
      okhttp/pom.xml
  11. 4
      pom.xml
  12. 2
      ribbon/pom.xml
  13. 2
      sax/pom.xml
  14. 2
      slf4j/pom.xml

2
core/pom.xml

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-core</artifactId>

2
gson/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-gson</artifactId>

2
httpclient/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-httpclient</artifactId>

2
hystrix/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-hystrix</artifactId>

2
jackson-jaxb/pom.xml

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

2
jackson/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-jackson</artifactId>

2
java8/pom.xml

@ -3,7 +3,7 @@ @@ -3,7 +3,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.github.openfeign</groupId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

2
jaxb/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-jaxb</artifactId>

2
jaxrs/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-jaxrs</artifactId>

2
okhttp/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-okhttp</artifactId>

4
pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@ -78,7 +78,7 @@ @@ -78,7 +78,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.5.1</tag>
<tag>HEAD</tag>
</scm>
<developers>

2
ribbon/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-ribbon</artifactId>

2
sax/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-sax</artifactId>

2
slf4j/pom.xml

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
<parent>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>9.5.1</version>
<version>9.5.2-SNAPSHOT</version>
</parent>
<artifactId>feign-slf4j</artifactId>

Loading…
Cancel
Save