diff --git a/extensions/reactive-mssql-client/deployment/pom.xml b/extensions/reactive-mssql-client/deployment/pom.xml
index 817baa741ea01..10e161b1be8f3 100644
--- a/extensions/reactive-mssql-client/deployment/pom.xml
+++ b/extensions/reactive-mssql-client/deployment/pom.xml
@@ -148,7 +148,7 @@
Y
- yourStrong(!)Password
+ yourStrong(!)Password
MSSQL:
diff --git a/integration-tests/hibernate-reactive-mssql/pom.xml b/integration-tests/hibernate-reactive-mssql/pom.xml
index 6744b2eee88fe..d0bb6e044e622 100644
--- a/integration-tests/hibernate-reactive-mssql/pom.xml
+++ b/integration-tests/hibernate-reactive-mssql/pom.xml
@@ -205,7 +205,7 @@
Y
- yourStrong(!)Password
+ yourStrong(!)Password
MS SQL Server:
diff --git a/integration-tests/jpa-mssql/README.md b/integration-tests/jpa-mssql/README.md
index f47ec669c7ea6..58727a3d1f962 100644
--- a/integration-tests/jpa-mssql/README.md
+++ b/integration-tests/jpa-mssql/README.md
@@ -25,7 +25,7 @@ you'll probably want to change the authentication password too: `-Dmssqldb.sa-pa
If you prefer to run the MSSQL Server container via podman, use:
```
-podman run --rm=true --net=host --memory-swappiness=0 --name mssql_testing -e SA_PASSWORD=yourStrong(!)Password -e ACCEPT_EULA=Y -p 1435:1433 mcr.microsoft.com/mssql/2022-latest
+podman run --rm=true --net=host --memory-swappiness=0 --name mssql_testing -e MSSQL_SA_PASSWORD=yourStrong(!)Password -e ACCEPT_EULA=Y -p 1435:1433 mcr.microsoft.com/mssql/2022-latest
```
## Limitations
diff --git a/integration-tests/jpa-mssql/pom.xml b/integration-tests/jpa-mssql/pom.xml
index 65303892c127d..9e91209ca65cd 100644
--- a/integration-tests/jpa-mssql/pom.xml
+++ b/integration-tests/jpa-mssql/pom.xml
@@ -201,7 +201,7 @@
Y
- yourStrong(!)Password
+ yourStrong(!)Password
MS SQL Server:
diff --git a/integration-tests/reactive-mssql-client/pom.xml b/integration-tests/reactive-mssql-client/pom.xml
index e56d808dc5c5a..11eb43a47c96c 100644
--- a/integration-tests/reactive-mssql-client/pom.xml
+++ b/integration-tests/reactive-mssql-client/pom.xml
@@ -167,7 +167,7 @@
Y
- yourStrong(!)Password
+ yourStrong(!)Password
MSSQL: