fixed site url and accurest names

This commit is contained in:
Mariusz Smykula
2016-06-29 21:16:04 +02:00
parent 5f04ebdbd8
commit 24e7b9bf42
2 changed files with 4 additions and 4 deletions

View File

@@ -41,7 +41,7 @@
</snapshotRepository>
<site>
<id>github</id>
<url>scm:git:ssh://git@github.com:Codearte/accurest-maven-plugin.git</url>
<url>scm:git:git@github.com:Codearte/accurest-maven-plugin.git</url>
</site>
</distributionManagement>

View File

@@ -16,7 +16,7 @@
limitations under the License.
-->
<project name="Accurest Maven Plugin">
<project name="Spring Cloud Contract Verifier Maven Plugin">
<bannerLeft>
<name>${project.name}</name>
</bannerLeft>
@@ -46,8 +46,8 @@
<item name="Introduction" href="index.html"/>
<item name="Usage" href="usage.html"/>
<item name="Goals" href="plugin-info.html"/>
<item name="Accurest with JUnit" href="junit.html"/>
<item name="Accurest with Spock" href="spock.html"/>
<item name="JUnit Configuration" href="junit.html"/>
<item name="Spock Configuration" href="spock.html"/>
<item name="Complex Configuration" href="complex.html"/>
</menu>
<menu name="Related Projects">