Skip to content

Commit

Permalink
chore: prep for 1.0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Feb 22, 2023
1 parent 91cceeb commit b9c481a
Show file tree
Hide file tree
Showing 91 changed files with 102 additions and 102 deletions.
2 changes: 1 addition & 1 deletion agama/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.jans</groupId>
<artifactId>agama</artifactId>
<packaging>pom</packaging>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<name>agama parent</name>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion agama/transpiler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>agama</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions docker-jans-auth-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN /opt/jython/bin/pip uninstall -y pip
# Auth server
# ===========

ENV CN_VERSION=1.0.7-SNAPSHOT
ENV CN_VERSION=1.0.7
ENV CN_BUILD_DATE='2023-02-08 16:54'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-server/${CN_VERSION}/jans-auth-server-${CN_VERSION}.war

Expand Down Expand Up @@ -88,7 +88,7 @@ ARG CASA_CONFIG_BUILD_DATE="2022-12-27 19:26"
RUN wget -q https://jenkins.gluu.org/maven/org/gluu/casa-config/${CASA_CONFIG_VERSION}/casa-config-${CASA_CONFIG_VERSION}.jar -P /usr/share/java/

# A workaround for Fido2 integration
ARG FIDO2_CLIENT_VERSION=1.0.7-SNAPSHOT
ARG FIDO2_CLIENT_VERSION=1.0.7
ARG FIDO2_CLIENT_BUILD_DATE="2023-01-31 15:04"
RUN wget -q https://jenkins.jans.io/maven/io/jans/jans-fido2-client/${FIDO2_CLIENT_VERSION}/jans-fido2-client-${FIDO2_CLIENT_VERSION}.jar -P /usr/share/java/

Expand Down Expand Up @@ -255,7 +255,7 @@ LABEL name="janssenproject/auth-server" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen Authorization Server" \
description="OAuth 2.0 server and client; OpenID Connect Provider (OP) & UMA Authorization Server (AS)"

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-certmanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ LABEL name="janssenproject/certmanager" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen Certmanager" \
description="Manage certs and crypto keys for Janssen Server"

Expand Down
4 changes: 2 additions & 2 deletions docker-jans-config-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# Config API
# ==========

ENV CN_VERSION=1.0.7-SNAPSHOT
ENV CN_VERSION=1.0.7
ENV CN_BUILD_DATE='2023-02-08 17:05'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-config-api-server/${CN_VERSION}/jans-config-api-server-${CN_VERSION}.war

Expand Down Expand Up @@ -240,7 +240,7 @@ LABEL name="janssenproject/config-api" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen Config API" \
description=""

Expand Down
4 changes: 2 additions & 2 deletions docker-jans-configurator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apk update \
# ===========

# JAR files required to generate OpenID Connect keys
ENV CN_VERSION=1.0.7-SNAPSHOT
ENV CN_VERSION=1.0.7
ENV CN_BUILD_DATE='2023-02-07 08:25'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-auth-client/${CN_VERSION}/jans-auth-client-${CN_VERSION}-jar-with-dependencies.jar

Expand Down Expand Up @@ -117,7 +117,7 @@ LABEL name="janssenproject/configurator" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen Configuration Manager" \
description="Manage config and secret"

Expand Down
4 changes: 2 additions & 2 deletions docker-jans-fido2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# FIDO2
# =====

ENV CN_VERSION=1.0.7-SNAPSHOT
ENV CN_VERSION=1.0.7
ENV CN_BUILD_DATE='2023-02-08 08:33'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-fido2-server/${CN_VERSION}/jans-fido2-server-${CN_VERSION}.war

Expand Down Expand Up @@ -220,7 +220,7 @@ LABEL name="janssenproject/fido2" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen FIDO2" \
description="FIDO2 server"

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-monolith/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ LABEL name="janssenproject/monolith" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen Monolith Image" \
description="Janssen Authorization server"

Expand Down
2 changes: 1 addition & 1 deletion docker-jans-persistence-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ LABEL name="janssenproject/persistence-loader" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen Authorization Server Persistence loader" \
description="Generate initial data for persistence layer"

Expand Down
4 changes: 2 additions & 2 deletions docker-jans-scim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN wget -q https://maven.jans.io/maven/io/jans/jython-installer/${JYTHON_VERSIO
# SCIM
# ====

ENV CN_VERSION=1.0.7-SNAPSHOT
ENV CN_VERSION=1.0.7
ENV CN_BUILD_DATE='2023-02-08 14:34'
ENV CN_SOURCE_URL=https://jenkins.jans.io/maven/io/jans/jans-scim-server/${CN_VERSION}/jans-scim-server-${CN_VERSION}.war

Expand Down Expand Up @@ -211,7 +211,7 @@ LABEL name="janssenproject/scim" \
maintainer="Janssen Project <support@jans.io>" \
vendor="Janssen Project" \
version="1.0.7" \
release="dev" \
release="1" \
summary="Janssen SCIM" \
description="SCIM server"

Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/agama/engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/agama/inboundID/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/agama/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/persistence-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<artifactId>jans-auth-persistence-model</artifactId>
<name>Persistence model</name>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<name>Jans authentication server parent</name>
<distributionManagement>
<repository>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions jans-auth-server/static/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<groupId>io.jans</groupId>
<artifactId>jans-auth-static</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>jar</packaging>

<name>jans-auth-static</name>

<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion jans-auth-server/test-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-auth-server-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
4 changes: 2 additions & 2 deletions jans-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>jans-bom</artifactId>
<packaging>pom</packaging>
<name>jans-bom</name>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>

<distributionManagement>
<repository>
Expand Down Expand Up @@ -377,7 +377,7 @@
<!-- <dependency>
<groupId>javax.persistence</groupId>
<artifactId>persistence-api</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</dependency> -->

<!-- hibernate -->
Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-config-api-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/plugins/admin-ui-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>io.jans.jans-config-api.plugins</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/plugins/fido2-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>io.jans.jans-config-api.plugins</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>fido2-plugin</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jans-config-api/plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-config-api-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<modelVersion>4.0.0</modelVersion>

<groupId>io.jans.jans-config-api.plugins</groupId>
<artifactId>plugins</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>

<packaging>pom</packaging>

Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/plugins/sample/demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>io.jans.jans-config-api.plugins</groupId>
<artifactId>${plugin.id}</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>jar</packaging>
<name>demo</name>

Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/plugins/sample/helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<groupId>com.spl</groupId>
<artifactId>${plugin.id}</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<packaging>jar</packaging>
<name>helloworld</name>

Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/plugins/scim-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>io.jans.jans-config-api.plugins</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>io.jans.jans-config-api.plugins</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/plugins/user-mgt-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>plugins</artifactId>
<groupId>io.jans.jans-config-api.plugins</groupId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>user-mgt-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.jans</groupId>
<artifactId>jans-config-api-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
<name>jans-config-api-parent</name>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-config-api-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-config-api/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-config-api-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jans-core/cache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-core-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion jans-core/cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.jans</groupId>
<artifactId>jans-core-parent</artifactId>
<version>1.0.7-SNAPSHOT</version>
<version>1.0.7</version>
</parent>

<prerequisites>
Expand Down
Loading

0 comments on commit b9c481a

Please sign in to comment.