Fixed the wrong plugin repo

This commit is contained in:
Marcin Grzejszczak
2016-09-02 13:35:07 +02:00
parent 9b735896f0
commit 3b40a3f154
2 changed files with 15 additions and 13 deletions

View File

@@ -105,14 +105,14 @@
<!-- Unnecessary if you're using Spring Cloud Stub Runner only -->
<pluginRepositories>
<repository>
<pluginRepository>
<id>{@= repository.id @}</id>
<name>{@= repository.name @}</name>
<url>{@= repository.url @}</url>
<snapshots>
<enabled>{@= repository.snapshotsEnabled @}</enabled>
</snapshots>
</repository>
</pluginRepository>
</pluginRepositories>
{% endhighlight %}
</script>