Skip to content

Commit

Permalink
tech: increase version to 24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pikachugb committed Oct 10, 2024
1 parent 4378b16 commit 9ee6836
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion octane-eclipse-feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="octane.eclipse.feature"
label="Core Software Delivery Platform IDE Integration"
version="24.3.0"
version="24.4.0"
provider-name="Open Text">

<description url="https://software.microfocus.com/en-us/products/alm-octane/overview">
Expand Down
2 changes: 1 addition & 1 deletion octane-eclipse-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>..</relativePath>
<groupId>com.hpe.adm.octane.ideplugins</groupId>
<artifactId>octane-eclipse-parent</artifactId>
<version>24.3.0</version>
<version>24.4.0</version>
</parent>
<artifactId>octane.eclipse.feature</artifactId>
<packaging>eclipse-feature</packaging>
Expand Down
2 changes: 1 addition & 1 deletion octane-eclipse-plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Core Software Delivery Platform IDE Plugin
Bundle-SymbolicName: octane.eclipse.plugin;singleton:=true
Bundle-Version: 24.3.0
Bundle-Version: 24.4.0
Bundle-Vendor: Open Text
Bundle-Activator: com.hpe.octane.ideplugins.eclipse.Activator
Require-Bundle: org.eclipse.core.runtime,
Expand Down
2 changes: 1 addition & 1 deletion octane-eclipse-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.hpe.adm.octane.ideplugins</groupId>
<artifactId>octane-eclipse-parent</artifactId>
<version>24.3.0</version>
<version>24.4.0</version>
</parent>
<artifactId>octane.eclipse.plugin</artifactId>
<packaging>eclipse-plugin</packaging>
Expand Down
2 changes: 1 addition & 1 deletion octane-eclipse-update-site/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<relativePath>..</relativePath>
<groupId>com.hpe.adm.octane.ideplugins</groupId>
<artifactId>octane-eclipse-parent</artifactId>
<version>24.3.0</version>
<version>24.4.0</version>
</parent>
<artifactId>octane-eclispse-update-site</artifactId>
<packaging>eclipse-update-site</packaging>
Expand Down
2 changes: 1 addition & 1 deletion octane-eclipse-update-site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<description name="Core Software Delivery Platform IDE Integration Update Site" url="http://microfocus.github.io/octane-eclipse-plugin/update-site/">
Install the latest verison of the Core Software Delivery Platform IDE Integration
</description>
<feature url="features/octane.eclipse.feature_24.3.0.jar" id="octane.eclipse.feature" version="24.3.0">
<feature url="features/octane.eclipse.feature_24.4.0.jar" id="octane.eclipse.feature" version="24.4.0">
<category name="alm.octane"/>
</feature>
<category-def name="alm.octane" label="Core Software Delivery Platform"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.hpe.adm.octane.ideplugins</groupId>
<artifactId>octane-eclipse-parent</artifactId>
<version>24.3.0</version>
<version>24.4.0</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit 9ee6836

Please sign in to comment.