Skip to content

Commit 1eeb942

Browse files
committed
Update version info
1 parent ffd181f commit 1eeb942

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

115115
Gradle:
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

120120
Ivy:
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

136136
Gradle:
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

141141
Ivy:
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

0 commit comments

Comments
 (0)