Skip to content

Commit

Permalink
[DSD-6430] release changes (#485)
Browse files Browse the repository at this point in the history
* Updated Pom versions for release changes

Signed-off-by: GitHub <[email protected]>

* [DSD-6430] release changes

Signed-off-by: techno-467 <[email protected]>

---------

Signed-off-by: GitHub <[email protected]>
Signed-off-by: techno-467 <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
Co-authored-by: techno-467 <[email protected]>
  • Loading branch information
3 people authored Oct 15, 2024
1 parent 65c1edd commit 9c7d91a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
SERVICE_LOCATION: ./
secrets:
OSSRH_URL: ${{ secrets.OSSRH_SNAPSHOT_URL }}
OSSRH_URL: ${{ secrets.RELEASE_URL }}
OSSRH_USER: ${{ secrets.OSSRH_USER }}
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down Expand Up @@ -143,7 +143,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_INJI_TEAM }}
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-mimoto</name>
<description>Parent project of apitest-mimoto</description>
<url>https://github.com/mosip/mimoto</url>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</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-mimoto-0.14.0-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>apitest-mimoto-0.14.0-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip</groupId>
<artifactId>mimoto</artifactId>
<version>0.14.0-SNAPSHOT</version>
<version>0.14.0</version>
<name>mimoto</name>
<url>https://github.com/mosip/mimoto</url>
<description>Mobile server backend supporting Inji.</description>
Expand Down Expand Up @@ -34,10 +34,10 @@

<!-- mosip -->
<mosip.kernel.core.version>1.3.0-beta.1</mosip.kernel.core.version>
<mosip.biometric.util.version>1.3.0-SNAPSHOT</mosip.biometric.util.version>
<mosip.kernel.auth.adapter.version>1.3.0-SNAPSHOT</mosip.kernel.auth.adapter.version>
<kernel.biometrics.api.version>1.3.0-SNAPSHOT</kernel.biometrics.api.version>
<kernel.cbeffutil.version>1.3.0-SNAPSHOT</kernel.cbeffutil.version>
<mosip.biometric.util.version>1.3.0-beta.1</mosip.biometric.util.version>
<mosip.kernel.auth.adapter.version>1.3.0-beta.1</mosip.kernel.auth.adapter.version>
<kernel.biometrics.api.version>1.3.0-beta.1</kernel.biometrics.api.version>
<kernel.cbeffutil.version>1.3.0-beta.1</kernel.cbeffutil.version>

<vertx.version>3.9.1</vertx.version>

Expand Down Expand Up @@ -603,7 +603,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.14</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 9c7d91a

Please sign in to comment.