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 Jul 15, 2014
1 parent 5cb9998 commit 5e0369f
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 13 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.9</version>
<version>3.10</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.9</version>
<version>3.10</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.9</version>
<version>3.10</version>
<relativePath>../ali-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 7 additions & 1 deletion ali-plugin-main/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@
<id>com.hp.alm.ali</id>
<name>HP ALI</name>
<description>Application Lifecycle Intelligence for HP ALM</description>
<version>3.9.@{idea.build}</version>
<version>3.10.@{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.10</h3>
<ul>
<li>[enhancement] further task board improvements
<li>[bugfix] proper commit message when working on user story</li>
</ul>
<h3>Changes in 3.9</h3>
<ul>
<li>[enhancement] task board improvements
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.9</version>
<version>3.10</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.9</version>
<version>3.10</version>
<relativePath>../ali-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion extract-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cat << POM_HEADER >> idea-sdk-$version/pom.xml
<parent>
<artifactId>ali-parent</artifactId>
<groupId>com.hp.alm.ali</groupId>
<version>3.9</version>
<version>3.10</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.9</version>
<version>3.10</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.9</version>
<version>3.10</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.9</version>
<version>3.10</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.9</version>
<version>3.10</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.9</version>
<version>3.10</version>
<relativePath>../ali-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<name>${project.artifactId}:${project.version}</name>
<description>HP ALI Intellij Plugin</description>
<packaging>pom</packaging>
<version>3.9</version>
<version>3.10</version>

<modules>
<module>ali-parent</module>
Expand Down

0 comments on commit 5e0369f

Please sign in to comment.