Skip to content

Commit

Permalink
support older 14.1.x runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtech Janota committed Jan 4, 2016
1 parent 7921122 commit 1c37db4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions ali-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<spring.version>3.2.4.RELEASE</spring.version>
<idea.build>141.3056.4</idea.build>
<idea.version>IC-${idea.build}</idea.version>
<idea.build.min>141.177.4</idea.build.min>
</properties>

<build>
Expand Down
2 changes: 2 additions & 0 deletions ali-plugin-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@
</goals>
<configuration>
<tasks>
<replace file="${project.build.outputDirectory}/META-INF/plugin.xml"
token="@{idea.build.min}" value="${idea.build.min}"/>
<replace file="${project.build.outputDirectory}/META-INF/plugin.xml"
token="@{idea.build}" value="${idea.build}"/>
</tasks>
Expand Down
2 changes: 1 addition & 1 deletion ali-plugin-main/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>3.16.@{idea.build}</version>
<vendor logo="/ali_icon.png" url="https://hpln.hp.com/group/application-lifecycle-intelligence">HP</vendor>

<idea-version since-build="@{idea.build}"/>
<idea-version since-build="@{idea.build.min}"/>

<change-notes>
<![CDATA[
Expand Down

0 comments on commit 1c37db4

Please sign in to comment.