diff --git a/modules/callhome/pom.xml b/modules/callhome/pom.xml
index 89955aa48e..0694f86489 100644
--- a/modules/callhome/pom.xml
+++ b/modules/callhome/pom.xml
@@ -19,7 +19,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index dd801d4ff5..8ea857a77a 100644
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -22,7 +22,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
diff --git a/modules/distribution/product/pom.xml b/modules/distribution/product/pom.xml
index 91bb7839e3..3a29b1f6e4 100644
--- a/modules/distribution/product/pom.xml
+++ b/modules/distribution/product/pom.xml
@@ -22,7 +22,7 @@
org.wso2.am
am-distribution-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/distribution/product/src/main/resources/conf/default.json b/modules/distribution/product/src/main/resources/conf/default.json
index 1495a748ed..639cca5f04 100644
--- a/modules/distribution/product/src/main/resources/conf/default.json
+++ b/modules/distribution/product/src/main/resources/conf/default.json
@@ -9,7 +9,7 @@
"server.send_stacktrace_details_with_faults": false,
"server.drill_down_to_root_cause_for_fault_reason": false,
"identity.data_source": "jdbc/WSO2AM_DB",
- "database.apim_db.url": "jdbc:h2:./repository/database/WSO2AM_DB;DB_CLOSE_ON_EXIT=FALSE;AUTO_SERVER=TRUE;LOCK_TIMEOUT=60000",
+ "database.apim_db.url": "jdbc:h2:./repository/database/WSO2AM_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000",
"database.apim_db.driver": "org.h2.Driver",
"database.mb.store_db.url": "jdbc:h2:./repository/database/WSO2MB_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000",
"database.mb.store_db.driver": "org.h2.Driver",
diff --git a/modules/features/pom.xml b/modules/features/pom.xml
index 5ba6ac58a5..c97467c710 100644
--- a/modules/features/pom.xml
+++ b/modules/features/pom.xml
@@ -22,7 +22,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
diff --git a/modules/features/product/org.wso2.am.multitenancy.dashboard.ui.feature/pom.xml b/modules/features/product/org.wso2.am.multitenancy.dashboard.ui.feature/pom.xml
index db67b5dc75..8d59879e51 100644
--- a/modules/features/product/org.wso2.am.multitenancy.dashboard.ui.feature/pom.xml
+++ b/modules/features/product/org.wso2.am.multitenancy.dashboard.ui.feature/pom.xml
@@ -3,7 +3,7 @@
am-features
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/modules/features/product/org.wso2.am.security.feature/pom.xml b/modules/features/product/org.wso2.am.security.feature/pom.xml
index 96460ad6d5..51df559bf5 100644
--- a/modules/features/product/org.wso2.am.security.feature/pom.xml
+++ b/modules/features/product/org.wso2.am.security.feature/pom.xml
@@ -20,7 +20,7 @@
am-features
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/modules/features/product/org.wso2.am.styles.feature/pom.xml b/modules/features/product/org.wso2.am.styles.feature/pom.xml
index b3c3ce7633..96a19f2d2f 100644
--- a/modules/features/product/org.wso2.am.styles.feature/pom.xml
+++ b/modules/features/product/org.wso2.am.styles.feature/pom.xml
@@ -22,7 +22,7 @@
org.wso2.am
am-features
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/features/product/pom.xml b/modules/features/product/pom.xml
index abaf0eb12e..e13b9a9cb9 100644
--- a/modules/features/product/pom.xml
+++ b/modules/features/product/pom.xml
@@ -22,7 +22,7 @@
org.wso2.am
am-features-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/pom.xml b/modules/integration/pom.xml
index 752b677c77..d0fdd3167b 100644
--- a/modules/integration/pom.xml
+++ b/modules/integration/pom.xml
@@ -4,7 +4,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
diff --git a/modules/integration/tests-common/admin-clients/pom.xml b/modules/integration/tests-common/admin-clients/pom.xml
index 5330fe592a..a0949f7141 100644
--- a/modules/integration/tests-common/admin-clients/pom.xml
+++ b/modules/integration/tests-common/admin-clients/pom.xml
@@ -21,7 +21,7 @@ under the License.
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/backend-service/jaxrs-app/pom.xml b/modules/integration/tests-common/backend-service/jaxrs-app/pom.xml
index 071f7c9e7c..478bc82a9f 100644
--- a/modules/integration/tests-common/backend-service/jaxrs-app/pom.xml
+++ b/modules/integration/tests-common/backend-service/jaxrs-app/pom.xml
@@ -18,7 +18,7 @@ under the License.
test-artifacts
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/backend-service/monitor-app/pom.xml b/modules/integration/tests-common/backend-service/monitor-app/pom.xml
index 5f05c5d24d..6826fd5988 100644
--- a/modules/integration/tests-common/backend-service/monitor-app/pom.xml
+++ b/modules/integration/tests-common/backend-service/monitor-app/pom.xml
@@ -18,7 +18,7 @@ under the License.
test-artifacts
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/backend-service/pom.xml b/modules/integration/tests-common/backend-service/pom.xml
index 7fa4e381f1..9851625711 100644
--- a/modules/integration/tests-common/backend-service/pom.xml
+++ b/modules/integration/tests-common/backend-service/pom.xml
@@ -18,7 +18,7 @@ under the License.
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/clients/admin/pom.xml b/modules/integration/tests-common/clients/admin/pom.xml
index 26065d45f3..9005d08929 100644
--- a/modules/integration/tests-common/clients/admin/pom.xml
+++ b/modules/integration/tests-common/clients/admin/pom.xml
@@ -18,7 +18,7 @@
org.wso2.am
org.wso2.am.integration.clients
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
4.0.0
diff --git a/modules/integration/tests-common/clients/gateway/pom.xml b/modules/integration/tests-common/clients/gateway/pom.xml
index 95e998bc3d..4356e8d1ee 100644
--- a/modules/integration/tests-common/clients/gateway/pom.xml
+++ b/modules/integration/tests-common/clients/gateway/pom.xml
@@ -18,7 +18,7 @@
org.wso2.am
org.wso2.am.integration.clients
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
4.0.0
diff --git a/modules/integration/tests-common/clients/internal-api/pom.xml b/modules/integration/tests-common/clients/internal-api/pom.xml
index f3d168540b..a2d2f88630 100644
--- a/modules/integration/tests-common/clients/internal-api/pom.xml
+++ b/modules/integration/tests-common/clients/internal-api/pom.xml
@@ -18,7 +18,7 @@
org.wso2.am
org.wso2.am.integration.clients
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
4.0.0
diff --git a/modules/integration/tests-common/clients/pom.xml b/modules/integration/tests-common/clients/pom.xml
index 119a16478d..a4e569eb1b 100644
--- a/modules/integration/tests-common/clients/pom.xml
+++ b/modules/integration/tests-common/clients/pom.xml
@@ -16,7 +16,7 @@
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/clients/publisher/pom.xml b/modules/integration/tests-common/clients/publisher/pom.xml
index 6c45651ad8..d696641847 100644
--- a/modules/integration/tests-common/clients/publisher/pom.xml
+++ b/modules/integration/tests-common/clients/publisher/pom.xml
@@ -18,7 +18,7 @@
org.wso2.am
org.wso2.am.integration.clients
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
4.0.0
diff --git a/modules/integration/tests-common/clients/service-catalog/pom.xml b/modules/integration/tests-common/clients/service-catalog/pom.xml
index 5a1976f3f6..1f503b0778 100644
--- a/modules/integration/tests-common/clients/service-catalog/pom.xml
+++ b/modules/integration/tests-common/clients/service-catalog/pom.xml
@@ -18,7 +18,7 @@
org.wso2.am
org.wso2.am.integration.clients
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
4.0.0
diff --git a/modules/integration/tests-common/clients/store/pom.xml b/modules/integration/tests-common/clients/store/pom.xml
index 2c54debae8..9177a6c7cb 100644
--- a/modules/integration/tests-common/clients/store/pom.xml
+++ b/modules/integration/tests-common/clients/store/pom.xml
@@ -18,7 +18,7 @@
org.wso2.am
org.wso2.am.integration.clients
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
4.0.0
diff --git a/modules/integration/tests-common/extenstions/org.wso2.am.thirdparty.km/pom.xml b/modules/integration/tests-common/extenstions/org.wso2.am.thirdparty.km/pom.xml
index 8b1c240c64..62ac49ae79 100644
--- a/modules/integration/tests-common/extenstions/org.wso2.am.thirdparty.km/pom.xml
+++ b/modules/integration/tests-common/extenstions/org.wso2.am.thirdparty.km/pom.xml
@@ -3,7 +3,7 @@
org.wso2.am
extenstions
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/modules/integration/tests-common/extenstions/pom.xml b/modules/integration/tests-common/extenstions/pom.xml
index b228f8c02f..a560d37511 100644
--- a/modules/integration/tests-common/extenstions/pom.xml
+++ b/modules/integration/tests-common/extenstions/pom.xml
@@ -3,7 +3,7 @@
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
4.0.0
diff --git a/modules/integration/tests-common/framework-extensions/pom.xml b/modules/integration/tests-common/framework-extensions/pom.xml
index eeba2948e4..4eeb970fbb 100644
--- a/modules/integration/tests-common/framework-extensions/pom.xml
+++ b/modules/integration/tests-common/framework-extensions/pom.xml
@@ -23,7 +23,7 @@
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/integration-test-extensions/pom.xml b/modules/integration/tests-common/integration-test-extensions/pom.xml
index b761286638..2fd7ed0bce 100644
--- a/modules/integration/tests-common/integration-test-extensions/pom.xml
+++ b/modules/integration/tests-common/integration-test-extensions/pom.xml
@@ -18,7 +18,7 @@ under the License.
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
@@ -35,7 +35,7 @@ under the License.
org.wso2.am
org.wso2.am.framework.extensions
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
org.wso2.am
diff --git a/modules/integration/tests-common/integration-test-utils/pom.xml b/modules/integration/tests-common/integration-test-utils/pom.xml
index 2adbb838ab..8d73f55015 100644
--- a/modules/integration/tests-common/integration-test-utils/pom.xml
+++ b/modules/integration/tests-common/integration-test-utils/pom.xml
@@ -20,7 +20,7 @@ under the License.
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/pom.xml b/modules/integration/tests-common/pom.xml
index c1b6bdb04c..255dd47d1f 100644
--- a/modules/integration/tests-common/pom.xml
+++ b/modules/integration/tests-common/pom.xml
@@ -20,7 +20,7 @@ under the License.
integration
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-common/ui-pages/pom.xml b/modules/integration/tests-common/ui-pages/pom.xml
index 203f7242c5..d36705ceab 100644
--- a/modules/integration/tests-common/ui-pages/pom.xml
+++ b/modules/integration/tests-common/ui-pages/pom.xml
@@ -20,7 +20,7 @@ under the License.
tests-common
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-integration/pom.xml b/modules/integration/tests-integration/pom.xml
index 5fa1c11982..f4c17a4ee9 100644
--- a/modules/integration/tests-integration/pom.xml
+++ b/modules/integration/tests-integration/pom.xml
@@ -21,7 +21,7 @@ under the License.
integration
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-integration/tests-backend/pom.xml b/modules/integration/tests-integration/tests-backend/pom.xml
index a3d6f9ddb4..d4f452eaa4 100644
--- a/modules/integration/tests-integration/tests-backend/pom.xml
+++ b/modules/integration/tests-integration/tests-backend/pom.xml
@@ -20,7 +20,7 @@ under the License.
org.wso2.carbon.am.integration.test
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java
index 2019c75e6c..8eba2050d6 100644
--- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java
+++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/am/integration/tests/other/MandatoryPropertiesTestWithRestart.java
@@ -141,5 +141,6 @@ public void testCreateAnAPIThroughThePublisherRestWithMandatoryProperties() thro
public void destroy() throws Exception {
serverConfigurationManager.restoreToLastConfiguration();
restAPIPublisher.deleteAPI(apiId);
+ super.cleanUp();
}
}
\ No newline at end of file
diff --git a/modules/local-authenticators/pom.xml b/modules/local-authenticators/pom.xml
index fdd97109e0..27c50eeba8 100644
--- a/modules/local-authenticators/pom.xml
+++ b/modules/local-authenticators/pom.xml
@@ -19,7 +19,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/modules/oauth2-grant-types/pom.xml b/modules/oauth2-grant-types/pom.xml
index c66da064af..33f36be380 100644
--- a/modules/oauth2-grant-types/pom.xml
+++ b/modules/oauth2-grant-types/pom.xml
@@ -19,7 +19,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
diff --git a/modules/org.wso2.am.multitenancy.dashboard.ui/pom.xml b/modules/org.wso2.am.multitenancy.dashboard.ui/pom.xml
index fc9cd9f725..a520f46764 100644
--- a/modules/org.wso2.am.multitenancy.dashboard.ui/pom.xml
+++ b/modules/org.wso2.am.multitenancy.dashboard.ui/pom.xml
@@ -3,7 +3,7 @@
am-parent
org.wso2.am
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
4.0.0
diff --git a/modules/p2-profile/pom.xml b/modules/p2-profile/pom.xml
index 5e93d3116e..1705966f3f 100644
--- a/modules/p2-profile/pom.xml
+++ b/modules/p2-profile/pom.xml
@@ -22,7 +22,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
diff --git a/modules/p2-profile/product/pom.xml b/modules/p2-profile/product/pom.xml
index 0c104a9c11..2b35f28d36 100644
--- a/modules/p2-profile/product/pom.xml
+++ b/modules/p2-profile/product/pom.xml
@@ -20,7 +20,7 @@
org.wso2.am
am-p2-profile-gen-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/styles/pom.xml b/modules/styles/pom.xml
index 0bf92b68ec..8bc075433b 100644
--- a/modules/styles/pom.xml
+++ b/modules/styles/pom.xml
@@ -22,7 +22,7 @@
org.wso2.am
am-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../../pom.xml
diff --git a/modules/styles/product/pom.xml b/modules/styles/product/pom.xml
index 413ca5d52e..82c39a4cbf 100644
--- a/modules/styles/product/pom.xml
+++ b/modules/styles/product/pom.xml
@@ -23,7 +23,7 @@
org.wso2.am
am-styles-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/modules/styles/service/pom.xml b/modules/styles/service/pom.xml
index f1fb11c085..13b34654d1 100644
--- a/modules/styles/service/pom.xml
+++ b/modules/styles/service/pom.xml
@@ -20,7 +20,7 @@
org.wso2.am
am-styles-parent
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
../pom.xml
diff --git a/pom.xml b/pom.xml
index 386cf755eb..72248d7828 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
org.wso2.am
am-parent
pom
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
WSO2 API Manager - Aggregator Module
https://wso2.com/products/api-manager
WSO2 API Manager
@@ -1309,7 +1309,7 @@
4.9.26-alpha1
- 4.3.1-SNAPSHOT
+ 4.3.0-SNAPSHOT
1.1.20