Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
xxlabaza committed Mar 3, 2019
1 parent 81a6145 commit 86d788a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Include the dependency to your project's pom.xml file:
<dependency>
<groupId>io.github.openfeign.form</groupId>
<artifactId>feign-form</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</dependency>
</dependencies>
```
Expand Down Expand Up @@ -136,12 +136,12 @@ Include the dependencies to your project's pom.xml file:
<dependency>
<groupId>io.github.openfeign.form</groupId>
<artifactId>feign-form</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>io.github.openfeign.form</groupId>
<artifactId>feign-form-spring</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion feign-form-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
<parent>
<groupId>io.github.openfeign.form</groupId>
<artifactId>parent</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</parent>

<name>Open Feign Forms Extension for Spring</name>
Expand Down
2 changes: 1 addition & 1 deletion feign-form/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ limitations under the License.
<parent>
<groupId>io.github.openfeign.form</groupId>
<artifactId>parent</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
</parent>

<name>Open Feign Forms Core</name>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ limitations under the License.

<groupId>io.github.openfeign.form</groupId>
<artifactId>parent</artifactId>
<version>3.6.0</version>
<version>3.7.0</version>
<packaging>pom</packaging>

<modules>
Expand Down Expand Up @@ -62,7 +62,7 @@ limitations under the License.
<url>https://github.com/OpenFeign/feign-form</url>
<connection>scm:git:https://github.com/OpenFeign/feign-form.git</connection>
<developerConnection>scm:git:https://github.com/OpenFeign/feign-form.git</developerConnection>
<tag>3.6.0</tag>
<tag>3.7.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 86d788a

Please sign in to comment.