Skip to content

Commit

Permalink
Updated test and version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdasberg committed Dec 3, 2013
1 parent c4aa5a8 commit aef7184
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = function(grunt) {
project: {
key: 'grunt-sonar',
name: 'Grunt sonar plugin',
version: '0.1.1'
version: '0.1.2'
},
sources: [
{
Expand All @@ -59,14 +59,16 @@ module.exports = function(grunt) {
instance: {
hostUrl : 'http://localhost:20001',
jdbcUrl : 'jdbc:h2:tcp://localhost:20003/sonar',
jdbcUsername: 'sonar',
jdbcPassword: 'sonar',
login: 'admin',
password: 'admin'
}
},
project: {
key: 'grunt-sonar',
name: 'Grunt sonar plugin',
version: '0.1.1'
version: '0.1.2'
},
sources: [
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-karma-sonar",
"description": "Grunt plugin for integrating karma reports with sonar",
"version": "0.1.1",
"version": "0.1.2",
"homepage": "https://github.com/mdasberg/grunt-karma-sonar",
"author": {
"name": "Mischa Dasberg",
Expand Down

0 comments on commit aef7184

Please sign in to comment.