Navigation Menu

Skip to content

Commit

Permalink
Support / Require IDEA 15 in 1.8.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
retronym committed Dec 2, 2015
1 parent b9dd144 commit 88881dd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -23,7 +23,7 @@ Please reports issues to the GitHub issue tracker

To build the project:

% mvn -Didea.home="/Applications/IntelliJ Idea 13.1.app" install
% mvn -Didea.home="/Applications/IntelliJ Idea 15.app/Contents" install
% ls -la sbt-dist/target/idea-sbt-plugin-*.zip # File, Settings, Plugins, Install from Disk

You can also open this project in IntelliJ. Point the Project SDK to an IntelliJ Plugin SDK,
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@

<groupId>net.orfjackal.idea-sbt-plugin</groupId>
<artifactId>sbt</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion sbt-dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.orfjackal.idea-sbt-plugin</groupId>
<artifactId>sbt</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>sbt-dist</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sbt-plugin/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>net.orfjackal.idea-sbt-plugin</groupId>
<artifactId>sbt</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.8.0-SNAPSHOT</version>
</parent>

<artifactId>sbt-plugin</artifactId>
Expand Down
5 changes: 4 additions & 1 deletion sbt-plugin/src/main/resources/META-INF/plugin.xml
Expand Up @@ -4,7 +4,7 @@
<id>SBT</id>
<name>SBT</name>
<version>${project.version}</version>
<idea-version since-build="141.177"/>
<idea-version since-build="143.381"/>
<category>Build</category>

<vendor url="http://www.orfjackal.net">Esko Luontola</vendor>
Expand All @@ -22,6 +22,9 @@
]]></description>
<change-notes><![CDATA[
<ul>
<dt><b>1.8.0 (2015-12-03)</b></dt>
<li>Be compatible with / require IntelliJ 15</li>
<dt><b>1.7.0 (2014-03-26)</b></dt>
<li>Be compatible with / require IntelliJ 14.1</li>
<li>Revert UI to a TextConsole rather than a LanguageConsole. We lose command history. Hopefully we can find a way to restore this feature in a subsequent release once we adapt to changes in IntelliJ</li>
Expand Down

0 comments on commit 88881dd

Please sign in to comment.