Skip to content

Commit

Permalink
3.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lam, Doris T (393A) authored and Lam, Doris T (393A) committed Feb 21, 2019
1 parent 12656e4 commit 09a8677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ module.exports = function(grunt) {
artifactory: {
options: {
url: artifactoryUrl,
repository: snapshotRepo, //releaseRepo,
repository: releaseRepo, //snapshotRepo,
username: artifactoryUser,
password: artifactoryPassword
},
Expand All @@ -358,7 +358,7 @@ module.exports = function(grunt) {
options: {
publish: [{
id: groupId + ':ve:zip',
version: '3.5.1-SNAPSHOT',
version: '3.5.1',
path: 'deploy/'
}]
}
Expand Down

0 comments on commit 09a8677

Please sign in to comment.