Skip to content

Commit

Permalink
Update netty-build version
Browse files Browse the repository at this point in the history
Motivation:

We recently released a new netty-build version and changed the artifact name

Modifications:

Update version and artifact name

Result:

Use latest version
  • Loading branch information
normanmaurer committed Nov 8, 2020
1 parent 5544470 commit d42704f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<enforcer.plugin.version>1.4.1</enforcer.plugin.version>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<netty.build.version>26</netty.build.version>
<netty.build.version>28</netty.build.version>
<animal.sniffer.skip>true</animal.sniffer.skip>
<forceAutogen>false</forceAutogen>
<forceConfigure>false</forceConfigure>
Expand Down Expand Up @@ -374,7 +374,7 @@
<dependencies>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-build</artifactId>
<artifactId>netty-build-common</artifactId>
<version>${netty.build.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit d42704f

Please sign in to comment.