Skip to content

Commit 86d788a

Browse files
committed
fix version
1 parent 81a6145 commit 86d788a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Include the dependency to your project's pom.xml file:
1414
<dependency>
1515
<groupId>io.github.openfeign.form</groupId>
1616
<artifactId>feign-form</artifactId>
17-
<version>3.6.0</version>
17+
<version>3.7.0</version>
1818
</dependency>
1919
</dependencies>
2020
```
@@ -136,12 +136,12 @@ Include the dependencies to your project's pom.xml file:
136136
<dependency>
137137
<groupId>io.github.openfeign.form</groupId>
138138
<artifactId>feign-form</artifactId>
139-
<version>3.6.0</version>
139+
<version>3.7.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.github.openfeign.form</groupId>
143143
<artifactId>feign-form-spring</artifactId>
144-
<version>3.6.0</version>
144+
<version>3.7.0</version>
145145
</dependency>
146146
</dependencies>
147147
```

feign-form-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
<parent>
2929
<groupId>io.github.openfeign.form</groupId>
3030
<artifactId>parent</artifactId>
31-
<version>3.6.0</version>
31+
<version>3.7.0</version>
3232
</parent>
3333

3434
<name>Open Feign Forms Extension for Spring</name>

feign-form/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
<parent>
2929
<groupId>io.github.openfeign.form</groupId>
3030
<artifactId>parent</artifactId>
31-
<version>3.6.0</version>
31+
<version>3.7.0</version>
3232
</parent>
3333

3434
<name>Open Feign Forms Core</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ limitations under the License.
2424

2525
<groupId>io.github.openfeign.form</groupId>
2626
<artifactId>parent</artifactId>
27-
<version>3.6.0</version>
27+
<version>3.7.0</version>
2828
<packaging>pom</packaging>
2929

3030
<modules>
@@ -62,7 +62,7 @@ limitations under the License.
6262
<url>https://github.com/OpenFeign/feign-form</url>
6363
<connection>scm:git:https://github.com/OpenFeign/feign-form.git</connection>
6464
<developerConnection>scm:git:https://github.com/OpenFeign/feign-form.git</developerConnection>
65-
<tag>3.6.0</tag>
65+
<tag>3.7.0</tag>
6666
</scm>
6767

6868
<distributionManagement>

0 commit comments

Comments
 (0)