File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 <name >apitest-mimoto</name >
99 <description >Parent project of apitest-mimoto</description >
1010 <url >https://github.com/mosip/mimoto</url >
11- <version >0.18.1-SNAPSHOT </version >
11+ <version >0.18.1</version >
1212
1313 <licenses >
1414 <license >
6161 <maven .source.plugin.version>2.2.1</maven .source.plugin.version>
6262
6363 <git .commit.id.plugin.version>3.0.1</git .commit.id.plugin.version>
64- <fileName >apitest-mimoto-0.18.1-SNAPSHOT- jar-with-dependencies</fileName >
64+ <fileName >apitest-mimoto-0.18.1-jar-with-dependencies</fileName >
6565 </properties >
6666
6767 <dependencies >
Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ databases:
1212 name : postgres-postgresql
1313 key : postgres-password
1414 dml : 1
15- branch : v0.18.0
15+ branch : v0.18.1
Original file line number Diff line number Diff line change 33 enabled : true
44 image :
55 repository : mosipid/apitest-mimoto
6- tag : 0.18.0
6+ tag : 0.18.1
77 pullPolicy : Always
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if [ $# -ge 1 ]; then
77fi
88
99NS=injiweb
10- CHART_VERSION=0.18.0-develop
10+ CHART_VERSION=0.18.1
1111KEYGEN_CHART_VERSION=1.3.0-beta.2
1212
1313echo " Create $NS namespace"
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ services:
5757 - redis-data:/data
5858 mimoto-service :
5959 container_name : ' Mimoto-Service'
60- image : ' mosipid/mimoto:0.18.0 '
60+ image : ' mosipid/mimoto:0.18.1 '
6161 user : root
6262 ports :
6363 - ' 8099:8099'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : mimoto
33description : A Helm chart for MOSIP mimoto Application
44type : application
5- version : 0.18.0-develop
5+ version : 0.18.1
66appVersion : " "
77dependencies :
88 - name : common
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ service:
5454image :
5555 registry : docker.io
5656 repository : mosipid/mimoto
57- tag : 0.18.0
57+ tag : 0.18.1
5858 # # Specify a imagePullPolicy
5959 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
6060 # # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44 <groupId >io.mosip</groupId >
55 <artifactId >mimoto</artifactId >
6- <version >0.18.1-SNAPSHOT </version >
6+ <version >0.18.1</version >
77 <name >mimoto</name >
88 <url >https://github.com/mosip/mimoto</url >
99 <description >Mobile server backend supporting Inji.</description >
You can’t perform that action at this time.
0 commit comments