Skip to content

Commit

Permalink
Update version number to 5.6.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Mar 2, 2024
1 parent e63096d commit a977b5d
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>jss-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion cmake/JSSConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ macro(jss_config)
# MAJOR MINOR PATCH BETA
# When BETA is 1, it is a pre-release (it enables some tests).
# When BETA is 0, it is a final release.
jss_config_version(5 5 0 0)
jss_config_version(5 6 0 1)

# Configure output directories
jss_config_outputs()
Expand Down
2 changes: 1 addition & 1 deletion examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>jss-examples</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ Name: jss

# Upstream version number:
%global major_version 5
%global minor_version 5
%global minor_version 6
%global update_version 0

# Downstream release number:
# - development/stabilization (unsupported): 0.<n> where n >= 1
# - GA/update (supported): <n> where n >= 1
%global release_number 1
%global release_number 0.1

# Development phase:
# - development (unsupported): alpha<n> where n >= 1
# - stabilization (unsupported): beta<n> where n >= 1
# - GA/update (supported): <none>
#global phase
%global phase alpha1

%undefine timestamp
%undefine commit_id
Expand Down
2 changes: 1 addition & 1 deletion native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>libjss</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion symkey/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>libjss-symkey</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat-9.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>jss-tomcat-9.0</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>jss-tomcat</artifactId>
Expand Down

0 comments on commit a977b5d

Please sign in to comment.