Skip to content

Commit 5334c46

Browse files
committed
Included the latest IDEA version for the travis built
1 parent 994d3a7 commit 5334c46

4 files changed

Lines changed: 79 additions & 2 deletions

File tree

.idea/codeStyleSettings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator.xml

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/markdown-navigator/profiles_settings.xml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<modelVersion>4.0.0</modelVersion>
2828
<groupId>org.jetbrains.plugins</groupId>
2929
<artifactId>mathematica-intellij-plugin</artifactId>
30-
<version>2.0.10</version>
30+
<version>2.1.1</version>
3131
<name>Mathematica Support for IntelliJ IDEA</name>
3232
<description>Includes syntax highlighting, function completion, documentation lookup, refactoring, code formatting,
3333
etc.
3434
</description>
3535

3636
<properties>
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
38-
<idea.ic.source>ideaIC-2017.1.2.tar.gz</idea.ic.source>
38+
<idea.ic.source>ideaIC-2017.1.4.tar.gz</idea.ic.source>
3939
<idea.ic.dir>${project.build.directory}/idea-IC</idea.ic.dir>
4040
<ij.plugin>true</ij.plugin>
4141
</properties>

0 commit comments

Comments
 (0)