Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
charleneauger committed Jan 9, 2019
1 parent ac8bccd commit 891ce78
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion APACHE/Map.pm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
## Please refer to the General Public Licence http://www.gnu.org/ or Licence.txt
################################################################################

package Apache::Ocsinventory::Plugins::Vmware::Map;
package Apache::Ocsinventory::Plugins::Vmware_Vcenter::Map;

use strict;

Expand Down
2 changes: 1 addition & 1 deletion APACHE/vmware_vcenter.conf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
PerlModule Apache::Ocsinventory::Plugins::Vmware::Map
PerlModule Apache::Ocsinventory::Plugins::Vmware_Vcenter::Map
2 changes: 1 addition & 1 deletion hook.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</hook>
<hook type="submenu">
<mainmenuidentifier>ms_extension</mainmenuidentifier>
<identifier>ms_vmware</identifier>
<identifier>ms_vmware_vcenter</identifier>
<translation>30000</translation>
</hook>
</hookstore>
2 changes: 1 addition & 1 deletion infos.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author" : ["Gilles DUBOIS"],
"contributor" : [],
"supportedAgent" : ["Unix"],
"version" : "1.0",
"version" : "2.0",
"licence" : "GPLv2",
"description" : {
"fr" : "Permet d'interroger l'API VMware vCenter et de renvoyer les informations lors de l'inventaire",
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 891ce78

Please sign in to comment.