Skip to content

Commit

Permalink
[fix] Compatibility with latest Jetbrains IDE (Idea 15, Webstorm 11, …
Browse files Browse the repository at this point in the history
…etc.)
  • Loading branch information
dboissier committed Nov 19, 2015
1 parent 15eda94 commit 5b628a2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Version 0.7.3
* [update] Compatibility with the latest Jetbrains IDE (Idea 15, Webstorm 11, etc.)

Version 0.7.2
* [fix] better mongo 3 compatibility
* [update] Improve UI reactivity
Expand Down
4 changes: 2 additions & 2 deletions fetchIdea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# original file from https://github.com/go-lang-plugin-org/go-lang-idea-plugin
# thanks zolotov :)

ideaVersion='14.1.5'
ideaVersionForMaven='14.1'
ideaVersion='15.0'
ideaVersionForMaven='15.0'

rm -rf ./idea-IC

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>

<intellij.sdk.name>141.2735.5</intellij.sdk.name>
<intellij.sdk.version>14.1</intellij.sdk.version>
<intellij.sdk.name>143.381.42</intellij.sdk.name>
<intellij.sdk.version>15.0</intellij.sdk.version>
<intellij.lib.path>${env.IDEA_HOME}/lib</intellij.lib.path>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<idea-plugin version="2">
<name>Mongo Plugin</name>
<description>Mongo integration for Intellij</description>
<version>0.7.2</version>
<version>0.7.3</version>
<vendor email="david.boissier [at] gmail [dot] com" url="http://codinjutsu.blogspot.com">David Boissier</vendor>

<!--<idea-version since-build="135.0" until-build="135.*"/>-->
<idea-version since-build="140.0" until-build="141.999999"/>
<idea-version since-build="143.0"/>

<depends>com.intellij.modules.lang</depends>

Expand Down

0 comments on commit 5b628a2

Please sign in to comment.