You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2016/12/23 03:50:24 UTC

incubator-rocketmq git commit: Remove redundant groupId statement if it is stardard maven plugin

Repository: incubator-rocketmq
Updated Branches:
  refs/heads/master b9bd59f33 -> fe4ecaa2b


Remove redundant groupId statement if it is stardard maven plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/commit/fe4ecaa2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/tree/fe4ecaa2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/diff/fe4ecaa2

Branch: refs/heads/master
Commit: fe4ecaa2b6bfe5ab166c540965ef4c92f1f41f18
Parents: b9bd59f
Author: vongosling <vo...@apache.org>
Authored: Fri Dec 23 11:50:16 2016 +0800
Committer: vongosling <vo...@apache.org>
Committed: Fri Dec 23 11:50:16 2016 +0800

----------------------------------------------------------------------
 pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-rocketmq/blob/fe4ecaa2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8c20a23..4650af1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -313,7 +313,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
                 <version>2.17</version>
                 <executions>