diff --git a/spring-boot-modules/spring-boot-libraries-3/.gitignore b/spring-boot-modules/spring-boot-process-automation/.gitignore
similarity index 100%
rename from spring-boot-modules/spring-boot-libraries-3/.gitignore
rename to spring-boot-modules/spring-boot-process-automation/.gitignore
diff --git a/spring-boot-modules/spring-boot-libraries-3/pom.xml b/spring-boot-modules/spring-boot-process-automation/pom.xml
similarity index 96%
rename from spring-boot-modules/spring-boot-libraries-3/pom.xml
rename to spring-boot-modules/spring-boot-process-automation/pom.xml
index 0a924a46c2..8ceb6c9a5c 100644
--- a/spring-boot-modules/spring-boot-libraries-3/pom.xml
+++ b/spring-boot-modules/spring-boot-process-automation/pom.xml
@@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
- spring-boot-libraries-3
+ spring-boot-process-automation
spring-boot-modules
diff --git a/spring-boot-modules/spring-boot-libraries-3/src/main/java/com/baeldung/camunda/CamundaApplication.java b/spring-boot-modules/spring-boot-process-automation/src/main/java/com/baeldung/camunda/CamundaApplication.java
similarity index 100%
rename from spring-boot-modules/spring-boot-libraries-3/src/main/java/com/baeldung/camunda/CamundaApplication.java
rename to spring-boot-modules/spring-boot-process-automation/src/main/java/com/baeldung/camunda/CamundaApplication.java
diff --git a/spring-boot-modules/spring-boot-libraries-3/src/main/java/com/baeldung/camunda/task/CalculateInterestService.java b/spring-boot-modules/spring-boot-process-automation/src/main/java/com/baeldung/camunda/task/CalculateInterestService.java
similarity index 100%
rename from spring-boot-modules/spring-boot-libraries-3/src/main/java/com/baeldung/camunda/task/CalculateInterestService.java
rename to spring-boot-modules/spring-boot-process-automation/src/main/java/com/baeldung/camunda/task/CalculateInterestService.java
diff --git a/spring-boot-modules/spring-boot-libraries-3/src/main/resources/application.yaml b/spring-boot-modules/spring-boot-process-automation/src/main/resources/application.yaml
similarity index 100%
rename from spring-boot-modules/spring-boot-libraries-3/src/main/resources/application.yaml
rename to spring-boot-modules/spring-boot-process-automation/src/main/resources/application.yaml
diff --git a/spring-boot-modules/spring-boot-libraries-3/src/main/resources/loanProcess.bpmn b/spring-boot-modules/spring-boot-process-automation/src/main/resources/loanProcess.bpmn
similarity index 100%
rename from spring-boot-modules/spring-boot-libraries-3/src/main/resources/loanProcess.bpmn
rename to spring-boot-modules/spring-boot-process-automation/src/main/resources/loanProcess.bpmn