diff --git a/README.md b/README.md
index f34adda64..15fc7c60c 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Follow the quick start guides in [our wiki](https://github.com/aws/serverless-ja
* [Spring quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring)
* [Spring Boot 2 quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring-Boot2)
* [Spring Boot 3 quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring-Boot3)
+* [Spring Boot 4 quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spring-Boot4)
* [Apache Struts quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Struts)
* [Jersey quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Jersey)
* [Spark quick start](https://github.com/aws/serverless-java-container/wiki/Quick-start---Spark)
diff --git a/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml b/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml
index 32f225609..6f51a9c4b 100644
--- a/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml
@@ -24,7 +24,7 @@
com.amazonaws.serverless
aws-serverless-java-container-jersey
- 3.0.0-SNAPSHOT
+ ${project.version}
com.amazonaws.serverless
diff --git a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml
index 777eb7f3b..3a03375c8 100644
--- a/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml
@@ -25,7 +25,7 @@
com.amazonaws.serverless
aws-serverless-java-container-spring
- 3.0.0-SNAPSHOT
+ ${project.version}
com.amazonaws.serverless
diff --git a/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml b/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml
index 73d407dd8..74372fe5c 100644
--- a/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml
+++ b/aws-serverless-springboot3-archetype/src/main/resources/archetype-resources/pom.xml
@@ -28,7 +28,7 @@
com.amazonaws.serverless
aws-serverless-java-container-springboot3
- ${project.version}
+ 2.1.5
com.amazonaws.serverless