diff --git a/_config.yml b/_config.yml
index eda856ee..90365810 100644
--- a/_config.yml
+++ b/_config.yml
@@ -39,5 +39,5 @@ custom_gradle_template: false
### The following properties are constant for most projects
main_site_url: https://spring.io
-projects_site_url: https://cloud.spring.io
+projects_site_url: https://projects.spring.io
questions_url: https://spring.io/questions
diff --git a/_includes/build.gradle b/_includes/build.gradle
new file mode 100644
index 00000000..e63b17e9
--- /dev/null
+++ b/_includes/build.gradle
@@ -0,0 +1,17 @@
+buildscript {
+ dependencies {
+ classpath "io.spring.gradle:dependency-management-plugin:0.5.2.RELEASE"
+ }
+}
+
+apply plugin: "io.spring.dependency-management"
+
+dependencyManagement {
+ imports {
+ mavenBom '{@= groupId @}:spring-cloud-commons-dependencies:{@= version @}'
+ }
+}
+
+dependencies {
+ compile '{@= groupId @}:spring-cloud-starter'
+}
diff --git a/_includes/custom.js b/_includes/custom.js
new file mode 100644
index 00000000..8b137891
--- /dev/null
+++ b/_includes/custom.js
@@ -0,0 +1 @@
+
diff --git a/_includes/pom.xml b/_includes/pom.xml
new file mode 100644
index 00000000..7bd529e8
--- /dev/null
+++ b/_includes/pom.xml
@@ -0,0 +1,17 @@
+
+
+
+ {@= groupId @}
+ spring-cloud-commons-dependencies
+ {@= version @}
+ pom
+ import
+
+
+
+
+
+ {@= groupId @}
+ spring-cloud-starter
+
+