From 644dca6b097562d62b23126ecf5d21cba02ecc28 Mon Sep 17 00:00:00 2001 From: Jan Henrik Wiesner Date: Thu, 21 Dec 2023 22:17:29 +0100 Subject: [PATCH] added name property --- core/pom.xml | 1 + mina/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 96f4a6f..0a79139 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -10,6 +10,7 @@ sshsig-core + SSHSIG :: Core Implementation diff --git a/mina/pom.xml b/mina/pom.xml index c59e403..36da934 100644 --- a/mina/pom.xml +++ b/mina/pom.xml @@ -10,6 +10,7 @@ sshsig-mina + SSHSIG :: (Apache Mina SSH-Agent Support)