You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2021/04/06 21:34:59 UTC

[aries] 01/02: fix release plugin commit to gitbox repo with correct credentials

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

rotty3000 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git

commit dbe933b265bfabeb944e8ad8ee97311285b5f16c
Author: Raymond Augé <ro...@apache.org>
AuthorDate: Tue Apr 6 17:33:20 2021 -0400

    fix release plugin commit to gitbox repo with correct credentials
    
    Signed-off-by: Raymond Augé <ro...@apache.org>
---
 spi-fly/pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/spi-fly/pom.xml b/spi-fly/pom.xml
index d4dec7d..23a99a7 100644
--- a/spi-fly/pom.xml
+++ b/spi-fly/pom.xml
@@ -41,10 +41,12 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/aries.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=aries.git;a=summary</url>
-      <tag>HEAD</tag>
+        <tag>HEAD</tag>
     </scm>
 
     <properties>
+        <project.scm.id>apache.releases.https</project.scm.id>
+
         <apache-rat-plugin.version>0.13</apache-rat-plugin.version>
         <asm.version>9.1</asm.version>
         <bnd.version>5.3.0</bnd.version>