Migrate plugin from 1.0.0 to 2.0.0 package version

Change-Id: I07c866adfd0a4e26a667e4e39a339b2fde095984
This commit is contained in:
Andrey Epifanov 2015-03-13 10:26:46 +03:00
parent e47131d989
commit 58688bc80c
1 changed files with 8 additions and 1 deletions

View File

@ -8,6 +8,13 @@ version: 1.1.0
description: Neutron extension that introduces VPN feature set
# Required fuel version
fuel_version: ['6.1']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Andrey Epifanov, Sergey Kolekonov']
# A link to the plugin's page
homepage: 'https://github.com/stackforge/fuel-plugin-neutron-vpnaas'
groups: []
# The plugin is compatible with releases in the list
releases:
@ -23,4 +30,4 @@ releases:
repository_path: repositories/centos
# Version of plugin package
package_version: '1.0.0'
package_version: '2.0.0'