Skip to content

Commit

Permalink
switch to 14.1.6 sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtech Janota committed Jan 4, 2016
1 parent 1eaa75d commit 7921122
Show file tree
Hide file tree
Showing 6 changed files with 255 additions and 255 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Intellij IDEA or download manually from the plugin [homepage].
Building
--------

* Intellij community version 14.1.5 is supported. Building against other minor version or ultimate edition
* Intellij community version 14.1.6 is supported. Building against other minor version or ultimate edition
is technically possible, but might require manual changes to the dependencies.
* Requires Ant (for dependency extraction and build invocation) and Maven (for actual build). If maven is not present
on the system path, append "-Dmaven.executable=/path/to/maven/bin/mvn" when executing ant commands described bellow.
Expand All @@ -29,13 +29,13 @@ First you need to populate your local maven repository with Intellij IDEA librar
maven repository. Convenience Ant script is provided to simplify this task.

```
$ ant install-sdk -DIDEA_HOME=<Idea Community 14.1.5 Home>
$ ant install-sdk -DIDEA_HOME=<Idea Community 14.1.6 Home>
```

Once the dependencies are present in the local repository, you can perform actual build:

```
$ ant build -DIDEA_HOME=<Idea Community 14.1.5 Home>
$ ant build -DIDEA_HOME=<Idea Community 14.1.6 Home>
```

Resulting plugin is located in "ali-plugin-main/target/ali-idea-plugin.zip".
2 changes: 1 addition & 1 deletion ali-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<spring.version>3.2.4.RELEASE</spring.version>
<idea.build>141.2735.5</idea.build>
<idea.build>141.3056.4</idea.build>
<idea.version>IC-${idea.build}</idea.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion ali-plugin-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
</dependency>
<dependency>
<groupId>com.hp.alm.ali</groupId>
<artifactId>idea-sdk-IC-141.2735.5</artifactId>
<artifactId>idea-sdk-IC-141.3056.4</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
Expand Down
Loading

0 comments on commit 7921122

Please sign in to comment.