Skip to content

Commit da3a6a2

Browse files
committed
chore: prepare next SNAPSHOT
1 parent d8c6b2b commit da3a6a2

File tree

44 files changed

+104
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+104
-104
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
inputs:
2424
version:
2525
description: 'Version tag (e.g."v5.0.0-14")'
26-
default: "v5.0.0-18"
26+
default: "v5.0.0-19"
2727
required: false
2828
concurrency:
2929
group: run-once

.github/workflows/release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ on:
55
node_release_as:
66
description: 'Release version for the admin ui'
77
required: true
8-
default: '1.0.18'
8+
default: '1.0.19'
99
java_release_as:
1010
description: 'Release version for the java projects casa'
1111
required: true
12-
default: '5.0.0-18'
12+
default: '5.0.0-19'
1313
docker_release_as:
1414
description: 'Release version for the docker images docker-*'
1515
required: true
16-
default: '1.0.18-1'
16+
default: '1.0.19-1'
1717
python_release_as:
1818
description: 'Release version for the python projects'
1919
required: true
20-
default: '1.0.18'
20+
default: '1.0.19'
2121
mega_release_as:
2222
description: 'Mega release version'
2323
required: true
24-
default: '5.0.0-18'
24+
default: '5.0.0-19'
2525
jobs:
2626
release-java-pr:
2727
runs-on: ubuntu-latest

admin-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gluu-admin-ui",
3-
"version": "1.0.18",
3+
"version": "1.0.19-dev",
44
"description": "UI to administer the jans-sever features",
55
"keywords": [
66
"jans-server",

casa/app-fips/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.gluu</groupId>
1111
<artifactId>casa-base</artifactId>
12-
<version>5.0.0-18</version>
12+
<version>5.0.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

casa/app/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.gluu</groupId>
1111
<artifactId>casa-base</artifactId>
12-
<version>5.0.0-18</version>
12+
<version>5.0.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

casa/config/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.gluu</groupId>
1111
<artifactId>casa-base</artifactId>
12-
<version>5.0.0-18</version>
12+
<version>5.0.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

casa/plugins/bioid/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>org.gluu.casa.plugins</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
1313
<maven.compiler.target>11</maven.compiler.target>
1414
<plugin.id>bioid-plugin</plugin.id>
15-
<plugin.version>5.0.0-18</plugin.version>
15+
<plugin.version>5.0.0-SNAPSHOT</plugin.version>
1616
</properties>
1717

1818
<repositories>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.gluu</groupId>
7171
<artifactId>casa-shared</artifactId>
72-
<version>5.0.0-18</version>
72+
<version>5.0.0-SNAPSHOT</version>
7373
<scope>provided</scope>
7474
</dependency>
7575
</dependencies>

casa/plugins/client-authorizations/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
<groupId>org.gluu.casa.plugins</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
1414
<plugin.id>authorized-clients</plugin.id>
15-
<plugin.version>5.0.0-18</plugin.version>
15+
<plugin.version>5.0.0-SNAPSHOT</plugin.version>
1616
</properties>
1717

1818
<repositories>
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>org.gluu</groupId>
7272
<artifactId>casa-shared</artifactId>
73-
<version>5.0.0-18</version>
73+
<version>5.0.0-SNAPSHOT</version>
7474
<scope>provided</scope>
7575
</dependency>
7676
</dependencies>

casa/plugins/custom-branding/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>org.gluu.casa.plugins</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
1313
<maven.compiler.target>11</maven.compiler.target>
1414
<plugin.id>custom-branding</plugin.id>
15-
<plugin.version>5.0.0-18</plugin.version>
16-
<jans.version>1.0.18</jans.version>
15+
<plugin.version>5.0.0-SNAPSHOT</plugin.version>
16+
<jans.version>1.0.19-SNAPSHOT</jans.version>
1717
</properties>
1818

1919
<repositories>
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>org.gluu</groupId>
7878
<artifactId>casa-shared</artifactId>
79-
<version>5.0.0-18</version>
79+
<version>5.0.0-SNAPSHOT</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
<dependency>

casa/plugins/email_2fa_core/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<maven.compiler.source>1.8</maven.compiler.source>
88
<maven.compiler.target>1.8</maven.compiler.target>
99
<plugin.id>email_2fa_core</plugin.id>
10-
<plugin.version>5.0.0-18</plugin.version>
10+
<plugin.version>5.0.0-SNAPSHOT</plugin.version>
1111
</properties>
1212

1313
<groupId>org.gluu.casa.plugins</groupId>
1414
<artifactId>${plugin.id}</artifactId>
15-
<version>5.0.0-18</version>
15+
<version>5.0.0-SNAPSHOT</version>
1616
<packaging>jar</packaging>
1717

1818
<repositories>
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>io.jans</groupId>
7777
<artifactId>jans-orm-core</artifactId>
78-
<version>1.0.18</version>
78+
<version>1.0.19-SNAPSHOT</version>
7979
<scope>provided</scope>
8080
</dependency>
8181
<dependency>

casa/plugins/samples/authentication-script-properties/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>co.acme</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.gluu</groupId>
6666
<artifactId>casa-shared</artifactId>
67-
<version>5.0.0-18</version>
67+
<version>5.0.0-SNAPSHOT</version>
6868
<scope>provided</scope>
6969
</dependency>
7070
</dependencies>

casa/plugins/samples/clients-management/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>co.acme</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.gluu</groupId>
6767
<artifactId>casa-shared</artifactId>
68-
<version>5.0.0-18</version>
68+
<version>5.0.0-SNAPSHOT</version>
6969
<scope>provided</scope>
7070
</dependency>
7171
</dependencies>

casa/plugins/samples/helloworld/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>co.acme</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>org.gluu</groupId>
7171
<artifactId>casa-shared</artifactId>
72-
<version>5.0.0-18</version>
72+
<version>5.0.0-SNAPSHOT</version>
7373
<scope>provided</scope>
7474
</dependency>
7575
<!-- Add other required dependencies here. All their classes will be shipped in your plugin's fat jar -->

casa/plugins/samples/sample-cred-plugin/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.gluu.casa.plugins</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
@@ -64,7 +64,7 @@
6464
<dependency>
6565
<groupId>org.gluu</groupId>
6666
<artifactId>casa-shared</artifactId>
67-
<version>5.0.0-18</version>
67+
<version>5.0.0-SNAPSHOT</version>
6868
<scope>provided</scope>
6969
</dependency>
7070

casa/plugins/strong-authn-settings/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>org.gluu.casa.plugins</groupId>
77
<artifactId>${plugin.id}</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>
1212
<maven.compiler.source>11</maven.compiler.source>
1313
<maven.compiler.target>11</maven.compiler.target>
1414
<plugin.id>strong-authn-settings</plugin.id>
15-
<plugin.version>5.0.0-18</plugin.version>
16-
<jans.version>1.0.18</jans.version>
15+
<plugin.version>5.0.0-SNAPSHOT</plugin.version>
16+
<jans.version>1.0.19-SNAPSHOT</jans.version>
1717
</properties>
1818

1919
<repositories>

casa/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.gluu</groupId>
77
<artifactId>casa-base</artifactId>
8-
<version>5.0.0-18</version>
8+
<version>5.0.0-SNAPSHOT</version>
99

1010
<packaging>pom</packaging>
1111
<url>http://www.gluu.org</url>
@@ -21,8 +21,8 @@
2121
<maven.min-version>3.6.3</maven.min-version>
2222
<weld.version>4.0.3.Final</weld.version>
2323
<pf4j.version>3.8.0</pf4j.version>
24-
<casa.version>5.0.0-18</casa.version>
25-
<jans.version>1.0.18</jans.version>
24+
<casa.version>5.0.0-SNAPSHOT</casa.version>
25+
<jans.version>1.0.19-SNAPSHOT</jans.version>
2626
<log4j.version>2.19.0</log4j.version>
2727
<jackson.version>2.14.2</jackson.version>
2828
<zk.version>9.6.0.2-jakarta</zk.version>

casa/shared/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.gluu</groupId>
1111
<artifactId>casa-base</artifactId>
12-
<version>5.0.0-18</version>
12+
<version>5.0.0-SNAPSHOT</version>
1313
</parent>
1414

1515
<dependencies>

docker-admin-ui/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ ENV CN_WAIT_MAX_TIME=300 \
191191
LABEL org.opencontainers.image.url="ghcr.io/gluufederation/flex/admin-ui" \
192192
org.opencontainers.image.authors="Gluu Inc. <[email protected]>" \
193193
org.opencontainers.image.vendor="Gluu Federation" \
194-
org.opencontainers.image.version="1.0.17" \
194+
org.opencontainers.image.version="1.0.19" \
195195
org.opencontainers.image.title="Gluu Flex Admin UI" \
196196
org.opencontainers.image.description=""
197197

docker-admin-ui/version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.18-1
1+
1.0.19-dev

docker-casa/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ EXPOSE 8080
3232
# Casa
3333
# ====
3434

35-
ENV GLUU_VERSION=5.0.0-18
35+
ENV GLUU_VERSION=5.0.0-SNAPSHOT
3636
ENV GLUU_BUILD_DATE='2023-09-23 16:04'
3737
ENV GLUU_SOURCE_URL=https://jenkins.gluu.org/maven/org/gluu/casa/${GLUU_VERSION}/casa-${GLUU_VERSION}.war
3838

@@ -214,7 +214,7 @@ ENV CN_MAX_RAM_PERCENTAGE=75.0 \
214214
GLUU_CASA_JWKS_SIZE_LIMIT=100000
215215

216216
# Janssen version
217-
ENV CN_VERSION=1.0.17-SNAPSHOT
217+
ENV CN_VERSION=1.0.19-SNAPSHOT
218218

219219
# ==========
220220
# misc stuff

docker-flex-monolith/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ ENV CN_GLUU_LICENSE_SSA="" \
8888
LABEL org.opencontainers.image.url="ghcr.io/gluufederation/flex/monolith" \
8989
org.opencontainers.image.authors="GluuFederation <[email protected]>" \
9090
org.opencontainers.image.vendor="GluuFederation" \
91-
org.opencontainers.image.version="1.0.17" \
91+
org.opencontainers.image.version="1.0.19" \
9292
org.opencontainers.image.title="GluuFederation Flex Monolith Image" \
9393
org.opencontainers.image.description="Janssen Authorization server + Casa + AdminUI"
9494

flex-cn-setup/pygluu/kubernetes/templates/helm/gluu/Chart.yaml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
kubeVersion: ">=v1.21.0-0"
22
annotations:
33
artifacthub.io/changes: |
4-
- Chart 5.0.22 dev release
4+
- Chart 5.0.23 dev release
55
artifacthub.io/containsSecurityUpdates: "true"
66
artifacthub.io/images: |
77
- name: auth-server
8-
image: ghcr.io/janssenproject/jans/auth-server:1.0.18-1
8+
image: ghcr.io/janssenproject/jans/auth-server:1.0.19_dev
99
- name: auth-server-key-rotation
10-
image: ghcr.io/janssenproject/jans/certmanager:1.0.18-1
10+
image: ghcr.io/janssenproject/jans/certmanager:1.0.19_dev
1111
- name: configuration-manager
12-
image: ghcr.io/janssenproject/jans/configurator:1.0.18-1
12+
image: ghcr.io/janssenproject/jans/configurator:1.0.19_dev
1313
- name: config-api
14-
image: ghcr.io/janssenproject/jans/config-api:1.0.18-1
14+
image: ghcr.io/janssenproject/jans/config-api:1.0.19_dev
1515
- name: fido2
16-
image: ghcr.io/janssenproject/jans/fido2:1.0.18-1
16+
image: ghcr.io/janssenproject/jans/fido2:1.0.19_dev
1717
- name: opendj
1818
image: gluufederation/opendj:5.0.0_dev
1919
- name: persistence
20-
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.18-1
20+
image: ghcr.io/janssenproject/jans/persistence-loader:1.0.19_dev
2121
- name: scim
22-
image: ghcr.io/janssenproject/jans/scim:1.0.18-1
22+
image: ghcr.io/janssenproject/jans/scim:1.0.19_dev
2323
- name: casa
24-
image: ghcr.io/gluufederation/flex/casa:5.0.0-18
24+
image: ghcr.io/gluufederation/flex/casa:5.0.0_dev
2525
- name: admin-ui
26-
image: ghcr.io/gluufederation/flex/admin-ui:1.0.18-1
26+
image: ghcr.io/gluufederation/flex/admin-ui:1.0.19_dev
2727
artifacthub.io/license: Apache-2.0
2828
artifacthub.io/prerelease: "true"
2929
catalog.cattle.io/certified: partner

0 commit comments

Comments
 (0)