Set version to 3.10.5

This commit is contained in:
0xb00bface 2020-11-21 20:51:23 +01:00
parent 80ce269298
commit 678d7b0174
4 changed files with 10 additions and 10 deletions

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.10.4</version>
<version>3.10.5</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -8,7 +8,7 @@
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.10.4</version>
<version>3.10.5</version>
<relativePath>../master</relativePath>
</parent>

View File

@ -1,12 +1,12 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<packaging>pom</packaging>
<version>3.10.4</version>
<version>3.10.5</version>
<modules>
<module>../common</module>

View File

@ -6,11 +6,11 @@
<artifactId>server</artifactId>
<parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.10.4</version>
<relativePath>../master</relativePath>
</parent>
<groupId>ctbrec</groupId>
<artifactId>master</artifactId>
<version>3.10.5</version>
<relativePath>../master</relativePath>
</parent>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>