Skip to content

Commit

Permalink
Merge pull request #18809 from Sachin-Mamoru/hazelcast-feature-extern…
Browse files Browse the repository at this point in the history
…alize

Bump kernel version to 4.9.21 and pack hazelcast as a feature
  • Loading branch information
Sachin-Mamoru authored Jan 4, 2024
2 parents 7b41920 + 1397dd8 commit 0489fd3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions modules/p2-profile-gen/carbon.product
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?pde version="3.5"?>

<product name="Carbon Product" uid="carbon.product.id" id="carbon.product" application="carbon.application"
version="4.9.20" useFeatures="true" includeLaunchers="true">
version="4.9.21" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand All @@ -14,7 +14,7 @@ version="4.9.20" useFeatures="true" includeLaunchers="true">
</plugins>

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.9.20"/>
<feature id="org.wso2.carbon.core.runtime" version="4.9.21"/>
</features>

<configurations>
Expand Down
7 changes: 7 additions & 0 deletions modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,9 @@
<featureArtifactDef>
org.wso2.carbon:org.wso2.carbon.core.runtime.feature:${carbon.kernel.version}
</featureArtifactDef>
<featureArtifactDef>
org.wso2.carbon:org.wso2.carbon.hazelcast.feature:${carbon.kernel.version}
</featureArtifactDef>

<!-- DepSync feature -->
<featureArtifactDef>
Expand Down Expand Up @@ -806,6 +809,10 @@
<id>org.wso2.carbon.deployment.synchronizer.feature.group</id>
<version>${carbon.commons.version}</version>
</feature>
<feature>
<id>org.wso2.carbon.hazelcast.feature.group</id>
<version>${carbon.kernel.version}</version>
</feature>

<feature>
<id>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,11 @@
<artifactId>org.wso2.carbon.core.ui.feature</artifactId>
<version>${carbon.kernel.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.carbon</groupId>
<artifactId>org.wso2.carbon.hazelcast</artifactId>
<version>${carbon.kernel.version}</version>
</dependency>
<dependency>
<groupId>org.wso2.identity</groupId>
<artifactId>org.wso2.stratos.identity.dashboard.ui</artifactId>
Expand Down Expand Up @@ -2374,7 +2379,7 @@
<charon.version>3.4.1</charon.version>

<!-- Carbon Kernel -->
<carbon.kernel.version>4.9.20</carbon.kernel.version>
<carbon.kernel.version>4.9.21</carbon.kernel.version>

<!-- Identity Verification -->
<identity.verification.version>1.0.6</identity.verification.version>
Expand Down

0 comments on commit 0489fd3

Please sign in to comment.