[maven-release-plugin] prepare release netty-build-27
This commit is contained in:
parent
7e00129e61
commit
d1dbd3108f
@ -14,13 +14,11 @@
|
|||||||
~ 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"
|
<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">
|
||||||
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>
|
<parent>
|
||||||
<artifactId>netty-build</artifactId>
|
<artifactId>netty-build</artifactId>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<version>27-SNAPSHOT</version>
|
<version>27</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<artifactId>netty-build-common</artifactId>
|
<artifactId>netty-build-common</artifactId>
|
||||||
|
@ -14,13 +14,11 @@
|
|||||||
~ 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"
|
<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">
|
||||||
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>
|
<parent>
|
||||||
<artifactId>netty-build</artifactId>
|
<artifactId>netty-build</artifactId>
|
||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<version>27-SNAPSHOT</version>
|
<version>27</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
|
4
pom.xml
4
pom.xml
@ -31,7 +31,7 @@
|
|||||||
<groupId>io.netty</groupId>
|
<groupId>io.netty</groupId>
|
||||||
<artifactId>netty-build</artifactId>
|
<artifactId>netty-build</artifactId>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>27-SNAPSHOT</version>
|
<version>27</version>
|
||||||
|
|
||||||
<name>Netty/Build</name>
|
<name>Netty/Build</name>
|
||||||
|
|
||||||
@ -57,7 +57,7 @@
|
|||||||
<url>https://github.com/netty/netty-build</url>
|
<url>https://github.com/netty/netty-build</url>
|
||||||
<connection>scm:git:git://github.com/netty/netty-build.git</connection>
|
<connection>scm:git:git://github.com/netty/netty-build.git</connection>
|
||||||
<developerConnection>scm:git:ssh://git@github.com/netty/netty-build.git</developerConnection>
|
<developerConnection>scm:git:ssh://git@github.com/netty/netty-build.git</developerConnection>
|
||||||
<tag>HEAD</tag>
|
<tag>netty-build-27</tag>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
Loading…
Reference in New Issue
Block a user