File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plugins {
8
8
}
9
9
10
10
group ' com.magento.idea'
11
- version ' 1 .0.1 '
11
+ version ' 0 .0.9 '
12
12
13
13
apply plugin : ' org.jetbrains.intellij'
14
14
apply plugin : ' java'
@@ -47,7 +47,7 @@ publishPlugin {
47
47
token = System . getenv(" MAGENTO_PHPSTORM_intellijPublishToken" )
48
48
if (Boolean . valueOf(System . getenv(" MAGENTO_PHPSTORM_isAlpha" ))) {
49
49
channels ' alpha'
50
- version = version + " -alpha-" + getDate()
50
+ // version = version + "-alpha-" + getDate()
51
51
}
52
52
}
53
53
Original file line number Diff line number Diff line change 7
7
<idea-plugin >
8
8
<id >com.magento.idea.magento2plugin</id >
9
9
<name >Magento PhpStorm</name >
10
- <version >1 .0.1 </version >
10
+ <version >0 .0.9 </version >
11
11
<vendor url =" https://github.com/magento/magento2-phpstorm-plugin" >Magento Inc.</vendor >
12
12
13
13
<description ><![CDATA[
You can’t perform that action at this time.
0 commit comments