Skip to content

Commit

Permalink
Update version number to 2.2.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Mar 28, 2024
1 parent 8ebac0c commit 8439bc9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions idm-console-framework.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ Name: idm-console-framework

# Upstream version number:
%global major_version 2
%global minor_version 1
%global minor_version 2
%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
6 changes: 3 additions & 3 deletions 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.console-framework</groupId>
<artifactId>console-framework</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -18,13 +18,13 @@
<dependency>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-base</artifactId>
<version>[5.5.0-SNAPSHOT,)</version>
<version>[5.6.0-SNAPSHOT,)</version>
</dependency>

<dependency>
<groupId>org.dogtagpki.ldap-sdk</groupId>
<artifactId>ldapjdk</artifactId>
<version>[5.5.0-SNAPSHOT,)</version>
<version>[5.6.0-SNAPSHOT,)</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 8439bc9

Please sign in to comment.