Skip to content

Commit

Permalink
updated old dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Nov 20, 2013
1 parent ce67eb1 commit fef9822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/GruntFile.js
Expand Up @@ -10,7 +10,7 @@ module.exports = function (grunt) {
var webapp_outdir = grunt.option('webapp_outdir');

if (!webapp_outdir) {
webapp_outdir = 'target/hawtio-web-1.2-SNAPSHOT'
webapp_outdir = 'target/hawtio-web-1.3-SNAPSHOT'
grunt.option('webapp_outdir', webapp_outdir);
}

Expand Down

0 comments on commit fef9822

Please sign in to comment.