Skip to content

Commit

Permalink
[DSD-6430] Release changes (#216)
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 bcea3f6 commit 450fad0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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
8 changes: 4 additions & 4 deletions data-share/data-share-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.datashare</groupId>
<artifactId>data-share</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>data-share-service</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<name>data-share-service</name>

<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-bom</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -93,7 +93,7 @@
<dependency>
<groupId>io.mosip.commons</groupId>
<artifactId>khazana</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
Expand Down
10 changes: 5 additions & 5 deletions data-share/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>io.mosip.datashare</groupId>
<artifactId>durian</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
</parent>

<artifactId>data-share</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>pom</packaging>

<name>data-share</name>
Expand All @@ -27,13 +27,13 @@

<spring-cloud-config.version>2.0.4.RELEASE</spring-cloud-config.version>
<h2.version>1.4.197</h2.version>
<kernel.core.version>1.3.0-SNAPSHOT</kernel.core.version>
<kernel.logger.logback.version>1.3.0-SNAPSHOT</kernel.logger.logback.version>
<kernel.core.version>1.3.0-beta.1</kernel.core.version>
<kernel.logger.logback.version>1.3.0-beta.1</kernel.logger.logback.version>
<kernel.crypto-jce.version>1.0.6</kernel.crypto-jce.version>
<powermock.beta.version>2.0.7</powermock.beta.version>
<mockito-core.version>3.11.2</mockito-core.version>
<mockito.version>2.28.2</mockito.version>
<kernel.object.store.version>1.3.0-SNAPSHOT</kernel.object.store.version>
<kernel.object.store.version>1.3.0-beta.1</kernel.object.store.version>
<sonar.coverage.exclusions>**/constant/**,**/config/**,**/cache/**,**/dto/**,**/model/**,**/exception/**,**/repository/**,**/security/**,**/*Config.java,**/*Application.java,**/*Handler.java,**/*RestUtil.java</sonar.coverage.exclusions>
<sonar.cpd.exclusions>**/dto/**,**/config/**,**/api/**</sonar.cpd.exclusions>
<io.micrometer.prometheus.version>1.4.2</io.micrometer.prometheus.version>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.mosip.datashare</groupId>
<artifactId>durian</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0-beta.1</version>
<packaging>pom</packaging>

<name>MOSIP Durian Parent POM</name>
Expand Down Expand Up @@ -69,7 +69,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 450fad0

Please sign in to comment.