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

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


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

commit d1b4530a155c8aa29383935f55e21ccd7a8e227d
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 f5002ff..0c29121 100755
--- a/pom.xml
+++ b/pom.xml
@@ -862,6 +862,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>
@@ -1501,6 +1506,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>