Skip to content

Commit

Permalink
Updated Pom versions for release changes (#600)
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
Co-authored-by: Prafulrakhade <[email protected]>
  • Loading branch information
ckm007 and Prafulrakhade authored Mar 18, 2024
1 parent 20d7cb1 commit cfedc58
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,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 }}
4 changes: 2 additions & 2 deletions mosip-acceptance-tests/ivv-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.mosip.testrig.dslrig.ivv</groupId>
<artifactId>dslrig-ivv-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.mosip.testrig.dslrig.ivv.core</groupId>
<artifactId>dslrig-ivv-core</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<properties>
<maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version>
</properties>
Expand Down
8 changes: 4 additions & 4 deletions mosip-acceptance-tests/ivv-dg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.mosip.testrig.dslrig.ivv</groupId>
<artifactId>dslrig-ivv-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<groupId>io.mosip.testrig.dslrig.ivv.dg</groupId>
<artifactId>dslrig-ivv-dg</artifactId>
<properties>
Expand All @@ -18,12 +18,12 @@
<dependency>
<groupId>io.mosip.testrig.dslrig.ivv.core</groupId>
<artifactId>dslrig-ivv-core</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
<dependency>
<groupId>io.mosip.testrig.dslrig.ivv.parser</groupId>
<artifactId>dslrig-ivv-parser</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
</dependencies>

Expand Down
12 changes: 6 additions & 6 deletions mosip-acceptance-tests/ivv-orchestrator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>io.mosip.testrig.dslrig.ivv</groupId>
<artifactId>dslrig-ivv-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>

<groupId>io.mosip.testrig.dslrig.ivv.orchestrator</groupId>
<artifactId>dslrig-ivv-orchestrator</artifactId>
<name>mosip-dsl-test</name>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<properties>
<suiteXmlFile>testng.xml</suiteXmlFile>
<maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version>
Expand Down Expand Up @@ -57,7 +57,7 @@
<goal>shade</goal>
</goals>
<configuration>
<finalName>dslrig-ivv-orchestrator-1.2.0.1-SNAPSHOT-jar-with-dependencies</finalName>
<finalName>dslrig-ivv-orchestrator-1.2.0.1-jar-with-dependencies</finalName>
<transformers>
<!-- need this to merge the services files properly -->
<transformer
Expand Down Expand Up @@ -99,12 +99,12 @@
<dependency>
<groupId>io.mosip.testrig.dslrig.ivv.core</groupId>
<artifactId>dslrig-ivv-core</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
<dependency>
<groupId>io.mosip.testrig.dslrig.ivv.dg</groupId>
<artifactId>dslrig-ivv-dg</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
<dependency>
<groupId>com.aventstack</groupId>
Expand All @@ -115,7 +115,7 @@
<dependency>
<groupId>io.mosip.testrig.apirig.automationtests</groupId>
<artifactId>automationtests</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<exclusions>
<exclusion>
<groupId>com.sun.jersey</groupId>
Expand Down
6 changes: 3 additions & 3 deletions mosip-acceptance-tests/ivv-parser/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<groupId>io.mosip.testrig.dslrig.ivv</groupId>
<artifactId>dslrig-ivv-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>io.mosip.testrig.dslrig.ivv.parser</groupId>
<artifactId>dslrig-ivv-parser</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<dependencies>
<dependency>
<groupId>io.mosip.testrig.dslrig.ivv.core</groupId>
<artifactId>dslrig-ivv-core</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion mosip-acceptance-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>io.mosip.testrig.dslrig.ivv</groupId>
<artifactId>dslrig-ivv-parent</artifactId>
<packaging>pom</packaging>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<licenses>
<license>
<name>MPL 2.0</name>
Expand Down
4 changes: 2 additions & 2 deletions mosip-packet-creator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</parent>
<groupId>io.mosip.testrig.dslrig.packetcreator</groupId>
<artifactId>dslrig-packetcreator</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<name>dslrig-packetcreator</name>
<description>dslrig-packetcreator</description>

Expand Down Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>io.mosip.testrig.dslrig.dataprovider</groupId>
<artifactId>dslrig-dataprovider</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>

</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions mosipTestDataProvider/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.testrig.dslrig.dataprovider</groupId>
<artifactId>dslrig-dataprovider</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<properties>
<maven.sonar.plugin.version>3.7.0.1746</maven.sonar.plugin.version>
</properties>
Expand Down Expand Up @@ -277,7 +277,7 @@
<dependency>
<groupId>io.mosip.mock.mds</groupId>
<artifactId>mock-mds</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.automation</groupId>
<artifactId>automationtests-parent</artifactId>
<version>1.2.0.1-SNAPSHOT</version>
<version>1.2.0.1</version>
<packaging>pom</packaging>

<name>automationtests parent</name>
Expand Down

0 comments on commit cfedc58

Please sign in to comment.