Skip to content

Commit

Permalink
Bump carbon.kernel.version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thisara-Welmilla committed Feb 6, 2024
1 parent 45711ab commit 6a8a3df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@
<artifactId>infinispan-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
<dependency>
<groupId>org.apache.felix</groupId>
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,10 @@
<artifactId>org.apache.felix.scr.ds-annotations</artifactId>
<version>${apache.felix.scr.ds.annotations.version}</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -1594,7 +1598,7 @@
<properties>
<!-- Carbon platform version comes here-->

<carbon.kernel.version>4.5.3</carbon.kernel.version>
<carbon.kernel.version>4.9.25</carbon.kernel.version>
<carbon.kernel.feature.version>${carbon.kernel.version}</carbon.kernel.feature.version>
<carbon.kernel.package.import.version.range>[4.5.0, 5.0.0)</carbon.kernel.package.import.version.range>

Expand Down

0 comments on commit 6a8a3df

Please sign in to comment.