Skip to content

Commit

Permalink
Merge pull request #98 from ckm007/1.1.3
Browse files Browse the repository at this point in the history
adding changes for 1.1.3 release
  • Loading branch information
ckm007 authored Dec 9, 2020
2 parents 5d58d5a + a1b41c0 commit ede771a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions admin/admin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.1.3-rc2</version>
<version>1.1.3</version>
</parent>
<artifactId>admin-service</artifactId>
<name>admin-service</name>
<version>1.1.3-rc2</version>
<version>1.1.3</version>
<url>http://maven.apache.org</url>
<packaging>jar</packaging>
<properties>
Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-core</artifactId>
<version>1.1.3-rc2</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
Expand All @@ -33,12 +33,12 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-authcodeflowproxy-api</artifactId>
<version>1.1.3-rc2</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-dataaccess-hibernate</artifactId>
<version>1.1.3-rc2</version>
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
Expand Down
4 changes: 2 additions & 2 deletions admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mosip.admin</groupId>
<artifactId>admin-parent</artifactId>
<version>1.1.3-rc2</version>
<version>1.1.3</version>
<packaging>pom</packaging>

<name>admin</name>
Expand Down Expand Up @@ -168,7 +168,7 @@
<dependency>
<groupId>io.mosip.kernel</groupId>
<artifactId>kernel-logger-logback</artifactId>
<version>1.1.3-rc2</version>
<version>1.1.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit ede771a

Please sign in to comment.