Merge "Migrate plugin from 1.0.0 to 2.0.0 package version"

This commit is contained in:
Jenkins 2015-03-16 10:42:30 +00:00 committed by Gerrit Code Review
commit 6755a3ec59
1 changed files with 9 additions and 2 deletions

View File

@ -7,7 +7,14 @@ version: 1.0.0
# Description
description: Neutron extension that introduces FireWall feature set
# Required fuel version
fuel_version: ['6.0', '6.1']
fuel_version: ['6.1']
# Specify license of your plugin
licenses: ['Apache License Version 2.0']
# Specify author or company name
authors: ['Andrey Epifanov']
# 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:
@ -33,4 +40,4 @@ releases:
repository_path: repositories/centos
# Version of plugin package
package_version: '1.0.0'
package_version: '2.0.0'