Skip to content

Commit

Permalink
Update version number to 4.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Feb 8, 2024
1 parent 0a1e1b6 commit 6770884
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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(4 10 0 1)
jss_config_version(4 11 0 1)

# Configure output directories
jss_config_outputs()
Expand Down
4 changes: 2 additions & 2 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.dogtagpki</groupId>
<artifactId>jss-example</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>org.dogtagpki</groupId>
<artifactId>jss</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
6 changes: 3 additions & 3 deletions jss.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Name: jss

# Upstream version number:
%global major_version 4
%global minor_version 10
%global minor_version 11
%global update_version 0

Summary: Java Security Services (JSS)
Expand All @@ -15,10 +15,10 @@ License: MPLv1.1 or GPLv2+ or LGPLv2+

# For development (i.e. unsupported) releases, use x.y.z-0.n.<phase>.
# For official (i.e. supported) releases, use x.y.z-r where r >=1.
%global release_number 0.1
%global release_number 1
Version: %{major_version}.%{minor_version}.%{update_version}
Release: %{release_number}%{?_timestamp}%{?_commit_id}%{?dist}
%global _phase -alpha1
#global _phase -alpha1

# To generate the source tarball:
# $ git clone https://github.com/dogtagpki/jss.git
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</groupId>
<artifactId>jss</artifactId>
<version>4.10.0-SNAPSHOT</version>
<version>4.11.0-SNAPSHOT</version>

<dependencies>

Expand Down

0 comments on commit 6770884

Please sign in to comment.