[maven-release-plugin] prepare release netty-4.0.46.Final

This commit is contained in:
Norman Maurer 2017-04-29 15:21:21 +02:00
parent d495ddb0a2
commit cdc6671828
22 changed files with 45 additions and 42 deletions

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-all</artifactId> <artifactId>netty-all</artifactId>

View File

@ -25,7 +25,7 @@
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId> <artifactId>netty-bom</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Netty/BOM</name> <name>Netty/BOM</name>
@ -49,7 +49,7 @@
<url>https://github.com/netty/netty</url> <url>https://github.com/netty/netty</url>
<connection>scm:git:git://github.com/netty/netty.git</connection> <connection>scm:git:git://github.com/netty/netty.git</connection>
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
<tag>HEAD</tag> <tag>netty-4.0.46.Final</tag>
</scm> </scm>
<developers> <developers>
@ -69,67 +69,67 @@
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId> <artifactId>netty-buffer</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-codec</artifactId> <artifactId>netty-codec</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-codec-haproxy</artifactId> <artifactId>netty-codec-haproxy</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId> <artifactId>netty-codec-http</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-codec-socks</artifactId> <artifactId>netty-codec-socks</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-common</artifactId> <artifactId>netty-common</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId> <artifactId>netty-handler</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-transport</artifactId> <artifactId>netty-transport</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-transport-rxtx</artifactId> <artifactId>netty-transport-rxtx</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-transport-sctp</artifactId> <artifactId>netty-transport-sctp</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-transport-udt</artifactId> <artifactId>netty-transport-udt</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-example</artifactId> <artifactId>netty-example</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-all</artifactId> <artifactId>netty-all</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</dependency> </dependency>
</dependencies> </dependencies>
</dependencyManagement> </dependencyManagement>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-buffer</artifactId> <artifactId>netty-buffer</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-codec-haproxy</artifactId> <artifactId>netty-codec-haproxy</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-codec-http</artifactId> <artifactId>netty-codec-http</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-codec-socks</artifactId> <artifactId>netty-codec-socks</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-codec</artifactId> <artifactId>netty-codec</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-common</artifactId> <artifactId>netty-common</artifactId>

View File

@ -14,19 +14,18 @@
~ License for the specific language governing permissions and limitations ~ License for the specific language governing permissions and limitations
~ under the License. ~ under the License.
--> -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.sonatype.oss</groupId> <groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId> <artifactId>oss-parent</artifactId>
<version>7</version> <version>7</version>
<relativePath></relativePath> <relativePath />
</parent> </parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-dev-tools</artifactId> <artifactId>netty-dev-tools</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
<name>Netty/Dev-Tools</name> <name>Netty/Dev-Tools</name>
@ -51,4 +50,8 @@
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
<scm>
<tag>netty-4.0.46.Final</tag>
</scm>
</project> </project>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-example</artifactId> <artifactId>netty-example</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-handler</artifactId> <artifactId>netty-handler</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-microbench</artifactId> <artifactId>netty-microbench</artifactId>

View File

@ -26,7 +26,7 @@
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
<name>Netty</name> <name>Netty</name>
<url>http://netty.io/</url> <url>http://netty.io/</url>
@ -53,7 +53,7 @@
<url>https://github.com/netty/netty</url> <url>https://github.com/netty/netty</url>
<connection>scm:git:git://github.com/netty/netty.git</connection> <connection>scm:git:git://github.com/netty/netty.git</connection>
<developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection> <developerConnection>scm:git:ssh://git@github.com/netty/netty.git</developerConnection>
<tag>HEAD</tag> <tag>netty-4.0.46.Final</tag>
</scm> </scm>
<developers> <developers>
@ -177,7 +177,7 @@
Release process must be performed on linux-x86_64. Release process must be performed on linux-x86_64.
</regexMessage> </regexMessage>
<property>os.detected.classifier</property> <property>os.detected.classifier</property>
<regex>^linux-x86_64-fedora$</regex> <regex>^linux-x86_64$</regex>
</requireProperty> </requireProperty>
<requireFilesContent> <requireFilesContent>
<message> <message>
@ -251,7 +251,7 @@
<conscrypt.groupId>org.conscrypt</conscrypt.groupId> <conscrypt.groupId>org.conscrypt</conscrypt.groupId>
<conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId> <conscrypt.artifactId>conscrypt-openjdk-uber</conscrypt.artifactId>
<conscrypt.version>1.0.0.RC7</conscrypt.version> <conscrypt.version>1.0.0.RC7</conscrypt.version>
<conscrypt.classifier></conscrypt.classifier> <conscrypt.classifier />
<epoll.classifier>${os.detected.name}-${os.detected.arch}</epoll.classifier> <epoll.classifier>${os.detected.name}-${os.detected.arch}</epoll.classifier>
<logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config> <logging.config>${project.basedir}/../common/src/test/resources/logback-test.xml</logging.config>
<logging.logLevel>debug</logging.logLevel> <logging.logLevel>debug</logging.logLevel>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-tarball</artifactId> <artifactId>netty-tarball</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-testsuite-autobahn</artifactId> <artifactId>netty-testsuite-autobahn</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-testsuite-osgi</artifactId> <artifactId>netty-testsuite-osgi</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-testsuite</artifactId> <artifactId>netty-testsuite</artifactId>

View File

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-transport-native-epoll</artifactId> <artifactId>netty-transport-native-epoll</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-transport-rxtx</artifactId> <artifactId>netty-transport-rxtx</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-transport-sctp</artifactId> <artifactId>netty-transport-sctp</artifactId>

View File

@ -21,7 +21,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-transport-udt</artifactId> <artifactId>netty-transport-udt</artifactId>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>io.netty</groupId> <groupId>io.netty</groupId>
<artifactId>netty-parent</artifactId> <artifactId>netty-parent</artifactId>
<version>4.0.46.Final-SNAPSHOT</version> <version>4.0.46.Final</version>
</parent> </parent>
<artifactId>netty-transport</artifactId> <artifactId>netty-transport</artifactId>