You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2021/12/18 02:48:32 UTC

[hbase] branch branch-2.5 updated: HBASE-26601 maven-gpg-plugin failing with "Inappropriate ioctl for device"

This is an automated email from the ASF dual-hosted git repository.

apurtell pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 5d56c80  HBASE-26601 maven-gpg-plugin failing with "Inappropriate ioctl for device"
5d56c80 is described below

commit 5d56c8005b3f236591629da208c7d50b90f9c1a4
Author: Andrew Purtell <ap...@apache.org>
AuthorDate: Fri Dec 17 17:58:17 2021 -0800

    HBASE-26601 maven-gpg-plugin failing with "Inappropriate ioctl for device"
    
    Signed-off-by: Andrew Purtell <ap...@apache.org>
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index c706281..fc239af 100755
--- a/pom.xml
+++ b/pom.xml
@@ -865,6 +865,11 @@
             </dependency>
           </dependencies>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-gpg-plugin</artifactId>
+          <version>${maven.gpg.version}</version>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>
@@ -1525,6 +1530,7 @@
     <maven.bundle.version>3.3.0</maven.bundle.version>
     <maven.checkstyle.version>3.1.0</maven.checkstyle.version>
     <maven.eclipse.version>2.10</maven.eclipse.version>
+    <maven.gpg.version>3.0.1</maven.gpg.version>
     <maven.javadoc.version>3.2.0</maven.javadoc.version>
     <maven.warbucks.version>1.1.0</maven.warbucks.version>
     <maven.project.info.report.version>3.1.2</maven.project.info.report.version>