Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-resident</name>
<description>Parent project of MOSIP Resident Services apitests</description>
<url>https://github.com/mosip/resident-services</url>
<version>1.2.1.2-SNAPSHOT</version>
<version>1.2.1.2</version>

<licenses>
<license>
Expand Down Expand Up @@ -62,7 +62,7 @@
<central.publishing.maven.plugin.version>0.7.0</central.publishing.maven.plugin.version>

<git.commit.id.plugin.version>3.0.1</git.commit.id.plugin.version>
<fileName>apitest-resident-1.2.1.2-SNAPSHOT-jar-with-dependencies</fileName>
<fileName>apitest-resident-1.2.1.2-jar-with-dependencies</fileName>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion resident/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.2.1.2-SNAPSHOT</version>
<version>1.2.1.2</version>
<packaging>pom</packaging>
<name>resident</name>
<description>Parent project of MOSIP Resident</description>
Expand Down
4 changes: 2 additions & 2 deletions resident/resident-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.resident</groupId>
<artifactId>resident-parent</artifactId>
<version>1.2.1.2-SNAPSHOT</version>
<version>1.2.1.2</version>
</parent>
<artifactId>resident-service</artifactId>
<name>resident-service</name>
<version>1.2.1.2-SNAPSHOT</version>
<version>1.2.1.2</version>
<properties>
<commons.packet.manager.version>1.2.0.1</commons.packet.manager.version>
<kernel.core.version>1.2.0.1</kernel.core.version>
Expand Down