Skip to content

Commit

Permalink
Merge pull request #16941 from bhagyasakalanka/remote-login-version
Browse files Browse the repository at this point in the history
Add remote logging APIs to product
  • Loading branch information
bhagyasakalanka committed Oct 13, 2023
2 parents b07551c + 2980acd commit d03add7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.13" useFeatures="true" includeLaunchers="true">
version="4.9.14" useFeatures="true" includeLaunchers="true">

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

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.9.13"/>
<feature id="org.wso2.carbon.core.runtime" version="4.9.14"/>
</features>

<configurations>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2419,7 +2419,7 @@
<!-- Identity REST API feature -->
<identity.api.dispatcher.version>2.0.13</identity.api.dispatcher.version>
<identity.user.api.version>1.3.22</identity.user.api.version>
<identity.server.api.version>1.2.88</identity.server.api.version>
<identity.server.api.version>1.2.89</identity.server.api.version>

<identity.agent.sso.version>5.5.9</identity.agent.sso.version>
<identity.tool.samlsso.validator.version>5.5.7</identity.tool.samlsso.validator.version>
Expand All @@ -2438,14 +2438,14 @@
<charon.version>3.4.1</charon.version>

<!-- Carbon Kernel -->
<carbon.kernel.version>4.9.13</carbon.kernel.version>
<carbon.kernel.version>4.9.14</carbon.kernel.version>

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

<!-- Carbon Repo Versions -->
<carbon.deployment.version>4.12.20</carbon.deployment.version>
<carbon.commons.version>4.10.6</carbon.commons.version>
<carbon.commons.version>4.10.7</carbon.commons.version>
<carbon.registry.version>4.8.15</carbon.registry.version>
<carbon.multitenancy.version>4.11.12</carbon.multitenancy.version>
<carbon.metrics.version>1.3.12</carbon.metrics.version>
Expand Down

0 comments on commit d03add7

Please sign in to comment.