Skip to content

Commit

Permalink
Require RHEL/CentOS 6.7 for releasing Netty
Browse files Browse the repository at this point in the history
Motivation:

6.7 is the latest stable release in RHEL/CentOS 6 line. Given that most
RHEL/CentOS users have upgraded to 6.7 via yum upgrade, we should bump
our requirement.

Modification:

s/6.6/6.7/g

Result:

'mvn release:*' must be run on RHEL/CentOS 6.7 instead of 6.6.
  • Loading branch information
trustin committed Nov 21, 2015
1 parent 6cb6282 commit b6fcced
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</modules>
</profile>
<!--
Netty must be released from RHEL 6.6 x86_64 or compatible so that:
Netty must be released from RHEL 6.7 x86_64 or compatible so that:

1) we ship x86_64 version of epoll transport officially, and
2) we ensure the ABI compatibility with older GLIBC versions.
Expand Down Expand Up @@ -158,12 +158,12 @@
</requireProperty>
<requireFilesContent>
<message>
Release process must be performed on RHEL 6.6 or its derivatives.
Release process must be performed on RHEL 6.7 or its derivatives.
</message>
<files>
<file>/etc/redhat-release</file>
</files>
<content>release 6.6</content>
<content>release 6.7</content>
</requireFilesContent>
</rules>
</configuration>
Expand Down

0 comments on commit b6fcced

Please sign in to comment.