diff --git a/_config.yml b/_config.yml
index db20586a79..4dfd7d1ae9 100644
--- a/_config.yml
+++ b/_config.yml
@@ -22,18 +22,10 @@ project: spring-integration
# Project github URL
github_repo_url: http://github.com/spring-projects/spring-integration
-# Project forum URL
-forum: http://forum.spring.io/forum/spring-projects/integration
-
# 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
-# If you want to include a custom pom.xml or gradle template set these value to true and add _include files
-custom_pom_template: false
-custom_gradle_template: false
-
-
### The following properties are constant for most projects
main_site_url: http://spring.io
diff --git a/_includes/pom.xml b/_includes/pom.xml
index 5a2d7473c3..11d4b3c104 100644
--- a/_includes/pom.xml
+++ b/_includes/pom.xml
@@ -5,14 +5,3 @@
{@= version @}
-{@ if (repository) { @}
-
-
- {@= repository.id @}
- {@= repository.name @}
- {@= repository.url @}
-
- {@= repository.snapshotsEnabled @}
-
-
-{@ } @}
diff --git a/index.html b/index.html
index 9933d48c09..1a85774421 100644
--- a/index.html
+++ b/index.html
@@ -19,10 +19,6 @@ badges:
url: https://build.springsource.org/browse/INT
icon: ci
- - name: Forum
- url: http://forum.spring.io/forum/spring-projects/integration
- icon: forum
-
- name: StackOverflow
url: http://stackoverflow.com/questions/tagged/spring-integration
icon: stackoverflow
@@ -170,4 +166,4 @@ public interface TempConverter {
{% endcapture %}
{% include project_page.html %}
-