You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ia...@apache.org on 2014/04/23 20:57:42 UTC

[09/14] git commit: CB-6385: Specify file plugin dependency version

CB-6385: Specify file plugin dependency version


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/commit/94e82396
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/tree/94e82396
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/diff/94e82396

Branch: refs/heads/master
Commit: 94e82396151226003ef404a3b879a7ad9e006ef7
Parents: db9fa24
Author: Ian Clelland <ic...@chromium.org>
Authored: Wed Apr 2 16:22:27 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Wed Apr 2 16:22:27 2014 -0400

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture/blob/94e82396/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index afeb02d..9db032d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -13,7 +13,7 @@ xmlns:rim="http://www.blackberry.com/ns/widgets"
     <repo>https://git-wip-us.apache.org/repos/asf/cordova-plugin-media-capture.git</repo>
     <issue>https://issues.apache.org/jira/browse/CB/component/12320646</issue>
     
-    <dependency id="org.apache.cordova.file" />
+    <dependency id="org.apache.cordova.file" version="1.0.1" />
 
     <js-module src="www/CaptureAudioOptions.js" name="CaptureAudioOptions">
         <clobbers target="CaptureAudioOptions" />