From 48046cbcc75555f2f21bbdf2da505a915d60c7d5 Mon Sep 17 00:00:00 2001 From: "Addula, Ajay Kumar Reddy" Date: Thu, 30 Jul 2020 17:17:39 -0400 Subject: [PATCH 1/3] adding Suffix and Prefix --- .../java/com/antheminc/oss/nimbus/entity/person/Name.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nimbus-core/src/main/java/com/antheminc/oss/nimbus/entity/person/Name.java b/nimbus-core/src/main/java/com/antheminc/oss/nimbus/entity/person/Name.java index 85e9748fb..44fc40d3b 100644 --- a/nimbus-core/src/main/java/com/antheminc/oss/nimbus/entity/person/Name.java +++ b/nimbus-core/src/main/java/com/antheminc/oss/nimbus/entity/person/Name.java @@ -39,6 +39,10 @@ public class Name extends AbstractEntity.IdLong { private String middleName; + private String suffix; + + private String prefix; + @JsonIgnore private String fullName; From 2b354243d3da1990f9ba392ad29bf1a7cd5d127c Mon Sep 17 00:00:00 2001 From: "Addula, Ajay Kumar Reddy" Date: Sun, 2 Aug 2020 17:29:38 -0400 Subject: [PATCH 2/3] pom version 1.3.1.M14 --- nimbus-core/pom.xml | 2 +- nimbus-entity-dsl/pom.xml | 2 +- nimbus-extn-activiti/pom.xml | 2 +- nimbus-starter/pom.xml | 4 ++-- nimbus-test/pom.xml | 2 +- nimbus-ui/pom.xml | 2 +- pom.xml | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/nimbus-core/pom.xml b/nimbus-core/pom.xml index 858699ae2..99f002ea0 100644 --- a/nimbus-core/pom.xml +++ b/nimbus-core/pom.xml @@ -4,7 +4,7 @@ com.antheminc.oss nimbus-parent - 1.3.1.M6 + 1.3.1.M14 nimbus-core diff --git a/nimbus-entity-dsl/pom.xml b/nimbus-entity-dsl/pom.xml index a294d9e3d..c735cbcb1 100644 --- a/nimbus-entity-dsl/pom.xml +++ b/nimbus-entity-dsl/pom.xml @@ -4,7 +4,7 @@ com.antheminc.oss nimbus-parent - 1.3.1.M6 + 1.3.1.M14 nimbus-entity-dsl diff --git a/nimbus-extn-activiti/pom.xml b/nimbus-extn-activiti/pom.xml index 033b9a510..1813b3316 100644 --- a/nimbus-extn-activiti/pom.xml +++ b/nimbus-extn-activiti/pom.xml @@ -4,7 +4,7 @@ com.antheminc.oss nimbus-parent - 1.3.1.M6 + 1.3.1.M14 nimbus-extn-activiti diff --git a/nimbus-starter/pom.xml b/nimbus-starter/pom.xml index f765504ff..f13d77876 100644 --- a/nimbus-starter/pom.xml +++ b/nimbus-starter/pom.xml @@ -5,7 +5,7 @@ com.antheminc.oss nimbus-starter - 1.3.1.M6 + 1.3.1.M14 http://www.oss.antheminc.com/ @@ -57,7 +57,7 @@ framework starter project - 1.3.1.M6 + 1.3.1.M14 diff --git a/nimbus-test/pom.xml b/nimbus-test/pom.xml index c144a4b21..443d4fd35 100644 --- a/nimbus-test/pom.xml +++ b/nimbus-test/pom.xml @@ -4,7 +4,7 @@ com.antheminc.oss nimbus-parent - 1.3.1.M6 + 1.3.1.M14 nimbus-test diff --git a/nimbus-ui/pom.xml b/nimbus-ui/pom.xml index 3f45d92d2..63a49ce9b 100644 --- a/nimbus-ui/pom.xml +++ b/nimbus-ui/pom.xml @@ -6,7 +6,7 @@ com.antheminc.oss nimbus-parent - 1.3.1.M6 + 1.3.1.M14 nimbus-ui diff --git a/pom.xml b/pom.xml index 67a404151..b183d5b84 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 com.antheminc.oss nimbus-parent - 1.3.1.M6 + 1.3.1.M14 nimbus-parent pom Anthem open source nimbus project @@ -75,7 +75,7 @@ 2.8.1 .. - 1.3.1.M6 + 1.3.1.M14 ${nimbus.version} ${nimbus.version} ${nimbus.core.version} From cdfe5144f8aec027161c39ce67419a07df988c95 Mon Sep 17 00:00:00 2001 From: "Addula, Ajay Kumar Reddy" Date: Mon, 31 Aug 2020 12:41:39 -0400 Subject: [PATCH 3/3] fix merge conflicts --- nimbus-extn-activiti/pom.xml | 4 ---- nimbus-starter/pom.xml | 8 -------- 2 files changed, 12 deletions(-) diff --git a/nimbus-extn-activiti/pom.xml b/nimbus-extn-activiti/pom.xml index e4d0dcbc5..280566060 100644 --- a/nimbus-extn-activiti/pom.xml +++ b/nimbus-extn-activiti/pom.xml @@ -4,11 +4,7 @@ com.antheminc.oss nimbus-parent -<<<<<<< HEAD - 1.3.1.M14 -======= 1.3.1.M13 ->>>>>>> 7e81775764fac4e780b8a31b5be7031ff9e1c022 nimbus-extn-activiti diff --git a/nimbus-starter/pom.xml b/nimbus-starter/pom.xml index cd67cdfd9..acd91b365 100644 --- a/nimbus-starter/pom.xml +++ b/nimbus-starter/pom.xml @@ -5,11 +5,7 @@ com.antheminc.oss nimbus-starter -<<<<<<< HEAD - 1.3.1.M14 -======= 1.3.1.M13 ->>>>>>> 7e81775764fac4e780b8a31b5be7031ff9e1c022 http://www.oss.antheminc.com/ @@ -61,11 +57,7 @@ framework starter project -<<<<<<< HEAD - 1.3.1.M14 -======= 1.3.1.M13 ->>>>>>> 7e81775764fac4e780b8a31b5be7031ff9e1c022