[maven-release-plugin] prepare release netty-build-27

This commit is contained in:
Norman Maurer 2020-11-05 15:59:44 +01:00
parent 7e00129e61
commit d1dbd3108f
3 changed files with 6 additions and 10 deletions

View File

@ -14,13 +14,11 @@
~ License for the specific language governing permissions and limitations
~ under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>netty-build</artifactId>
<groupId>io.netty</groupId>
<version>27-SNAPSHOT</version>
<version>27</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>netty-build-common</artifactId>

View File

@ -14,13 +14,11 @@
~ License for the specific language governing permissions and limitations
~ under the License.
-->
<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/xsd/maven-4.0.0.xsd">
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>netty-build</artifactId>
<groupId>io.netty</groupId>
<version>27-SNAPSHOT</version>
<version>27</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>maven-plugin</packaging>

View File

@ -31,7 +31,7 @@
<groupId>io.netty</groupId>
<artifactId>netty-build</artifactId>
<packaging>pom</packaging>
<version>27-SNAPSHOT</version>
<version>27</version>
<name>Netty/Build</name>
@ -57,7 +57,7 @@
<url>https://github.com/netty/netty-build</url>
<connection>scm:git:git://github.com/netty/netty-build.git</connection>
<developerConnection>scm:git:ssh://git@github.com/netty/netty-build.git</developerConnection>
<tag>HEAD</tag>
<tag>netty-build-27</tag>
</scm>
<developers>