Skip to content

Commit

Permalink
Merge pull request #13 from UrbanCode/PLUGINS-3474
Browse files Browse the repository at this point in the history
updated version info for v35
  • Loading branch information
AjeetGupta authored Sep 22, 2021
2 parents 4d3aa84 + 1099c0e commit c5d096c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/main/zip/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,8 @@
<release-note plugin-version="34">
Add property - nowait, strategy, endpoint to Step - Push Application
</release-note>
<release-note plugin-version="35">
On upgrade to v34 , cli version was not picking up correctly that has been fixed in v35
</release-note>
</release-notes>
</pluginInfo>
2 changes: 1 addition & 1 deletion src/main/zip/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
-->
<plugin xmlns="http://www.urbancode.com/PluginXMLSchema_v1" xmlns:server="http://www.urbancode.com/PluginServerXMLSchema_v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<identifier id="com.urbancode.air.plugin.cloudfoundry" name="CloudFoundry" version="34"/>
<identifier id="com.urbancode.air.plugin.cloudfoundry" name="CloudFoundry" version="35"/>
<description>
The Cloud Foundry plug-in uses the Cloud Foundry command line (cf) utility to interact with applications in a target Cloud Foundry system.
</description>
Expand Down
15 changes: 15 additions & 0 deletions src/main/zip/upgrade.xml
Original file line number Diff line number Diff line change
Expand Up @@ -770,4 +770,19 @@
</migrate>
<migrate to-version="34">
</migrate>
<migrate to-version="35">
<migrate-command name="Create Route">
<migrate-properties>
<migrate-property name="cliversion" default="${p?:resource/cf.version}" />
</migrate-properties>
</migrate-command>
<migrate-command name="Push Application">
<migrate-properties>
<migrate-property name="strategy" default="" />
<migrate-property name="endpoint" default="" />
<migrate-property name="nowait" default="" />
<migrate-property name="cliversion" default="${p?:resource/cf.version}" />
</migrate-properties>
</migrate-command>
</migrate>
</plugin-upgrade>

0 comments on commit c5d096c

Please sign in to comment.