Skip to content

Commit

Permalink
Fixed download link of Idea for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Jan 26, 2017
1 parent f30f5d6 commit 0fd5a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2015 Patrick Scheibe
~ Copyright (c) 2017 Patrick Scheibe
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
~ in the Software without restriction, including without limitation the rights
Expand Down Expand Up @@ -35,7 +35,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<idea.ic.source>ideaIC-2016.3.tar.gz</idea.ic.source>
<idea.ic.source>ideaIC-2016.3.3.tar.gz</idea.ic.source>
<idea.ic.dir>${project.build.directory}/idea-IC</idea.ic.dir>
<ij.plugin>true</ij.plugin>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<id>de.halirutan.mathematica</id>
<name>Mathematica Support</name>
<category>Custom Language</category>
<version>2.0.21</version>
<version>2.0.22</version>
<idea-version since-build="163"/>
<vendor email="[email protected]" url="http://mathematicaplugin.halirutan.de">Patrick Scheibe</vendor>
<depends>com.intellij.modules.lang</depends>
Expand Down

0 comments on commit 0fd5a25

Please sign in to comment.