Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #943 from salesforce/release/2.21.0
Browse files Browse the repository at this point in the history
Release/2.21.3 to master
  • Loading branch information
naveenreddykarri committed Oct 7, 2018
2 parents 92d82dd + 29a2225 commit ad2c2ef
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion ArgusClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.21.1</version>
<version>2.21.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusCore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.21.1</version>
<version>2.21.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-core</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,12 +445,6 @@ public void setSubscriptions(List<String> 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()) {
Expand Down
2 changes: 1 addition & 1 deletion ArgusSDK/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.21.1</version>
<version>2.21.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusWeb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.21.1</version>
<version>2.21.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusWebServices/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.21.1</version>
<version>2.21.3</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-webservices</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion SPECS/argus-client.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
BuildArch: noarch
Name: argusclient
Version: 4.40
Version: 4.42
Release: 1
License: BSD-3-Clause
Group: Applications/System
Expand Down
2 changes: 1 addition & 1 deletion SPECS/argus-ui.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
BuildArch: noarch
Name: argusui
Version: 4.40
Version: 4.42
Release: 1
License: BSD-3-Clause
Group: Applications/System
Expand Down
2 changes: 1 addition & 1 deletion SPECS/argus-webservices.spec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
BuildArch: noarch
Name: argusws
Version: 4.40
Version: 4.42
Release: 1
License: BSD-3-Clause
Group: Applications/System
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.salesforce.argus</groupId>
<artifactId>argus</artifactId>
<version>2.21.1</version>
<version>2.21.3</version>
<packaging>pom</packaging>

<name>Argus</name>
Expand Down Expand Up @@ -118,7 +118,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
<dockerImages.base.name>salesforce</dockerImages.base.name>
<project.version>2.21.1</project.version>
<project.version>2.21.3</project.version>
<logback.version>1.2.3</logback.version>
<jackson.version>2.9.5</jackson.version>
<httpclient.version>4.5.3</httpclient.version>
Expand Down Expand Up @@ -438,7 +438,7 @@
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</repository>
</distributionManagement>

</project>
2 changes: 1 addition & 1 deletion project.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export PROJECT_VERSION=2.21.1
export PROJECT_VERSION=2.21.3

0 comments on commit ad2c2ef

Please sign in to comment.