Upgrade netty-build to 20

- Preparation for merging openssl branch
- Also upgrade oss-parent to the latest version
This commit is contained in:
Trustin Lee 2014-05-07 22:46:59 +09:00
parent b58277e079
commit b954f6e85d

View File

@ -20,7 +20,7 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
</parent>
<groupId>io.netty</groupId>
@ -671,7 +671,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>netty-build</artifactId>
<version>16</version>
<version>20</version>
</dependency>
</dependencies>
</plugin>