Skip to content

0.20

Compare
Choose a tag to compare
@klieber klieber released this 30 Mar 21:40
· 232 commits to master since this release

With this release we've finally got this plugin published to maven central (#19).

In addition, we had to change the groupId to get things working correctly so please make sure and update your pom.xml:

<plugin>
  <groupId>io.github.berkleytechnologyservices</groupId>
  <artifactId>restdocs-spec-maven-plugin</artifactId>
  <version>0.20</version>
  <executions>
    <execution>
      <goals>
        <goal>generate</goal>
      </goals>
    </execution>
  </executions>
</plugin>