Skip to content

Commit

Permalink
Update version number to 10.15.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Jan 16, 2024
1 parent d342239 commit c9b5dd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pki.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ License: GPLv2 and 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 1
Version: 10.14.0
%global release_number 0.1
Version: 10.15.0
Release: %{?release_number}%{?_timestamp}%{?_commit_id}%{?dist}
#global _phase
%global _phase -alpha1

# To create a tarball from a version tag:
# $ git archive \
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>pki</artifactId>
<version>10.8-SNAPSHOT</version>
<version>10.15-SNAPSHOT</version>

<dependencies>

Expand Down

0 comments on commit c9b5dd5

Please sign in to comment.