gulp-maven-deploy
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -25,3 +25,3 @@ 'use strict'; | ||
} | ||
gmd.deploy(repo.id, repo.url); | ||
gmd.deploy(repo.id, options.config.snapshot); | ||
if (callback)callback(null); | ||
@@ -28,0 +28,0 @@ }); |
{ | ||
"name": "gulp-maven-deploy", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Simple gulp plugin for the maven-deploy module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
6854