You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2023/02/09 10:19:00 UTC

[directory-kerby] branch trunk updated: Fixing gpg plugin

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

coheigea pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/directory-kerby.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 7fbfe359 Fixing gpg plugin
7fbfe359 is described below

commit 7fbfe35959e94bf9da3bdfba3eda7cd2e46ff558
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Feb 9 10:18:51 2023 +0000

    Fixing gpg plugin
---
 benchmark/pom.xml                       | 2 +-
 has-project/has-client-plugin/pom.xml   | 2 +-
 has-project/has-client/pom.xml          | 2 +-
 has-project/has-common/pom.xml          | 2 +-
 has-project/has-server-plugin/pom.xml   | 2 +-
 has-project/has-server/pom.xml          | 2 +-
 has-project/pom.xml                     | 2 +-
 kerby-backend/json-backend/pom.xml      | 2 +-
 kerby-backend/ldap-backend/pom.xml      | 2 +-
 kerby-backend/mavibot-backend/pom.xml   | 2 +-
 kerby-backend/mysql-backend/pom.xml     | 2 +-
 kerby-backend/pom.xml                   | 2 +-
 kerby-backend/zookeeper-backend/pom.xml | 2 +-
 kerby-common/kerby-asn1/pom.xml         | 2 +-
 kerby-common/kerby-config/pom.xml       | 2 +-
 kerby-common/kerby-util/pom.xml         | 2 +-
 kerby-common/kerby-xdr/pom.xml          | 2 +-
 kerby-common/pom.xml                    | 2 +-
 kerby-dist/has-dist/pom.xml             | 2 +-
 kerby-dist/kdc-dist/pom.xml             | 2 +-
 kerby-dist/pom.xml                      | 2 +-
 kerby-dist/tool-dist/pom.xml            | 2 +-
 kerby-kdc-test/pom.xml                  | 2 +-
 kerby-kdc/pom.xml                       | 2 +-
 kerby-kerb/integration-test/pom.xml     | 2 +-
 kerby-kerb/kerb-admin-server/pom.xml    | 2 +-
 kerby-kerb/kerb-admin/pom.xml           | 2 +-
 kerby-kerb/kerb-client-api-all/pom.xml  | 2 +-
 kerby-kerb/kerb-client/pom.xml          | 2 +-
 kerby-kerb/kerb-common/pom.xml          | 2 +-
 kerby-kerb/kerb-core/pom.xml            | 2 +-
 kerby-kerb/kerb-crypto/pom.xml          | 2 +-
 kerby-kerb/kerb-gssapi/pom.xml          | 2 +-
 kerby-kerb/kerb-identity-test/pom.xml   | 2 +-
 kerby-kerb/kerb-identity/pom.xml        | 2 +-
 kerby-kerb/kerb-kdc-test/pom.xml        | 2 +-
 kerby-kerb/kerb-server-api-all/pom.xml  | 2 +-
 kerby-kerb/kerb-server/pom.xml          | 2 +-
 kerby-kerb/kerb-simplekdc/pom.xml       | 2 +-
 kerby-kerb/kerb-util/pom.xml            | 2 +-
 kerby-kerb/pom.xml                      | 2 +-
 kerby-pkix/pom.xml                      | 2 +-
 kerby-provider/pom.xml                  | 2 +-
 kerby-provider/token-provider/pom.xml   | 2 +-
 kerby-tool/client-tool/pom.xml          | 2 +-
 kerby-tool/has-tool/pom.xml             | 2 +-
 kerby-tool/kdc-tool/pom.xml             | 2 +-
 kerby-tool/pom.xml                      | 2 +-
 pom.xml                                 | 6 +++---
 49 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/benchmark/pom.xml b/benchmark/pom.xml
index 8cc3e1ab..8590f23d 100644
--- a/benchmark/pom.xml
+++ b/benchmark/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>kerby-all</artifactId>
     <groupId>org.apache.kerby</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>benchmark</artifactId>
diff --git a/has-project/has-client-plugin/pom.xml b/has-project/has-client-plugin/pom.xml
index 349c40f7..e5fd38a7 100644
--- a/has-project/has-client-plugin/pom.xml
+++ b/has-project/has-client-plugin/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <artifactId>has-project</artifactId>
         <groupId>org.apache.kerby</groupId>
-        <version>2.0.3-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/has-project/has-client/pom.xml b/has-project/has-client/pom.xml
index a560ebbe..9343cd99 100644
--- a/has-project/has-client/pom.xml
+++ b/has-project/has-client/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <artifactId>has-project</artifactId>
         <groupId>org.apache.kerby</groupId>
-        <version>2.0.3-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/has-project/has-common/pom.xml b/has-project/has-common/pom.xml
index 7d05b11b..9f380909 100644
--- a/has-project/has-common/pom.xml
+++ b/has-project/has-common/pom.xml
@@ -16,7 +16,7 @@
   <parent>
       <artifactId>has-project</artifactId>
       <groupId>org.apache.kerby</groupId>
-      <version>2.0.3-SNAPSHOT</version>
+      <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/has-project/has-server-plugin/pom.xml b/has-project/has-server-plugin/pom.xml
index 671fda01..cb69dad3 100644
--- a/has-project/has-server-plugin/pom.xml
+++ b/has-project/has-server-plugin/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <artifactId>has-project</artifactId>
         <groupId>org.apache.kerby</groupId>
-        <version>2.0.3-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/has-project/has-server/pom.xml b/has-project/has-server/pom.xml
index 04690c6c..8258ee8e 100644
--- a/has-project/has-server/pom.xml
+++ b/has-project/has-server/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <artifactId>has-project</artifactId>
     <groupId>org.apache.kerby</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/has-project/pom.xml b/has-project/pom.xml
index 00ec63d1..23391cc1 100644
--- a/has-project/pom.xml
+++ b/has-project/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/kerby-backend/json-backend/pom.xml b/kerby-backend/json-backend/pom.xml
index bc83cceb..1950c75f 100644
--- a/kerby-backend/json-backend/pom.xml
+++ b/kerby-backend/json-backend/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-backend</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>json-backend</artifactId>
diff --git a/kerby-backend/ldap-backend/pom.xml b/kerby-backend/ldap-backend/pom.xml
index bccef90f..4fbe6b5a 100644
--- a/kerby-backend/ldap-backend/pom.xml
+++ b/kerby-backend/ldap-backend/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-backend</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>ldap-backend</artifactId>
diff --git a/kerby-backend/mavibot-backend/pom.xml b/kerby-backend/mavibot-backend/pom.xml
index f9d9a20b..c3880ee5 100644
--- a/kerby-backend/mavibot-backend/pom.xml
+++ b/kerby-backend/mavibot-backend/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-backend</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <artifactId>mavibot-backend</artifactId>
   <name>Mavibot based backend</name>
diff --git a/kerby-backend/mysql-backend/pom.xml b/kerby-backend/mysql-backend/pom.xml
index 801baed8..586e58d1 100644
--- a/kerby-backend/mysql-backend/pom.xml
+++ b/kerby-backend/mysql-backend/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-backend</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>mysql-backend</artifactId>
diff --git a/kerby-backend/pom.xml b/kerby-backend/pom.xml
index ae284f00..9bfb53e2 100644
--- a/kerby-backend/pom.xml
+++ b/kerby-backend/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerby-backend</artifactId>
diff --git a/kerby-backend/zookeeper-backend/pom.xml b/kerby-backend/zookeeper-backend/pom.xml
index 753de624..cf91ad01 100644
--- a/kerby-backend/zookeeper-backend/pom.xml
+++ b/kerby-backend/zookeeper-backend/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-backend</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>zookeeper-backend</artifactId>
diff --git a/kerby-common/kerby-asn1/pom.xml b/kerby-common/kerby-asn1/pom.xml
index c496679a..3b88ac47 100644
--- a/kerby-common/kerby-asn1/pom.xml
+++ b/kerby-common/kerby-asn1/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-common</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/kerby-common/kerby-config/pom.xml b/kerby-common/kerby-config/pom.xml
index 37d9f533..59b56ce0 100644
--- a/kerby-common/kerby-config/pom.xml
+++ b/kerby-common/kerby-config/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-common</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/kerby-common/kerby-util/pom.xml b/kerby-common/kerby-util/pom.xml
index 00b340c7..db0e4773 100644
--- a/kerby-common/kerby-util/pom.xml
+++ b/kerby-common/kerby-util/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-common</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerby-util</artifactId>
diff --git a/kerby-common/kerby-xdr/pom.xml b/kerby-common/kerby-xdr/pom.xml
index 75f25951..0c479943 100644
--- a/kerby-common/kerby-xdr/pom.xml
+++ b/kerby-common/kerby-xdr/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-common</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/kerby-common/pom.xml b/kerby-common/pom.xml
index 1591048b..5711708e 100644
--- a/kerby-common/pom.xml
+++ b/kerby-common/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   
   <artifactId>kerby-common</artifactId>
diff --git a/kerby-dist/has-dist/pom.xml b/kerby-dist/has-dist/pom.xml
index 9bc08f69..5c87117f 100644
--- a/kerby-dist/has-dist/pom.xml
+++ b/kerby-dist/has-dist/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>kerby-dist</artifactId>
     <groupId>org.apache.kerby</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/kerby-dist/kdc-dist/pom.xml b/kerby-dist/kdc-dist/pom.xml
index fd1202b7..a0a2347f 100644
--- a/kerby-dist/kdc-dist/pom.xml
+++ b/kerby-dist/kdc-dist/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-dist</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kdc-dist</artifactId>
diff --git a/kerby-dist/pom.xml b/kerby-dist/pom.xml
index f88be92c..4f267cc3 100644
--- a/kerby-dist/pom.xml
+++ b/kerby-dist/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerby-dist</artifactId>
diff --git a/kerby-dist/tool-dist/pom.xml b/kerby-dist/tool-dist/pom.xml
index 1f017e7e..50882766 100644
--- a/kerby-dist/tool-dist/pom.xml
+++ b/kerby-dist/tool-dist/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-dist</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>tool-dist</artifactId>
diff --git a/kerby-kdc-test/pom.xml b/kerby-kdc-test/pom.xml
index 5284228f..878adcb5 100644
--- a/kerby-kdc-test/pom.xml
+++ b/kerby-kdc-test/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerby-kdc-test</artifactId>
diff --git a/kerby-kdc/pom.xml b/kerby-kdc/pom.xml
index 1a5c6aac..1c37e8aa 100644
--- a/kerby-kdc/pom.xml
+++ b/kerby-kdc/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerby-kdc</artifactId>
diff --git a/kerby-kerb/integration-test/pom.xml b/kerby-kerb/integration-test/pom.xml
index d3fb6570..b9ba4e4c 100644
--- a/kerby-kerb/integration-test/pom.xml
+++ b/kerby-kerb/integration-test/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>integration-test</artifactId>
diff --git a/kerby-kerb/kerb-admin-server/pom.xml b/kerby-kerb/kerb-admin-server/pom.xml
index 1d9eba21..d5704f6f 100644
--- a/kerby-kerb/kerb-admin-server/pom.xml
+++ b/kerby-kerb/kerb-admin-server/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-admin-server</artifactId>
diff --git a/kerby-kerb/kerb-admin/pom.xml b/kerby-kerb/kerb-admin/pom.xml
index 1224dabd..0b577b6b 100644
--- a/kerby-kerb/kerb-admin/pom.xml
+++ b/kerby-kerb/kerb-admin/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-admin</artifactId>
diff --git a/kerby-kerb/kerb-client-api-all/pom.xml b/kerby-kerb/kerb-client-api-all/pom.xml
index 15ff22fe..2fdacc1f 100644
--- a/kerby-kerb/kerb-client-api-all/pom.xml
+++ b/kerby-kerb/kerb-client-api-all/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-client-api-all</artifactId>
diff --git a/kerby-kerb/kerb-client/pom.xml b/kerby-kerb/kerb-client/pom.xml
index c2881e29..5b3dc1ea 100644
--- a/kerby-kerb/kerb-client/pom.xml
+++ b/kerby-kerb/kerb-client/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-client</artifactId>
diff --git a/kerby-kerb/kerb-common/pom.xml b/kerby-kerb/kerb-common/pom.xml
index 32596fd5..6817f637 100644
--- a/kerby-kerb/kerb-common/pom.xml
+++ b/kerby-kerb/kerb-common/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-common</artifactId>
diff --git a/kerby-kerb/kerb-core/pom.xml b/kerby-kerb/kerb-core/pom.xml
index fce99340..ce2069a7 100644
--- a/kerby-kerb/kerb-core/pom.xml
+++ b/kerby-kerb/kerb-core/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-core</artifactId>
diff --git a/kerby-kerb/kerb-crypto/pom.xml b/kerby-kerb/kerb-crypto/pom.xml
index 58ddefe3..9c45d68a 100644
--- a/kerby-kerb/kerb-crypto/pom.xml
+++ b/kerby-kerb/kerb-crypto/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-crypto</artifactId>
diff --git a/kerby-kerb/kerb-gssapi/pom.xml b/kerby-kerb/kerb-gssapi/pom.xml
index a9b0523d..630579c4 100644
--- a/kerby-kerb/kerb-gssapi/pom.xml
+++ b/kerby-kerb/kerb-gssapi/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-gssapi</artifactId>
diff --git a/kerby-kerb/kerb-identity-test/pom.xml b/kerby-kerb/kerb-identity-test/pom.xml
index f1042d45..a7094a5c 100644
--- a/kerby-kerb/kerb-identity-test/pom.xml
+++ b/kerby-kerb/kerb-identity-test/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-identity-test</artifactId>
diff --git a/kerby-kerb/kerb-identity/pom.xml b/kerby-kerb/kerb-identity/pom.xml
index b997e336..a5d280ff 100644
--- a/kerby-kerb/kerb-identity/pom.xml
+++ b/kerby-kerb/kerb-identity/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-identity</artifactId>
diff --git a/kerby-kerb/kerb-kdc-test/pom.xml b/kerby-kerb/kerb-kdc-test/pom.xml
index 85ec8436..c7e43571 100644
--- a/kerby-kerb/kerb-kdc-test/pom.xml
+++ b/kerby-kerb/kerb-kdc-test/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-kdc-test</artifactId>
diff --git a/kerby-kerb/kerb-server-api-all/pom.xml b/kerby-kerb/kerb-server-api-all/pom.xml
index 732c6529..73299460 100644
--- a/kerby-kerb/kerb-server-api-all/pom.xml
+++ b/kerby-kerb/kerb-server-api-all/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-server-api-all</artifactId>
diff --git a/kerby-kerb/kerb-server/pom.xml b/kerby-kerb/kerb-server/pom.xml
index 526829e7..82281a1b 100644
--- a/kerby-kerb/kerb-server/pom.xml
+++ b/kerby-kerb/kerb-server/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-server</artifactId>
diff --git a/kerby-kerb/kerb-simplekdc/pom.xml b/kerby-kerb/kerb-simplekdc/pom.xml
index b9cc61d6..b4eed6f5 100644
--- a/kerby-kerb/kerb-simplekdc/pom.xml
+++ b/kerby-kerb/kerb-simplekdc/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-simplekdc</artifactId>
diff --git a/kerby-kerb/kerb-util/pom.xml b/kerby-kerb/kerb-util/pom.xml
index ecf43f45..2e443a54 100644
--- a/kerby-kerb/kerb-util/pom.xml
+++ b/kerby-kerb/kerb-util/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-kerb</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerb-util</artifactId>
diff --git a/kerby-kerb/pom.xml b/kerby-kerb/pom.xml
index c5609261..0913307e 100644
--- a/kerby-kerb/pom.xml
+++ b/kerby-kerb/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   
   <artifactId>kerby-kerb</artifactId>
diff --git a/kerby-pkix/pom.xml b/kerby-pkix/pom.xml
index 070f0fdb..3fe77510 100644
--- a/kerby-pkix/pom.xml
+++ b/kerby-pkix/pom.xml
@@ -17,7 +17,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
diff --git a/kerby-provider/pom.xml b/kerby-provider/pom.xml
index b4aa61f3..30b0f7e2 100644
--- a/kerby-provider/pom.xml
+++ b/kerby-provider/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>kerby-all</artifactId>
     <groupId>org.apache.kerby</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/kerby-provider/token-provider/pom.xml b/kerby-provider/token-provider/pom.xml
index 896ee99d..5e80f186 100644
--- a/kerby-provider/token-provider/pom.xml
+++ b/kerby-provider/token-provider/pom.xml
@@ -16,7 +16,7 @@
   <parent>
     <artifactId>kerby-provider</artifactId>
     <groupId>org.apache.kerby</groupId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/kerby-tool/client-tool/pom.xml b/kerby-tool/client-tool/pom.xml
index 7427a65d..deb1a314 100644
--- a/kerby-tool/client-tool/pom.xml
+++ b/kerby-tool/client-tool/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-tool</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>client-tool</artifactId>
diff --git a/kerby-tool/has-tool/pom.xml b/kerby-tool/has-tool/pom.xml
index 2c1ca065..00d37e78 100644
--- a/kerby-tool/has-tool/pom.xml
+++ b/kerby-tool/has-tool/pom.xml
@@ -16,7 +16,7 @@
     <parent>
         <artifactId>kerby-tool</artifactId>
         <groupId>org.apache.kerby</groupId>
-        <version>2.0.3-SNAPSHOT</version>
+        <version>2.0.3</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/kerby-tool/kdc-tool/pom.xml b/kerby-tool/kdc-tool/pom.xml
index d7395c81..39e69ba6 100644
--- a/kerby-tool/kdc-tool/pom.xml
+++ b/kerby-tool/kdc-tool/pom.xml
@@ -18,7 +18,7 @@
     <parent>
       <groupId>org.apache.kerby</groupId>
       <artifactId>kerby-tool</artifactId>
-      <version>2.0.3-SNAPSHOT</version>
+      <version>2.0.3</version>
     </parent>
 
     <artifactId>kdc-tool</artifactId>
diff --git a/kerby-tool/pom.xml b/kerby-tool/pom.xml
index dee213da..b317fc19 100644
--- a/kerby-tool/pom.xml
+++ b/kerby-tool/pom.xml
@@ -18,7 +18,7 @@
   <parent>
     <groupId>org.apache.kerby</groupId>
     <artifactId>kerby-all</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.0.3</version>
   </parent>
 
   <artifactId>kerby-tool</artifactId>
diff --git a/pom.xml b/pom.xml
index 11ff5708..fb781b54 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
 
   <groupId>org.apache.kerby</groupId>
   <artifactId>kerby-all</artifactId>
-  <version>2.0.3-SNAPSHOT</version>
+  <version>2.0.3</version>
   <packaging>pom</packaging>
 
   <name>Apache Kerby Project</name>
@@ -36,7 +36,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/directory-kerby.git</connection>
     <url>https://github.com/apache/directory-kerby</url>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/directory-kerby.git</developerConnection>
-    <tag>trunk</tag>
+    <tag>kerby-all-2.0.3</tag>
   </scm>
 
   <distributionManagement>
@@ -379,7 +379,7 @@
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-gpg-plugin</artifactId>
-           <version>3.0.0</version>
+           <version>1.6</version>
            <configuration>
               <gpgArguments>
                  <arg>--digest-algo=SHA512</arg>