Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
secrets:
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
Expand Down
4 changes: 2 additions & 2 deletions api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<name>apitest-esignet</name>
<description>Parent project of MOSIP Esignet apitests</description>
<url>https://github.com/mosip/esignet</url>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>

<licenses>
<license>
Expand Down Expand Up @@ -49,7 +49,7 @@
<maven.source.plugin.version>2.2.1</maven.source.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-esignet-1.5.0-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>apitest-esignet-1.5.0-SNAPSHOT-SNAPSHOT-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion binding-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion client-management-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
</parent>

<artifactId>client-management-service-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion consent-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion deploy/captcha/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fi

ROOT_DIR=`pwd`
NS=captcha
CHART_VERSION=0.1.0-develop
CHART_VERSION=1.5.0

function installing_captcha() {
while true; do
Expand Down
2 changes: 1 addition & 1 deletion deploy/config-server/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set -o errtrace # trace ERR through 'time command' and other functions
set -o pipefail # trace ERR through pipes

NS=esignet
CHART_VERSION=0.0.1-develop
CHART_VERSION=1.5.0

echo Create $NS namespace
kubectl create ns $NS || true
Expand Down
2 changes: 1 addition & 1 deletion deploy/esignet-apitestrig/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=esignet
CHART_VERSION=1.5.0-develop
CHART_VERSION=1.5.0
COPY_UTIL=../copy_cm_func.sh

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion deploy/istio-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 1.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion deploy/kafka/chart/istio-addons/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.2.0
version: 1.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion deploy/kafka/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ $# -ge 1 ] ; then
fi

NS=kafka
CHART_VERSION=18.3.1
CHART_VERSION=1.5.0
UI_CHART_VERSION=0.4.2

echo Create $NS namespace
Expand Down
2 changes: 1 addition & 1 deletion deploy/keycloak/chart/istio-addons/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 1.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion deploy/postgres/chart/istio-addons/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 1.5.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion esignet-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
2 changes: 1 addition & 1 deletion esignet-integration-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
Expand Down
4 changes: 2 additions & 2 deletions esignet-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
</parent>

<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-service</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
<name>esignet-service</name>
<description>e-Signet OIDC Service</description>

Expand Down
2 changes: 1 addition & 1 deletion helm/apitestrig/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: apitestrig
description: A Helm chart to deploy APITESTRIG for MOSIP modules
type: application
version: 1.5.0-develop
version: 1.5.0
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/esignet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: esignet
description: A Helm chart for MOSIP esignet module
type: application
version: 1.5.0-develop
version: 1.5.0
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion helm/oidc-ui/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: oidc-ui
description: A Helm chart for MOSIP OIDC UI module
type: application
version: 1.5.0-develop
version: 1.5.0
appVersion: ""
dependencies:
- name: common
Expand Down
2 changes: 1 addition & 1 deletion oidc-service-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
</parent>

<artifactId>oidc-service-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion partner-onboarder/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$flag" = "n" ]; then
fi

NS=esignet
CHART_VERSION=1.5.0-es-develop
CHART_VERSION=1.5.0

echo Create $NS namespace
kubectl create ns $NS || true
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.esignet</groupId>
<artifactId>esignet-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-SNAPSHOT-SNAPSHOT</version>
<packaging>pom</packaging>
<name>esignet</name>
<description>Parent project of MOSIP e-Signet</description>
Expand Down
Loading