Skip to content

Commit

Permalink
Merge branch 'master' into add-llm-scope
Browse files Browse the repository at this point in the history
  • Loading branch information
nimsara66 committed Oct 23, 2024
2 parents 68e9550 + 3e46c05 commit 0b84417
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ product.key=AM
product.version=4.4.0
product.wum.name=wso2am

carbon.version=4.9.27-beta
carbon.version=4.9.27
am.version=4.4.0
default.server.role=APIManager
bundle.creators=org.wso2.carbon.mediator.bridge.MediatorBundleCreator
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"API_CREATE":"858",
"API_PUBLISH" : "851",
"RETRIEVE_ALL_PUBLISHER" : "130",
"RETRIEVE_ALL_STORE" : "335",
"RETRIEVE_ALL_STORE" : "350",
"RETRIEVE_API_PUBLISHER" : "110",
"RETRIEVE_API_STORE" : "42",
"CREATE_APPLICATION" : "390",
Expand Down
4 changes: 2 additions & 2 deletions modules/p2-profile/product/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.27.beta" useFeatures="true" includeLaunchers="true">
version="4.9.27" useFeatures="true" includeLaunchers="true">

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

<features>
<feature id="org.wso2.carbon.core.runtime" version="4.9.27.beta"/>
<feature id="org.wso2.carbon.core.runtime" version="4.9.27"/>
</features>

<configurations>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,7 +1284,7 @@
<carbon.analytics.common.version>5.3.15</carbon.analytics.common.version>

<!-- APIM Portals Component Version -->
<carbon.apimgt.ui.version>9.1.156</carbon.apimgt.ui.version>
<carbon.apimgt.ui.version>9.1.158</carbon.apimgt.ui.version>

<!-- APIM Component Version -->

Expand All @@ -1301,7 +1301,7 @@
<carbon.governance.version>4.8.34</carbon.governance.version>

<!--carbon versions-->
<carbon.kernel.version>4.9.27-beta</carbon.kernel.version>
<carbon.kernel.version>4.9.27</carbon.kernel.version>
<apimserver.version>4.4.0-SNAPSHOT</apimserver.version>

<cipher.tool.version>1.1.26</cipher.tool.version>
Expand Down Expand Up @@ -1340,7 +1340,7 @@
<carbon.deployment.version>4.11.17</carbon.deployment.version>

<!-- Carbon Multitenancy version-->
<carbon.multitenancy.version>4.9.30</carbon.multitenancy.version>
<carbon.multitenancy.version>4.9.31</carbon.multitenancy.version>

<siddhi.version>3.2.13</siddhi.version>

Expand Down

0 comments on commit 0b84417

Please sign in to comment.