Skip to content

Commit

Permalink
Included the latest IDEA version for the travis built
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Jun 7, 2017
1 parent 994d3a7 commit 5334c46
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .idea/codeStyleSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

71 changes: 71 additions & 0 deletions .idea/markdown-navigator.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions .idea/markdown-navigator/profiles_settings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jetbrains.plugins</groupId>
<artifactId>mathematica-intellij-plugin</artifactId>
<version>2.0.10</version>
<version>2.1.1</version>
<name>Mathematica Support for IntelliJ IDEA</name>
<description>Includes syntax highlighting, function completion, documentation lookup, refactoring, code formatting,
etc.
</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<idea.ic.source>ideaIC-2017.1.2.tar.gz</idea.ic.source>
<idea.ic.source>ideaIC-2017.1.4.tar.gz</idea.ic.source>
<idea.ic.dir>${project.build.directory}/idea-IC</idea.ic.dir>
<ij.plugin>true</ij.plugin>
</properties>
Expand Down

0 comments on commit 5334c46

Please sign in to comment.