Skip to content

v1.3

Latest
Compare
Choose a tag to compare
@dameikle dameikle released this 13 Feb 22:33
· 1 commit to main since this release
  • Upgrade to Okapi Framework 1.45.0 💽
  • Upgrade to Maven 3.9.0 🛠️

The build has been published on Maven Central and can be included in your builds using:

  <build>
    <plugins>
      <plugin>
        <groupId>io.meikle.maven.okapi</groupId>
        <artifactId>okapi-maven-plugin</artifactId>
        <version>1.3</version>
        <configuration>
            ...
        </configuration>
      </plugin>
    </plugins>
  </build>