Skip to content

Commit 1188d83

Browse files
committedDec 17, 2020
[maven-release-plugin] prepare release netty-4.1.56.Final
1 parent 882c111 commit 1188d83

File tree

43 files changed

+85
-81
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+85
-81
lines changed
 

‎all/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>io.netty</groupId>
2222
<artifactId>netty-parent</artifactId>
23-
<version>4.1.56.Final-SNAPSHOT</version>
23+
<version>4.1.56.Final</version>
2424
</parent>
2525

2626
<artifactId>netty-all</artifactId>

‎bom/pom.xml

+38-38
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<groupId>io.netty</groupId>
2727
<artifactId>netty-bom</artifactId>
28-
<version>4.1.56.Final-SNAPSHOT</version>
28+
<version>4.1.56.Final</version>
2929
<packaging>pom</packaging>
3030

3131
<name>Netty/BOM</name>
@@ -49,7 +49,7 @@
4949
<url>https://github.com/netty/netty</url>
5050
<connection>scm:git:git://github.com/netty/netty.git</connection>
5151
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
52-
<tag>HEAD</tag>
52+
<tag>netty-4.1.56.Final</tag>
5353
</scm>
5454

5555
<developers>
@@ -69,188 +69,188 @@
6969
<dependency>
7070
<groupId>io.netty</groupId>
7171
<artifactId>netty-buffer</artifactId>
72-
<version>4.1.56.Final-SNAPSHOT</version>
72+
<version>4.1.56.Final</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>io.netty</groupId>
7676
<artifactId>netty-codec</artifactId>
77-
<version>4.1.56.Final-SNAPSHOT</version>
77+
<version>4.1.56.Final</version>
7878
</dependency>
7979
<dependency>
8080
<groupId>io.netty</groupId>
8181
<artifactId>netty-codec-dns</artifactId>
82-
<version>4.1.56.Final-SNAPSHOT</version>
82+
<version>4.1.56.Final</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>io.netty</groupId>
8686
<artifactId>netty-codec-haproxy</artifactId>
87-
<version>4.1.56.Final-SNAPSHOT</version>
87+
<version>4.1.56.Final</version>
8888
</dependency>
8989
<dependency>
9090
<groupId>io.netty</groupId>
9191
<artifactId>netty-codec-http</artifactId>
92-
<version>4.1.56.Final-SNAPSHOT</version>
92+
<version>4.1.56.Final</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>io.netty</groupId>
9696
<artifactId>netty-codec-http2</artifactId>
97-
<version>4.1.56.Final-SNAPSHOT</version>
97+
<version>4.1.56.Final</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>io.netty</groupId>
101101
<artifactId>netty-codec-memcache</artifactId>
102-
<version>4.1.56.Final-SNAPSHOT</version>
102+
<version>4.1.56.Final</version>
103103
</dependency>
104104
<dependency>
105105
<groupId>io.netty</groupId>
106106
<artifactId>netty-codec-mqtt</artifactId>
107-
<version>4.1.56.Final-SNAPSHOT</version>
107+
<version>4.1.56.Final</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>io.netty</groupId>
111111
<artifactId>netty-codec-redis</artifactId>
112-
<version>4.1.56.Final-SNAPSHOT</version>
112+
<version>4.1.56.Final</version>
113113
</dependency>
114114
<dependency>
115115
<groupId>io.netty</groupId>
116116
<artifactId>netty-codec-smtp</artifactId>
117-
<version>4.1.56.Final-SNAPSHOT</version>
117+
<version>4.1.56.Final</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>io.netty</groupId>
121121
<artifactId>netty-codec-socks</artifactId>
122-
<version>4.1.56.Final-SNAPSHOT</version>
122+
<version>4.1.56.Final</version>
123123
</dependency>
124124
<dependency>
125125
<groupId>io.netty</groupId>
126126
<artifactId>netty-codec-stomp</artifactId>
127-
<version>4.1.56.Final-SNAPSHOT</version>
127+
<version>4.1.56.Final</version>
128128
</dependency>
129129
<dependency>
130130
<groupId>io.netty</groupId>
131131
<artifactId>netty-codec-xml</artifactId>
132-
<version>4.1.56.Final-SNAPSHOT</version>
132+
<version>4.1.56.Final</version>
133133
</dependency>
134134
<dependency>
135135
<groupId>io.netty</groupId>
136136
<artifactId>netty-common</artifactId>
137-
<version>4.1.56.Final-SNAPSHOT</version>
137+
<version>4.1.56.Final</version>
138138
</dependency>
139139
<dependency>
140140
<groupId>io.netty</groupId>
141141
<artifactId>netty-dev-tools</artifactId>
142-
<version>4.1.56.Final-SNAPSHOT</version>
142+
<version>4.1.56.Final</version>
143143
</dependency>
144144
<dependency>
145145
<groupId>io.netty</groupId>
146146
<artifactId>netty-handler</artifactId>
147-
<version>4.1.56.Final-SNAPSHOT</version>
147+
<version>4.1.56.Final</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>io.netty</groupId>
151151
<artifactId>netty-handler-proxy</artifactId>
152-
<version>4.1.56.Final-SNAPSHOT</version>
152+
<version>4.1.56.Final</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>io.netty</groupId>
156156
<artifactId>netty-resolver</artifactId>
157-
<version>4.1.56.Final-SNAPSHOT</version>
157+
<version>4.1.56.Final</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>io.netty</groupId>
161161
<artifactId>netty-resolver-dns</artifactId>
162-
<version>4.1.56.Final-SNAPSHOT</version>
162+
<version>4.1.56.Final</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>io.netty</groupId>
166166
<artifactId>netty-transport</artifactId>
167-
<version>4.1.56.Final-SNAPSHOT</version>
167+
<version>4.1.56.Final</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>io.netty</groupId>
171171
<artifactId>netty-transport-rxtx</artifactId>
172-
<version>4.1.56.Final-SNAPSHOT</version>
172+
<version>4.1.56.Final</version>
173173
</dependency>
174174
<dependency>
175175
<groupId>io.netty</groupId>
176176
<artifactId>netty-transport-sctp</artifactId>
177-
<version>4.1.56.Final-SNAPSHOT</version>
177+
<version>4.1.56.Final</version>
178178
</dependency>
179179
<dependency>
180180
<groupId>io.netty</groupId>
181181
<artifactId>netty-transport-udt</artifactId>
182-
<version>4.1.56.Final-SNAPSHOT</version>
182+
<version>4.1.56.Final</version>
183183
</dependency>
184184
<dependency>
185185
<groupId>io.netty</groupId>
186186
<artifactId>netty-example</artifactId>
187-
<version>4.1.56.Final-SNAPSHOT</version>
187+
<version>4.1.56.Final</version>
188188
</dependency>
189189
<dependency>
190190
<groupId>io.netty</groupId>
191191
<artifactId>netty-all</artifactId>
192-
<version>4.1.56.Final-SNAPSHOT</version>
192+
<version>4.1.56.Final</version>
193193
</dependency>
194194
<dependency>
195195
<groupId>io.netty</groupId>
196196
<artifactId>netty-resolver-dns-native-macos</artifactId>
197-
<version>4.1.56.Final-SNAPSHOT</version>
197+
<version>4.1.56.Final</version>
198198
</dependency>
199199
<dependency>
200200
<groupId>io.netty</groupId>
201201
<artifactId>netty-resolver-dns-native-macos</artifactId>
202-
<version>4.1.56.Final-SNAPSHOT</version>
202+
<version>4.1.56.Final</version>
203203
<classifier>osx-x86_64</classifier>
204204
</dependency>
205205
<dependency>
206206
<groupId>io.netty</groupId>
207207
<artifactId>netty-transport-native-unix-common</artifactId>
208-
<version>4.1.56.Final-SNAPSHOT</version>
208+
<version>4.1.56.Final</version>
209209
</dependency>
210210
<dependency>
211211
<groupId>io.netty</groupId>
212212
<artifactId>netty-transport-native-unix-common</artifactId>
213-
<version>4.1.56.Final-SNAPSHOT</version>
213+
<version>4.1.56.Final</version>
214214
<classifier>linux-aarch_64</classifier>
215215
</dependency>
216216
<dependency>
217217
<groupId>io.netty</groupId>
218218
<artifactId>netty-transport-native-unix-common</artifactId>
219-
<version>4.1.56.Final-SNAPSHOT</version>
219+
<version>4.1.56.Final</version>
220220
<classifier>linux-x86_64</classifier>
221221
</dependency>
222222
<dependency>
223223
<groupId>io.netty</groupId>
224224
<artifactId>netty-transport-native-unix-common</artifactId>
225-
<version>4.1.56.Final-SNAPSHOT</version>
225+
<version>4.1.56.Final</version>
226226
<classifier>osx-x86_64</classifier>
227227
</dependency>
228228
<dependency>
229229
<groupId>io.netty</groupId>
230230
<artifactId>netty-transport-native-epoll</artifactId>
231-
<version>4.1.56.Final-SNAPSHOT</version>
231+
<version>4.1.56.Final</version>
232232
</dependency>
233233
<dependency>
234234
<groupId>io.netty</groupId>
235235
<artifactId>netty-transport-native-epoll</artifactId>
236-
<version>4.1.56.Final-SNAPSHOT</version>
236+
<version>4.1.56.Final</version>
237237
<classifier>linux-aarch_64</classifier>
238238
</dependency>
239239
<dependency>
240240
<groupId>io.netty</groupId>
241241
<artifactId>netty-transport-native-epoll</artifactId>
242-
<version>4.1.56.Final-SNAPSHOT</version>
242+
<version>4.1.56.Final</version>
243243
<classifier>linux-x86_64</classifier>
244244
</dependency>
245245
<dependency>
246246
<groupId>io.netty</groupId>
247247
<artifactId>netty-transport-native-kqueue</artifactId>
248-
<version>4.1.56.Final-SNAPSHOT</version>
248+
<version>4.1.56.Final</version>
249249
</dependency>
250250
<dependency>
251251
<groupId>io.netty</groupId>
252252
<artifactId>netty-transport-native-kqueue</artifactId>
253-
<version>4.1.56.Final-SNAPSHOT</version>
253+
<version>4.1.56.Final</version>
254254
<classifier>osx-x86_64</classifier>
255255
</dependency>
256256
</dependencies>

0 commit comments

Comments
 (0)
Please sign in to comment.