Skip to content

Commit

Permalink
increase plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vojtech Janota committed Dec 4, 2014
1 parent 221f5d5 commit 1165708
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 14 deletions.
2 changes: 1 addition & 1 deletion ali-lang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>ali-parent</artifactId>
<groupId>com.hp.alm.ali</groupId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ali-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<name>${project.artifactId}:${project.version}</name>
<description>Common HP ALI parent</description>
<packaging>pom</packaging>
<version>3.12</version>
<version>3.13</version>

<properties>
<spring.version>3.2.4.RELEASE</spring.version>
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 @@ -4,7 +4,7 @@
<parent>
<groupId>com.hp.alm.ali</groupId>
<artifactId>ali-parent</artifactId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
15 changes: 11 additions & 4 deletions ali-plugin-main/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,29 @@
<id>com.hp.alm.ali</id>
<name>HP ALI</name>
<description>Application Lifecycle Intelligence for HP ALM</description>
<version>3.12.@{idea.build}</version>
<version>3.13.@{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}"/>

<change-notes>
<![CDATA[
<h3>Changes in 3.13</h3>
<ul>
<li>[enhancement] spell-check support</li>
<li>[enhancement] better dialog placement when multiple displays</li>
<li>[enhancement] support global teams (Agile Manager)</li>
</ul>
<h3>Changes in 3.12</h3>
<ul>
<li>[enhancement] support workspaces in Agile Manager
<li>[enhancement] support workspaces in Agile Manager</li>
</ul>
<h3>Changes in 3.11</h3>
<ul>
<li>[enhancement] support acceptance tests in Agile Manager
<li>[enhancement] don't override commit message when merging
<li>[enhancement] support acceptance tests in Agile Manager</li>
<li>[enhancement] don't override commit message when merging</li>
</ul>
<h3>Changes in 3.10</h3>
Expand Down
2 changes: 1 addition & 1 deletion ali-rest-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hp.alm.ali</groupId>
<artifactId>ali-parent</artifactId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion ali-test-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.hp.alm.ali</groupId>
<artifactId>ali-parent</artifactId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion idea-compatibility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hp.alm.ali</groupId>
<artifactId>ali-parent</artifactId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion idea-impl-129/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hp.alm.ali</groupId>
<artifactId>ali-parent</artifactId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion idea-impl-133/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hp.alm.ali</groupId>
<artifactId>ali-parent</artifactId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion idea-sdk-IC-129.239/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>ali-parent</artifactId>
<groupId>com.hp.alm.ali</groupId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion idea-sdk-IC-133.193/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<artifactId>ali-parent</artifactId>
<groupId>com.hp.alm.ali</groupId>
<version>3.12</version>
<version>3.13</version>
<relativePath>../ali-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 1165708

Please sign in to comment.