Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Lam, Doris T (319E) authored and Lam, Doris T (319E) committed Feb 4, 2020
1 parent 55bcf55 commit 903d5fa
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 @@ -353,7 +353,7 @@ module.exports = function(grunt) {
artifactory: {
options: {
url: artifactoryUrl,
repository: snapshotRepo, //releaseRepo,
repository: releaseRepo,
username: artifactoryUser,
password: artifactoryPassword
},
Expand All @@ -364,7 +364,7 @@ module.exports = function(grunt) {
options: {
publish: [{
id: groupId + ':ve:zip',
version: '3.6.1-SNAPSHOT',
version: '3.6.1',
path: 'deploy/'
}]
}
Expand Down

0 comments on commit 903d5fa

Please sign in to comment.