diff --git a/Gruntfile.js b/Gruntfile.js index 513ac1a34..26e0044a0 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -347,7 +347,7 @@ module.exports = function(grunt) { artifactory: { options: { url: artifactoryUrl, - repository: snapshotRepo, //releaseRepo, + repository: releaseRepo, //snapshotRepo, username: artifactoryUser, password: artifactoryPassword }, @@ -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/' }] }