From a8f4af13c71510aea7f9eaea6e696b064cc322ff Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Wed, 19 Feb 2025 09:39:22 -0600 Subject: [PATCH] Update version number to 11.7.0-alpha1 --- .github/workflows/server-https-nss-test.yml | 6 +++--- .github/workflows/server-https-pkcs12-test.yml | 6 +++--- base/acme/pom.xml | 2 +- base/ca/pom.xml | 2 +- base/common/pom.xml | 2 +- base/console/pom.xml | 2 +- base/est/pom.xml | 2 +- base/kra/pom.xml | 2 +- base/ocsp/pom.xml | 2 +- base/pom.xml | 2 +- base/server-webapp/pom.xml | 2 +- base/server/pom.xml | 2 +- base/tks/pom.xml | 2 +- base/tomcat-9.0/pom.xml | 2 +- base/tomcat/pom.xml | 2 +- base/tools/pom.xml | 2 +- base/tps/pom.xml | 2 +- pki.spec | 6 +++--- pom.xml | 2 +- 19 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/server-https-nss-test.yml b/.github/workflows/server-https-nss-test.yml index 49ef2f1abef..9bd0b3780fa 100644 --- a/.github/workflows/server-https-nss-test.yml +++ b/.github/workflows/server-https-nss-test.yml @@ -250,7 +250,7 @@ jobs: cat > expected << EOF Server URL: https://pki.example.com:8443 Server Name: Dogtag Certificate System - Server Version: 11.6.0 + Server Version: 11.7.0 EOF diff expected stdout @@ -300,7 +300,7 @@ jobs: cat > expected << EOF Server URL: https://server.example.com:8443 Server Name: Dogtag Certificate System - Server Version: 11.6.0 + Server Version: 11.7.0 EOF diff expected stdout @@ -325,7 +325,7 @@ jobs: cat > expected << EOF Server URL: https://pki.example.com:8443 Server Name: Dogtag Certificate System - Server Version: 11.6.0 + Server Version: 11.7.0 EOF diff expected stdout diff --git a/.github/workflows/server-https-pkcs12-test.yml b/.github/workflows/server-https-pkcs12-test.yml index c8f0ccd25fd..ac8dab1f15b 100644 --- a/.github/workflows/server-https-pkcs12-test.yml +++ b/.github/workflows/server-https-pkcs12-test.yml @@ -268,7 +268,7 @@ jobs: cat > expected << EOF Server URL: https://pki.example.com:8443 Server Name: Dogtag Certificate System - Server Version: 11.6.0 + Server Version: 11.7.0 EOF diff expected stdout @@ -317,7 +317,7 @@ jobs: cat > expected << EOF Server URL: https://server.example.com:8443 Server Name: Dogtag Certificate System - Server Version: 11.6.0 + Server Version: 11.7.0 EOF diff expected stdout @@ -341,7 +341,7 @@ jobs: cat > expected << EOF Server URL: https://pki.example.com:8443 Server Name: Dogtag Certificate System - Server Version: 11.6.0 + Server Version: 11.7.0 EOF diff expected stdout diff --git a/base/acme/pom.xml b/base/acme/pom.xml index 26463c1eeff..c15b2dc5ff3 100644 --- a/base/acme/pom.xml +++ b/base/acme/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-acme diff --git a/base/ca/pom.xml b/base/ca/pom.xml index 1114481228d..b71285c3a39 100644 --- a/base/ca/pom.xml +++ b/base/ca/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-ca diff --git a/base/common/pom.xml b/base/common/pom.xml index 4559521faa3..31a1a50efc1 100644 --- a/base/common/pom.xml +++ b/base/common/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-common diff --git a/base/console/pom.xml b/base/console/pom.xml index 7ccaaedf1e9..2a59228371a 100644 --- a/base/console/pom.xml +++ b/base/console/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-console diff --git a/base/est/pom.xml b/base/est/pom.xml index ccb1a5979c1..ffb6c274e89 100644 --- a/base/est/pom.xml +++ b/base/est/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-est diff --git a/base/kra/pom.xml b/base/kra/pom.xml index 816e088945c..372f02d6e6f 100644 --- a/base/kra/pom.xml +++ b/base/kra/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-kra diff --git a/base/ocsp/pom.xml b/base/ocsp/pom.xml index 85025d307c3..5a5e65e5229 100644 --- a/base/ocsp/pom.xml +++ b/base/ocsp/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-ocsp diff --git a/base/pom.xml b/base/pom.xml index 4a3804d9f7a..172b95956be 100644 --- a/base/pom.xml +++ b/base/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-base-parent diff --git a/base/server-webapp/pom.xml b/base/server-webapp/pom.xml index 1ef36bcf8f6..2b4c9cb46c1 100644 --- a/base/server-webapp/pom.xml +++ b/base/server-webapp/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-server-webapp diff --git a/base/server/pom.xml b/base/server/pom.xml index 98029805e04..4ca81ec027f 100644 --- a/base/server/pom.xml +++ b/base/server/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-server diff --git a/base/tks/pom.xml b/base/tks/pom.xml index 89707aedc11..36b827dbb0f 100644 --- a/base/tks/pom.xml +++ b/base/tks/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-tks diff --git a/base/tomcat-9.0/pom.xml b/base/tomcat-9.0/pom.xml index c3859e656b9..c3eb86f783a 100644 --- a/base/tomcat-9.0/pom.xml +++ b/base/tomcat-9.0/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-tomcat-9.0 diff --git a/base/tomcat/pom.xml b/base/tomcat/pom.xml index 613d8ae7a9f..77a50b7d55c 100644 --- a/base/tomcat/pom.xml +++ b/base/tomcat/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-tomcat diff --git a/base/tools/pom.xml b/base/tools/pom.xml index 530297653c5..3aa154de492 100644 --- a/base/tools/pom.xml +++ b/base/tools/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-tools diff --git a/base/tps/pom.xml b/base/tps/pom.xml index 0c8ab8a0f43..396664a0d18 100644 --- a/base/tps/pom.xml +++ b/base/tps/pom.xml @@ -8,7 +8,7 @@ org.dogtagpki.pki pki-base-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pki-tps diff --git a/pki.spec b/pki.spec index 82662c9ae2b..7bb320e81d3 100644 --- a/pki.spec +++ b/pki.spec @@ -9,19 +9,19 @@ Name: pki # Upstream version number: %global major_version 11 -%global minor_version 6 +%global minor_version 7 %global update_version 0 # Downstream release number: # - development/stabilization (unsupported): 0. where n >= 1 # - GA/update (supported): where n >= 1 -%global release_number 1 +%global release_number 0.1 # Development phase: # - development (unsupported): alpha where n >= 1 # - stabilization (unsupported): beta where n >= 1 # - GA/update (supported): -#global phase +%global phase alpha1 %undefine timestamp %undefine commit_id diff --git a/pom.xml b/pom.xml index 7b99cf6ff90..8cf548ce40a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 org.dogtagpki.pki pki-parent - 11.6.0-SNAPSHOT + 11.7.0-SNAPSHOT pom