File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -113,18 +113,18 @@ Maven:
113113<dependency >
114114 <groupId >com.mattbertolini</groupId >
115115 <artifactId >spring-webmvc-annotated-data-binder</artifactId >
116- <version >0.1 .0</version >
116+ <version >0.2 .0</version >
117117</dependency >
118118```
119119
120120Gradle:
121121``` groovy
122- implementation 'com.mattbertolini:spring-webmvc-annotated-data-binder:0.1 .0'
122+ implementation 'com.mattbertolini:spring-webmvc-annotated-data-binder:0.2 .0'
123123```
124124
125125Ivy:
126126``` xml
127- <dependency org =" com.mattbertolini" name =" spring-webmvc-annotated-data-binder" rev =" 0.1 .0" />
127+ <dependency org =" com.mattbertolini" name =" spring-webmvc-annotated-data-binder" rev =" 0.2 .0" />
128128```
129129
130130### Spring WebFlux
@@ -134,18 +134,18 @@ Maven:
134134<dependency >
135135 <groupId >com.mattbertolini</groupId >
136136 <artifactId >spring-webflux-annotated-data-binder</artifactId >
137- <version >0.1 .0</version >
137+ <version >0.2 .0</version >
138138</dependency >
139139```
140140
141141Gradle:
142142``` groovy
143- implementation 'com.mattbertolini:spring-webflux-annotated-data-binder:0.1 .0'
143+ implementation 'com.mattbertolini:spring-webflux-annotated-data-binder:0.2 .0'
144144```
145145
146146Ivy:
147147``` xml
148- <dependency org =" com.mattbertolini" name =" spring-webflux-annotated-data-binder" rev =" 0.1 .0" />
148+ <dependency org =" com.mattbertolini" name =" spring-webflux-annotated-data-binder" rev =" 0.2 .0" />
149149```
150150
151151### Configuration
Original file line number Diff line number Diff line change 11# Release Notes
22
33## 0.2.0
4- In progress
4+ Released 2020-09-02
55
66- Add support for binding request payloads using the ` @RequestBody ` annotation.
77
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ subprojects {
2323 apply plugin : ' org.sonarqube'
2424
2525 group ' com.mattbertolini'
26- version ' 0.2.0-SNAPSHOT '
26+ version ' 0.2.0'
2727
2828 sourceCompatibility = 1.8
2929
You can’t perform that action at this time.
0 commit comments