Skip to content

Commit

Permalink
update grunt version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Shakeh Brys authored and Shakeh Brys committed Mar 27, 2018
1 parent 71c58cd commit ddc3e8f
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 @@ -328,7 +328,7 @@ module.exports = function(grunt) {
artifactory: {
options: {
url: artifactoryUrl,
repository: 'libs-snapshot-local',
repository: 'libs-release-local',
username: artifactoryUser,
password: artifactoryPassword
},
Expand All @@ -339,7 +339,7 @@ module.exports = function(grunt) {
options: {
publish: [{
id: 'gov.nasa.jpl:evm:zip',
version: '3.2.5-SNAPSHOT',
version: '3.2.5',
path: 'deploy/'
}]
}
Expand Down

0 comments on commit ddc3e8f

Please sign in to comment.