File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -108,18 +108,18 @@ Maven:
108108<dependency >
109109 <groupId >com.mattbertolini</groupId >
110110 <artifactId >spring-webmvc-annotated-data-binder</artifactId >
111- <version >0.1.0-SNAPSHOT </version >
111+ <version >0.1.0</version >
112112</dependency >
113113```
114114
115115Gradle:
116116``` groovy
117- implementation 'com.mattbertolini:spring-webmvc-annotated-data-binder:0.1.0-SNAPSHOT '
117+ implementation 'com.mattbertolini:spring-webmvc-annotated-data-binder:0.1.0'
118118```
119119
120120Ivy:
121121``` xml
122- <dependency org =" com.mattbertolini" name =" spring-webmvc-annotated-data-binder" rev =" 0.1.0-SNAPSHOT " />
122+ <dependency org =" com.mattbertolini" name =" spring-webmvc-annotated-data-binder" rev =" 0.1.0" />
123123```
124124
125125### Spring WebFlux
@@ -129,18 +129,18 @@ Maven:
129129<dependency >
130130 <groupId >com.mattbertolini</groupId >
131131 <artifactId >spring-webflux-annotated-data-binder</artifactId >
132- <version >0.1.0-SNAPSHOT </version >
132+ <version >0.1.0</version >
133133</dependency >
134134```
135135
136136Gradle:
137137``` groovy
138- implementation 'com.mattbertolini:spring-webflux-annotated-data-binder:0.1.0-SNAPSHOT '
138+ implementation 'com.mattbertolini:spring-webflux-annotated-data-binder:0.1.0'
139139```
140140
141141Ivy:
142142``` xml
143- <dependency org =" com.mattbertolini" name =" spring-webflux-annotated-data-binder" rev =" 0.1.0-SNAPSHOT " />
143+ <dependency org =" com.mattbertolini" name =" spring-webflux-annotated-data-binder" rev =" 0.1.0" />
144144```
145145
146146## Build
You can’t perform that action at this time.
0 commit comments