diff --git a/ArgusClient/pom.xml b/ArgusClient/pom.xml index 92ee08b84..c9803cd55 100644 --- a/ArgusClient/pom.xml +++ b/ArgusClient/pom.xml @@ -4,7 +4,7 @@ argus com.salesforce.argus - 2.21.1 + 2.21.3 .. argus-client diff --git a/ArgusCore/pom.xml b/ArgusCore/pom.xml index 9ecd06d0f..c70224ceb 100644 --- a/ArgusCore/pom.xml +++ b/ArgusCore/pom.xml @@ -5,7 +5,7 @@ argus com.salesforce.argus - 2.21.1 + 2.21.3 .. argus-core diff --git a/ArgusCore/src/main/java/com/salesforce/dva/argus/entity/Notification.java b/ArgusCore/src/main/java/com/salesforce/dva/argus/entity/Notification.java index af5384b84..b8fa0f318 100644 --- a/ArgusCore/src/main/java/com/salesforce/dva/argus/entity/Notification.java +++ b/ArgusCore/src/main/java/com/salesforce/dva/argus/entity/Notification.java @@ -445,12 +445,6 @@ public void setSubscriptions(List subscriptions) { if (this.getNotifierName().equals(AlertService.SupportedNotifier.GUS.getName())) { if (currentSubscription.length() < 10) throw new IllegalArgumentException("GUS subjectId is incorrect."); - } else if (this.getNotifierName().equals(AlertService.SupportedNotifier.EMAIL.getName())) { - if (!currentSubscription.matches(EMAILREGEX)) { - String errorMessage = MessageFormat.format("Email Address {0} is not allowed according to Regex {1}.", - currentSubscription, EMAILREGEX); - throw new IllegalArgumentException(errorMessage); - } } } if (subscriptions != null && !subscriptions.isEmpty()) { diff --git a/ArgusSDK/pom.xml b/ArgusSDK/pom.xml index 8d0aa91ef..ea80ebe6d 100644 --- a/ArgusSDK/pom.xml +++ b/ArgusSDK/pom.xml @@ -4,7 +4,7 @@ argus com.salesforce.argus - 2.21.1 + 2.21.3 .. argus-sdk diff --git a/ArgusWeb/pom.xml b/ArgusWeb/pom.xml index d61a18193..20f5ceb70 100644 --- a/ArgusWeb/pom.xml +++ b/ArgusWeb/pom.xml @@ -4,7 +4,7 @@ argus com.salesforce.argus - 2.21.1 + 2.21.3 .. argus-web diff --git a/ArgusWebServices/pom.xml b/ArgusWebServices/pom.xml index d879e6170..63eb9666b 100644 --- a/ArgusWebServices/pom.xml +++ b/ArgusWebServices/pom.xml @@ -3,7 +3,7 @@ argus com.salesforce.argus - 2.21.1 + 2.21.3 .. argus-webservices diff --git a/SPECS/argus-client.spec b/SPECS/argus-client.spec index 97783243f..cdbdae814 100755 --- a/SPECS/argus-client.spec +++ b/SPECS/argus-client.spec @@ -3,7 +3,7 @@ # BuildArch: noarch Name: argusclient -Version: 4.40 +Version: 4.42 Release: 1 License: BSD-3-Clause Group: Applications/System diff --git a/SPECS/argus-ui.spec b/SPECS/argus-ui.spec index 502f88e96..2489145ea 100755 --- a/SPECS/argus-ui.spec +++ b/SPECS/argus-ui.spec @@ -3,7 +3,7 @@ # BuildArch: noarch Name: argusui -Version: 4.40 +Version: 4.42 Release: 1 License: BSD-3-Clause Group: Applications/System diff --git a/SPECS/argus-webservices.spec b/SPECS/argus-webservices.spec index e66463308..48cef68b4 100755 --- a/SPECS/argus-webservices.spec +++ b/SPECS/argus-webservices.spec @@ -3,7 +3,7 @@ # BuildArch: noarch Name: argusws -Version: 4.40 +Version: 4.42 Release: 1 License: BSD-3-Clause Group: Applications/System diff --git a/pom.xml b/pom.xml index 85660be4e..879710aa7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.salesforce.argus argus - 2.21.1 + 2.21.3 pom Argus @@ -118,7 +118,7 @@ UTF-8 yyyy-MM-dd HH:mm salesforce - 2.21.1 + 2.21.3 1.2.3 2.9.5 4.5.3 @@ -438,7 +438,7 @@ ossrh https://oss.sonatype.org/service/local/staging/deploy/maven2/ - + diff --git a/project.version b/project.version index ca2890bd2..c19f6fb45 100755 --- a/project.version +++ b/project.version @@ -1 +1 @@ -export PROJECT_VERSION=2.21.1 +export PROJECT_VERSION=2.21.3