This is an automated email from the ASF dual-hosted git repository. yukon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-remoting.git
commit bd53e43aef32082d5313bf9db3d1a65a676b6403 Author: yukon <[email protected]> AuthorDate: Thu Jun 6 21:42:35 2019 +0800 Move build section to parent pom --- pom.xml | 10 ++++++++++ remoting-core/remoting-impl/pom.xml | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 3d28b24..110a960 100644 --- a/pom.xml +++ b/pom.xml @@ -9,6 +9,16 @@ <version>0.1.0-SNAPSHOT</version> <packaging>pom</packaging> + <build> + <extensions> + <extension> + <groupId>kr.motd.maven</groupId> + <artifactId>os-maven-plugin</artifactId> + <version>1.5.0.Final</version> + </extension> + </extensions> + </build> + <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> diff --git a/remoting-core/remoting-impl/pom.xml b/remoting-core/remoting-impl/pom.xml index 0ace69f..0af7895 100644 --- a/remoting-core/remoting-impl/pom.xml +++ b/remoting-core/remoting-impl/pom.xml @@ -12,16 +12,6 @@ <artifactId>remoting-impl</artifactId> - <build> - <extensions> - <extension> - <groupId>kr.motd.maven</groupId> - <artifactId>os-maven-plugin</artifactId> - <version>1.5.0.Final</version> - </extension> - </extensions> - </build> - <properties> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target>
