Skip to content

Commit

Permalink
Merge pull request #86 from jGauravGupta/FISH-9717
Browse files Browse the repository at this point in the history
FISH-9717 Release Payara Eclipse plugin 2.4.0
  • Loading branch information
jGauravGupta authored Oct 28, 2024
2 parents ab6729c + cb35f71 commit c0361da
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
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: Payara Micro Tools
Bundle-SymbolicName: fish.payara.eclipse.tools.micro;singleton:=true
Bundle-Version: 2.3.0
Bundle-Version: 2.4.0
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-Activator: fish.payara.eclipse.tools.micro.PayaraMicroPlugin
Expand Down
2 changes: 1 addition & 1 deletion bundles/fish.payara.eclipse.tools.micro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.bundles</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
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: Payara Server Tools
Bundle-SymbolicName: fish.payara.eclipse.tools.server;singleton:=true
Bundle-Version: 2.3.0
Bundle-Version: 2.4.0
Bundle-ClassPath: .
Bundle-Localization: plugin
Bundle-Activator: fish.payara.eclipse.tools.server.PayaraServerPlugin
Expand Down
2 changes: 1 addition & 1 deletion bundles/fish.payara.eclipse.tools.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.bundles</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>
<build>
<sourceDirectory>src</sourceDirectory>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.root</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<modules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="fish.payara.eclipse.tools.micro.feature"
label="%featureName"
version="2.3.0"
version="2.4.0"
provider-name="%providerName">

<description url="https://www.payara.fish/products/ecosystem-catalog/">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="fish.payara.eclipse.tools.server.feature"
label="%featureName"
version="2.3.0"
version="2.4.0"
provider-name="%providerName">

<description url="https://www.payara.fish/products/ecosystem-catalog/">
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.root</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.root</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
<packaging>pom</packaging>

<prerequisites>
Expand Down
2 changes: 1 addition & 1 deletion releng/fish.payara.eclipse.202212/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.releng</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<artifactId>fish.payara.eclipse.202212</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions releng/fish.payara.eclipse.update/category.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<site>
<feature url="features/fish.payara.eclipse.tools.micro.feature_2.2.0.jar" id="fish.payara.eclipse.tools.micro.feature" version="2.3.0">
<feature url="features/fish.payara.eclipse.tools.micro.feature_2.2.0.jar" id="fish.payara.eclipse.tools.micro.feature" version="2.4.0">
<category name="fish.payara.category"/>
</feature>
<feature url="features/fish.payara.eclipse.tools.server.feature_2.2.0.jar" id="fish.payara.eclipse.tools.server.feature" version="2.3.0">
<feature url="features/fish.payara.eclipse.tools.server.feature_2.2.0.jar" id="fish.payara.eclipse.tools.server.feature" version="2.4.0">
<category name="fish.payara.category"/>
</feature>
<category-def name="fish.payara.category" label="Payara Tools"/>
Expand Down
2 changes: 1 addition & 1 deletion releng/fish.payara.eclipse.update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.releng</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>
<artifactId>fish.payara.eclipse.update</artifactId>
<packaging>eclipse-repository</packaging>
Expand Down
2 changes: 1 addition & 1 deletion releng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>fish.payara.eclipse</groupId>
<artifactId>fish.payara.eclipse.root</artifactId>
<version>2.3.0</version>
<version>2.4.0</version>
</parent>

<modules>
Expand Down

0 comments on commit c0361da

Please sign in to comment.