Release v3.1.1

This commit is contained in:
Christian Koop 2024-03-24 11:16:01 +01:00
parent affeb440fd
commit 7e1fff7105
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.craftaro</groupId> <groupId>com.craftaro</groupId>
<artifactId>EpicAnchors-Parent</artifactId> <artifactId>EpicAnchors-Parent</artifactId>
<version>3.1.0</version> <version>3.1.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>EpicAnchors-API</artifactId> <artifactId>EpicAnchors-API</artifactId>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>com.craftaro</groupId> <groupId>com.craftaro</groupId>
<artifactId>EpicAnchors-Parent</artifactId> <artifactId>EpicAnchors-Parent</artifactId>
<version>3.1.0</version> <version>3.1.1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>EpicAnchors-Plugin</artifactId> <artifactId>EpicAnchors-Plugin</artifactId>

View File

@ -7,7 +7,7 @@
<groupId>com.craftaro</groupId> <groupId>com.craftaro</groupId>
<artifactId>EpicAnchors-Parent</artifactId> <artifactId>EpicAnchors-Parent</artifactId>
<packaging>pom</packaging> <packaging>pom</packaging>
<version>3.1.0</version> <version>3.1.1</version>
<!-- Run 'mvn versions:set -DgenerateBackupPoms=false -DnewVersion=X.Y.Z-DEV' to update version recursively --> <!-- Run 'mvn versions:set -DgenerateBackupPoms=false -DnewVersion=X.Y.Z-DEV' to update version recursively -->
<modules> <modules>
@ -20,7 +20,7 @@
<url>https://craftaro.com/marketplace/product/31</url> <url>https://craftaro.com/marketplace/product/31</url>
<properties> <properties>
<craftaro.coreVersion>3.0.0-SNAPSHOT</craftaro.coreVersion> <craftaro.coreVersion>3.0.1-SNAPSHOT</craftaro.coreVersion>
<maven.compiler.release>8</maven.compiler.release> <maven.compiler.release>8</maven.compiler.release>
<maven.compiler.target>1.8</maven.compiler.target> <maven.compiler.target>1.8</maven.compiler.target>