summaryrefslogtreecommitdiff
path: root/projects/net.wotonomy.datastore/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'projects/net.wotonomy.datastore/pom.xml')
-rw-r--r--projects/net.wotonomy.datastore/pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/projects/net.wotonomy.datastore/pom.xml b/projects/net.wotonomy.datastore/pom.xml
index 1955d17..7dfad9e 100644
--- a/projects/net.wotonomy.datastore/pom.xml
+++ b/projects/net.wotonomy.datastore/pom.xml
@@ -22,6 +22,19 @@
<scope>test</scope>
</dependency>
</dependencies>
+
+ <properties>
+ <maven.compiler.release>11</maven.compiler.release>
+ </properties>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.13.0</version>
+ </plugin>
+ </plugins>
+ </build>
<reporting>
<plugins>
<plugin>