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

Commit

Permalink
increment version to 2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colbyguan committed Aug 17, 2018
1 parent e22332e commit c3e4e3e
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ArgusClient/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.18.0</version>
<version>2.19.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusCore/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.18.0</version>
<version>2.19.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusSDK/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.18.0</version>
<version>2.19.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-sdk</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusWeb/app/js/config.js
Expand Up @@ -22,7 +22,7 @@

angular.module('argus.urlConfig', [])
.constant('CONFIG', {
version: '2.18',
version: '2.19',
wsUrl: 'http://localhost:8080/argusws/',
wsBetaUrl: 'http://localhost:8080/argusws/beta/',
emailUrl: 'https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=argus-dev@mycompany.com',
Expand Down
2 changes: 1 addition & 1 deletion ArgusWeb/config/config.js
Expand Up @@ -21,7 +21,7 @@

angular.module("argus.urlConfig", [])
.constant('CONFIG', {
version: '2.18',
version: '2.19',
wsUrl: '@@wsUrl',
wsBetaUrl: '@@wsBetaUrl',
emailUrl: '@@emailUrl',
Expand Down
2 changes: 1 addition & 1 deletion ArgusWeb/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.18.0</version>
<version>2.19.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ArgusWebServices/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>argus</artifactId>
<groupId>com.salesforce.argus</groupId>
<version>2.18.0</version>
<version>2.19.0</version>
<relativePath>..</relativePath>
</parent>
<artifactId>argus-webservices</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>com.salesforce.argus</groupId>
<artifactId>argus</artifactId>
<version>2.18.0</version>
<version>2.19.0</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.18.0</project.version>
<project.version>2.19.0</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
2 changes: 1 addition & 1 deletion project.version
@@ -1 +1 @@
export PROJECT_VERSION=2.18.0
export PROJECT_VERSION=2.19.0

0 comments on commit c3e4e3e

Please sign in to comment.