Skip to content

Commit e59ec96

Browse files
authored
Merge pull request #740 from mosip/release-branch
Release changes
2 parents e29edcf + 470fff4 commit e59ec96

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/push_trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
mvn -B -U package -s $GITHUB_WORKSPACE/settings.xml --file pom.xml
119119
- name: Publish the maven package
120120
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
122122
env:
123123
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
124124
GPG_TTY: $(tty)

admin/admin-service/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>io.mosip.admin</groupId>
99
<artifactId>admin-parent</artifactId>
10-
<version>1.1.5.3-SNAPSHOT</version>
10+
<version>1.1.5.3</version>
1111
</parent>
1212
<artifactId>admin-service</artifactId>
1313
<name>admin-service</name>
14-
<version>1.1.5.3-SNAPSHOT</version>
14+
<version>1.1.5.3</version>
1515
<url>http://maven.apache.org</url>
1616
<packaging>jar</packaging>
1717
<properties>

admin/kernel-masterdata-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<name>kernel-masterdata-service</name>
1010
<description>Mosip commons project </description>
1111
<url>https://github.com/mosip/commons</url>
12-
<version>1.1.5.3-SNAPSHOT</version>
12+
<version>1.1.5.3</version>
1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1515

admin/kernel-syncdata-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<name>kernel-syncdata-service</name>
88
<description>Mosip commons project </description>
99
<url>https://github.com/mosip/commons</url>
10-
<version>1.1.5.3-SNAPSHOT</version>
10+
<version>1.1.5.3</version>
1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313

admin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.mosip.admin</groupId>
88
<artifactId>admin-parent</artifactId>
9-
<version>1.1.5.3-SNAPSHOT</version>
9+
<version>1.1.5.3</version>
1010
<packaging>pom</packaging>
1111

1212
<name>admin</name>

0 commit comments

Comments
 (0)