Update to new netty-build version to be able to correctly detect copyright header in property files. (#8967)
Motivation: https://github.com/netty/netty/pull/8963 adds property files which contains a netty copyright header but our old checkstyle regex did not correct detect these. Modifications: Update to new netty-build which contains an updated regex. Result: Be able to correctly detect copyright headers in property files.
This commit is contained in:
parent
7d5578b8a6
commit
a8aa791768
2
pom.xml
2
pom.xml
@ -256,7 +256,7 @@
|
||||
<netty.dev.tools.directory>${project.build.directory}/dev-tools</netty.dev.tools.directory>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<netty.build.version>23</netty.build.version>
|
||||
<netty.build.version>24</netty.build.version>
|
||||
<jboss.marshalling.version>1.4.11.Final</jboss.marshalling.version>
|
||||
<jetty.alpnAgent.version>2.0.8</jetty.alpnAgent.version>
|
||||
<jetty.alpnAgent.path>"${settings.localRepository}"/org/mortbay/jetty/alpn/jetty-alpn-agent/${jetty.alpnAgent.version}/jetty-alpn-agent-${jetty.alpnAgent.version}.jar</jetty.alpnAgent.path>
|
||||
|
Loading…
Reference in New Issue
Block a user