diff --git a/_config.yml b/_config.yml
index c8ae11f..1ed936b 100644
--- a/_config.yml
+++ b/_config.yml
@@ -22,6 +22,9 @@ project: spring-cloud
# Project github URL
github_repo_url: http://github.com/spring-cloud
+# Project forum URL
+forum: http://stackoverflow.com/questions/tagged/spring-cloud
+
# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
custom_pom_template: true
custom_gradle_template: true
diff --git a/_includes/pom.xml b/_includes/pom.xml
index 4e159d8..2d00771 100644
--- a/_includes/pom.xml
+++ b/_includes/pom.xml
@@ -7,12 +7,10 @@
{@= groupId @}
spring-cloud-starter-config
- {@= version @}
{@= groupId @}
spring-cloud-starter-eureka
- {@= version @}