Rename maven module to better reflect usage.

Was merged by mistake before the name was adjusted. Related to d83700bd0a.
This commit is contained in:
Norman Maurer 2015-02-17 20:40:39 +01:00
parent 98925a1fa4
commit 6f03c15a93
4 changed files with 3 additions and 3 deletions

View File

@ -512,8 +512,8 @@
<module>handler-proxy</module>
<module>example</module>
<module>testsuite</module>
<module>testsuite-osgi</module>
<module>microbench</module>
<module>osgitests</module>
<module>all</module>
<module>tarball</module>
</modules>

View File

@ -23,10 +23,10 @@
<version>5.0.0.Alpha2-SNAPSHOT</version>
</parent>
<artifactId>netty-osgitests</artifactId>
<artifactId>netty-testsuite-osgi</artifactId>
<packaging>jar</packaging>
<name>Netty/OsgiTests</name>
<name>Netty/Testsuite/OSGI</name>
<properties>
<exam.version>4.4.0</exam.version>