Skip to content

Commit 89f3e0b

Browse files
committed
Fixed typo
1 parent 6d1e844 commit 89f3e0b

2 files changed

Lines changed: 4 additions & 4 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: 3 additions & 3 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

@@ -86,7 +86,7 @@
8686
<configuration>
8787
<target>
8888
<echo message="prepare phase"/>
89-
<untar compression="gzip" src="${project.build.directory}/ideaIU-2016.1.tar.gz"
89+
<untar compression="gzip" src="${project.build.directory}/ideaIC-2016.1.tar.gz"
9090
dest="${project.build.directory}"/>
9191
</target>
9292
</configuration>

0 commit comments

Comments
 (0)