From b6fcced64cdff325c49861922e56bcebe3447b73 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Sat, 21 Nov 2015 09:56:06 +0900 Subject: [PATCH] Require RHEL/CentOS 6.7 for releasing Netty 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. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 5dee5054e9..f311b3f862 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@