File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -21,3 +21,5 @@ Building a release
2121==================
2222
2323` ./gradlew buildPlugin `
24+
25+ The output is then in ` build/distributions ` .
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77}
88
99group = " org.mediawiki"
10- version = " 0.6.2 "
10+ version = " 0.6.3 "
1111
1212repositories {
1313 mavenCentral()
@@ -35,7 +35,7 @@ tasks {
3535 }
3636
3737 patchPluginXml {
38- sinceBuild.set(" 222.3345.118 " )
38+ sinceBuild.set(" 233.14475.35 " )
3939 untilBuild.set(" " )
4040 }
4141
Original file line number Diff line number Diff line change 2323
2424 <change-notes ><![CDATA[
2525 <p>
26- <strong>Version 0.x.x </strong>
26+ <strong>Version 0.6.3 </strong>
2727 <ul>
2828 <li>Remove max build number</li>
29+ <li>MediaWikiSearchDocsAction: Try to fix getActionUpdateThread deprecation error</li>
2930 </ul>
3031 <strong>Version 0.6.2</strong>
3132 <ul>
7778 ]]> </change-notes >
7879
7980 <!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
80- <idea-version since-build =" 222.3345.118 " />
81+ <idea-version since-build =" 233.14475.35 " />
8182
8283 <depends >com.jetbrains.php</depends >
8384 <depends >com.intellij.modules.platform</depends >
You can’t perform that action at this time.
0 commit comments