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:33 UTC

[hbase] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/hbase.git


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

commit a0acf8cb421f5abcc41d52f22d32713952b0b229
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 87448a9..ebb0f42 100755
--- a/pom.xml
+++ b/pom.xml
@@ -1075,6 +1075,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>
@@ -1782,6 +1787,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>