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 27, 2024
1 parent 5ed5c06 commit 76e4ed0
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions java-sdk/ldapbeans/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.ldap-sdk</groupId>
<artifactId>java-sdk-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>ldapbeans</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-base</artifactId>
<version>[5.5.0-SNAPSHOT,)</version>
<version>[5.6.0-SNAPSHOT,)</version>
</dependency>

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

<artifactId>ldapfilter</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions java-sdk/ldapjdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.ldap-sdk</groupId>
<artifactId>java-sdk-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>ldapjdk</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-base</artifactId>
<version>[5.5.0-SNAPSHOT,)</version>
<version>[5.6.0-SNAPSHOT,)</version>
</dependency>

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

<artifactId>ldapsp</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions java-sdk/ldaptools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.dogtagpki.ldap-sdk</groupId>
<artifactId>java-sdk-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
</parent>

<artifactId>ldaptools</artifactId>
Expand All @@ -31,7 +31,7 @@
<dependency>
<groupId>org.dogtagpki.jss</groupId>
<artifactId>jss-base</artifactId>
<version>[5.5.0-SNAPSHOT,)</version>
<version>[5.6.0-SNAPSHOT,)</version>
</dependency>

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

<artifactId>java-sdk-parent</artifactId>
Expand Down
10 changes: 5 additions & 5 deletions ldapjdk.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ Name: ldapjdk

# 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 Expand Up @@ -84,7 +84,7 @@ BuildRequires: %{java_devel}
BuildRequires: maven-local
BuildRequires: mvn(org.slf4j:slf4j-api)
BuildRequires: mvn(org.slf4j:slf4j-jdk14)
BuildRequires: mvn(org.dogtagpki.jss:jss-base) >= 5.5.0
BuildRequires: mvn(org.dogtagpki.jss:jss-base) >= 5.6.0

%description
The Mozilla LDAP SDKs enable you to write applications which access,
Expand All @@ -99,7 +99,7 @@ Summary: LDAP SDK
Requires: %{java_headless}
Requires: mvn(org.slf4j:slf4j-api)
Requires: mvn(org.slf4j:slf4j-jdk14)
Requires: mvn(org.dogtagpki.jss:jss-base) >= 5.5.0
Requires: mvn(org.dogtagpki.jss:jss-base) >= 5.6.0

Obsoletes: ldapjdk < %{version}-%{release}
Provides: ldapjdk = %{version}-%{release}
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.ldap-sdk</groupId>
<artifactId>ldap-sdk-parent</artifactId>
<version>5.5.0-SNAPSHOT</version>
<version>5.6.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 76e4ed0

Please sign in to comment.