File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
kernel-masterdata-service Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ jobs:
118
118
mvn -B -U package -s $GITHUB_WORKSPACE/settings.xml --file pom.xml
119
119
- name : Publish the maven package
120
120
run : |
121
- cd admin && mvn deploy -DskipTests -DaltDeploymentRepository=ossrh::default::${{ secrets.OSSRH_SNAPSHOT_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
121
+ cd admin && mvn deploy -DaltDeploymentRepository=ossrh::default::${{ secrets.RELEASE_URL }} -s $GITHUB_WORKSPACE/settings.xml -f pom.xml
122
122
env :
123
123
GITHUB_TOKEN : ${{ secrets.RELEASE_TOKEN }}
124
124
GPG_TTY : $(tty)
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.mosip.admin</groupId >
9
9
<artifactId >admin-parent</artifactId >
10
- <version >1.1.5.3-SNAPSHOT </version >
10
+ <version >1.1.5.3</version >
11
11
</parent >
12
12
<artifactId >admin-service</artifactId >
13
13
<name >admin-service</name >
14
- <version >1.1.5.3-SNAPSHOT </version >
14
+ <version >1.1.5.3</version >
15
15
<url >http://maven.apache.org</url >
16
16
<packaging >jar</packaging >
17
17
<properties >
Original file line number Diff line number Diff line change 9
9
<name >kernel-masterdata-service</name >
10
10
<description >Mosip commons project </description >
11
11
<url >https://github.com/mosip/commons</url >
12
- <version >1.1.5.3-SNAPSHOT </version >
12
+ <version >1.1.5.3</version >
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
15
Original file line number Diff line number Diff line change 7
7
<name >kernel-syncdata-service</name >
8
8
<description >Mosip commons project </description >
9
9
<url >https://github.com/mosip/commons</url >
10
- <version >1.1.5.3-SNAPSHOT </version >
10
+ <version >1.1.5.3</version >
11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >io.mosip.admin</groupId >
8
8
<artifactId >admin-parent</artifactId >
9
- <version >1.1.5.3-SNAPSHOT </version >
9
+ <version >1.1.5.3</version >
10
10
<packaging >pom</packaging >
11
11
12
12
<name >admin</name >
You can’t perform that action at this time.
0 commit comments