You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/08/14 16:14:12 UTC

[1/2] hbase git commit: Revert "HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271" Commit message references wrong-issue

Repository: hbase
Updated Branches:
  refs/heads/branch-2 b4793a035 -> c20ce21fe


Revert "HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271"
Commit message references wrong-issue

This reverts commit b4793a03554c08a9e33b76457a1c1fe347aa0f2f.


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

Branch: refs/heads/branch-2
Commit: c8d56bb13e68680613121df5e5de4e4d197211e2
Parents: b4793a0
Author: Michael Stack <st...@apache.org>
Authored: Mon Aug 14 09:12:14 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Mon Aug 14 09:12:14 2017 -0700

----------------------------------------------------------------------
 hbase-protocol-shaded/pom.xml | 17 -----------------
 1 file changed, 17 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c8d56bb1/hbase-protocol-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index f9400b3..fff02f8 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -192,23 +192,6 @@
                     <ignore/>
                   </action>
                 </pluginExecution>
-                <pluginExecution>
-                  <pluginExecutionFilter>
-                    <groupId>
-                      com.google.code.maven-replacer-plugin
-                    </groupId>
-                    <artifactId>replacer</artifactId>
-                    <versionRange>[1.5.3,)</versionRange>
-                    <goals>
-                      <goal>replace</goal>
-                    </goals>
-                  </pluginExecutionFilter>
-                  <action>
-                    <execute>
-                     <runOnIncremental>false</runOnIncremental>
-                    </execute>
-                  </action>
-                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>


[2/2] hbase git commit: HBASE-18593 Tell m2eclipse what to do w/ replacer plugin

Posted by st...@apache.org.
HBASE-18593 Tell m2eclipse what to do w/ replacer plugin


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

Branch: refs/heads/branch-2
Commit: c20ce21fe800289ed902cacbf3d72ad614264442
Parents: c8d56bb
Author: Michael Stack <st...@apache.org>
Authored: Mon Aug 14 09:13:27 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Mon Aug 14 09:14:05 2017 -0700

----------------------------------------------------------------------
 hbase-protocol-shaded/pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/c20ce21f/hbase-protocol-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index fff02f8..f9400b3 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -192,6 +192,23 @@
                     <ignore/>
                   </action>
                 </pluginExecution>
+                <pluginExecution>
+                  <pluginExecutionFilter>
+                    <groupId>
+                      com.google.code.maven-replacer-plugin
+                    </groupId>
+                    <artifactId>replacer</artifactId>
+                    <versionRange>[1.5.3,)</versionRange>
+                    <goals>
+                      <goal>replace</goal>
+                    </goals>
+                  </pluginExecutionFilter>
+                  <action>
+                    <execute>
+                     <runOnIncremental>false</runOnIncremental>
+                    </execute>
+                  </action>
+                </pluginExecution>
               </pluginExecutions>
             </lifecycleMappingMetadata>
           </configuration>