Skip to content

Commit 126afc7

Browse files
committed
2 parents eb879e5 + db399dd commit 126afc7

File tree

4 files changed

+31
-2
lines changed

4 files changed

+31
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ repositories {
2828

2929
group = "com.electriccloud"
3030
description = "Plugins : EC-OpenStack"
31-
version = "1.3.4"
31+
version = "1.3.5"
3232

3333
apply plugin: 'groovy'
3434
apply plugin: 'flow-gradle-plugin'

htdocs/images/icon-plugin.svg

Lines changed: 19 additions & 0 deletions
Loading

pages/EC-OpenStack_help.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<p>Plugin Version @PLUGIN_VERSION@</p>
1717
<hr style="margin-left: -10px; margin-top: 10px; height: 1px; width: 100%; color: #5981BD;" noshade="noshade" />
1818

19-
<p>Revised on Jun 7, 2018</p>
19+
<p>Revised on December 25, 2018</p>
2020

2121
<h1>Contents</h1>
2222

@@ -1726,6 +1726,10 @@ outline used above where possible.
17261726

17271727

17281728
<h1 id="rns">Release Notes</h1>
1729+
<h2>@PLUGIN_KEY@ 1.3.5</h2>
1730+
<ul>
1731+
<li>The plugin icon has been updated.</li>
1732+
</ul>
17291733
<h2>@PLUGIN_KEY@ 1.3.4</h2>
17301734
<ul>
17311735
<li>Added Rackspace support for Dynamic Environments</li>

src/main/resources/project/project.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
<propertyName>ec_formXmlCompliant</propertyName>
1313
<value>true</value>
1414
</property>
15+
<!-- Improvement for ECPREOPSTK-150 -->
16+
<property>
17+
<propertyName>ec_icon</propertyName>
18+
<value>images/icon-plugin.svg</value>
19+
</property>
20+
<!-- End of improvement for ECPREOPSTK-150 -->
1521
<property>
1622
<propertyName>ec_config</propertyName>
1723
<description/>

0 commit comments

Comments
 (0)