spring-projects/spring-credhub

Wrong closing tag in docs

jhiemer opened this issue · 1 comments

In the docs at: https://spring.io/projects/spring-credhub

<dependencies>
    <dependency>
        <groupId>org.springframework.credhub</groupId>
        <artifactId>spring-credhub-starter</artifactId>
        <version>1.0.1.RELEASE</version>
    </dependency>
<dependencies>
</dependencies>

The slash is missing.

@jhiemer This has been fixed. Thanks for bringing it to my attention. I also added the 1.1.0 snapshot builds to the project page.