zend-patterns / ZendServerSDK

Pure ZF2 CLI for zpk creation and webapi client.
BSD 3-Clause "New" or "Revised" License
22 stars 17 forks source link

--version injects XML in wrong location #43

Closed mkherlakian closed 9 years ago

mkherlakian commented 9 years ago

According to https://github.com/zend-patterns/ZendServerSDK/blob/af7dd2c8035ee9c1ad0d895fbaea3b5207e22cfd/module/Client/config/zpk/schema.xsd, the version tag, if not present, should be inserted between description and releasedate.

If the tag is present in the original deployment.xml, it works as expected.

slaff commented 9 years ago

@mkherlakian Can you check this change and close the issue if it is working for you?