Skip to content

Commit fe2078c

Browse files
committed
Merge branch 'develop'
2 parents 6e206fd + 0b90701 commit fe2078c

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
jdk: openjdk6
2+
jdk: oraclejdk8
33
script: mvn clean package
44
deploy:
55
provider: releases

pom.xml

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

3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
36-
<idea.version>14.0.3</idea.version>
36+
<idea.version>2016.1</idea.version>
3737
<ij.plugin>true</ij.plugin>
3838
</properties>
3939

@@ -70,11 +70,11 @@
7070
<target>
7171
<!-- Download IDEA sources which are required to build the plugin-->
7272
<!-- For local testing, I included a copy target below -->
73-
<get src="http://download.jetbrains.com/idea/ideaIC-15.0.3.tar.gz"
73+
<get src="http://download.jetbrains.com/idea/ideaIC-2016.1.tar.gz"
7474
dest="${project.build.directory}"
7575
verbose="true"
7676
usetimestamp="true"/>
77-
<!--<copy file="/home/patrick/tmp/ideaIC-15.0.3.tar.gz"-->
77+
<!--<copy file="/home/patrick/tmp/ideaIU-2016.1.tar.gz"-->
7878
<!--tofile="${project.build.directory}/ideaIC-15.0.3.tar.gz"-->
7979
<!--verbose="true"/>-->
8080
</target>
@@ -86,7 +86,7 @@
8686
<configuration>
8787
<target>
8888
<echo message="prepare phase"/>
89-
<untar compression="gzip" src="${project.build.directory}/ideaIC-15.0.3.tar.gz"
89+
<untar compression="gzip" src="${project.build.directory}/ideaIC-2016.1.tar.gz"
9090
dest="${project.build.directory}"/>
9191
</target>
9292
</configuration>
@@ -104,7 +104,7 @@
104104
<target>
105105
<path id="maven.plugin.complete.classpath">
106106
<path refid="maven.plugin.classpath"/>
107-
<fileset dir="${project.build.directory}/idea-IC-143.1821.5/lib">
107+
<fileset dir="${project.build.directory}/idea-IC-145.258.11/lib">
108108
<include name="**/*.jar"/>
109109
</fileset>
110110
</path>
@@ -116,7 +116,7 @@
116116
</dirset>
117117
</path>
118118
<instrumentIdeaExtensions destdir="${project.build.outputDirectory}"
119-
extdirs="${project.build.directory}/idea-IC-143.1821.5/lib">
119+
extdirs="${project.build.directory}/idea-IC-145.258.11/lib">
120120
<classpath refid="maven.compile.classpath"/>
121121
<src refid="sourcepath"/>
122122
</instrumentIdeaExtensions>
@@ -164,7 +164,7 @@
164164
<version>2.5.1</version>
165165
<configuration>
166166
<compilerArguments>
167-
<extdirs>${project.build.directory}/idea-IC-143.1821.5/lib/</extdirs>
167+
<extdirs>${project.build.directory}/idea-IC-145.258.11/lib/</extdirs>
168168
</compilerArguments>
169169
<source>1.6</source>
170170
<target>1.6</target>

0 commit comments

Comments
 (0)