From 3b40a3f1547736d8bcceb17cab086c8a359a24db Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 2 Sep 2016 13:35:07 +0200 Subject: [PATCH] Fixed the wrong plugin repo --- _includes/pom.xml | 24 +++++++++++++----------- _includes/widget_templates.html | 4 ++-- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/_includes/pom.xml b/_includes/pom.xml index 7106e0cbb4..50ff0a4fe7 100644 --- a/_includes/pom.xml +++ b/_includes/pom.xml @@ -20,15 +20,17 @@ - - {@= groupId @} - spring-cloud-contract-maven-plugin - {@= version @} - - true - - - com.example.MvcTest - - + + + {@= groupId @} + spring-cloud-contract-maven-plugin + {@= version @} + + true + + + com.example.MvcTest + + + diff --git a/_includes/widget_templates.html b/_includes/widget_templates.html index 4cfc62b8de..ba9fd79740 100644 --- a/_includes/widget_templates.html +++ b/_includes/widget_templates.html @@ -105,14 +105,14 @@ - + {@= repository.id @} {@= repository.name @} {@= repository.url @} {@= repository.snapshotsEnabled @} - + {% endhighlight %}