Skip to content

Commit

Permalink
Merge pull request #13631 from hisanhunais/4.5.0-changes
Browse files Browse the repository at this point in the history
Change the Export Version to 4.5.0
  • Loading branch information
hisanhunais authored Jan 23, 2025
2 parents dca5429 + 69f8651 commit cd9c42c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ThrottlePolicyExportImportTestCase extends APIMIntegrationBaseTest
private final String DISPLAY_NAME = "Test Policy";
private final String TIME_UNIT = "min";
private final Integer UNIT_TIME = 1;
private final String APIM_VERSION = "v4.4.0";
private final String APIM_VERSION = "v4.5.0";
private final String DESCRIPTION = "This is a test throttle policy";
private final String ADVANCED_POLICY_NAME = "TestPolicyAdvanced";
private final String APPLICATION_POLICY_NAME = "TestPolicyApplication";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"type": "operation_policy_specification",
"version": "v4.4.0",
"version": "v4.5.0",
"data": {
"category": "Mediation",
"name": "customCommonLogPolicy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: operation_policy_specification
version: v4.4.0
version: v4.5.0
data:
category: Mediation
name: customCommonLogPolicy
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type: operation_policy_specification
version: v4.4.0
version: v4.5.0
data:
category: Mediation
name: customCommonLogPolicy
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,11 +1284,11 @@
<carbon.analytics.common.version>5.3.15</carbon.analytics.common.version>

<!-- APIM Portals Component Version -->
<carbon.apimgt.ui.version>9.1.175</carbon.apimgt.ui.version>
<carbon.apimgt.ui.version>9.1.178</carbon.apimgt.ui.version>

<!-- APIM Component Version -->

<carbon.apimgt.version>9.30.94</carbon.apimgt.version>
<carbon.apimgt.version>9.30.100</carbon.apimgt.version>

<carbon.apimgt.imp.pkg.version>[9.0.0, 10.0.0)</carbon.apimgt.imp.pkg.version>

Expand Down

0 comments on commit cd9c42c

Please sign in to comment.