version bump

This commit is contained in:
death-claw
2023-11-25 18:30:02 +01:00
parent 7af0aeafa7
commit 04df3bcc81
6 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -6,7 +6,7 @@
<groupId>me.vripper</groupId>
<artifactId>vripper-project</artifactId>
<packaging>pom</packaging>
<version>5.0.0</version>
<version>5.1.0</version>
<properties>
<java.version>21</java.version>
<kotlin.version>1.9.20</kotlin.version>
@@ -143,7 +143,7 @@
<dependency>
<artifactId>liquibase-slf4j</artifactId>
<groupId>com.mattbertolini</groupId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
</dependencies>
</dependencyManagement>
+1 -1
View File
@@ -7,7 +7,7 @@
<parent>
<groupId>me.vripper</groupId>
<artifactId>vripper-project</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>
<artifactId>vripper-core</artifactId>
@@ -6,7 +6,7 @@ import kotlin.io.path.Path
import kotlin.io.path.pathString
object ApplicationProperties {
const val VERSION: String = "5.0.0"
const val VERSION: String = "5.1.0"
private const val BASE_DIR_NAME: String = "vripper"
private val portable = System.getProperty("vripper.portable", "true").toBoolean()
private val BASE_DIR: String = getBaseDir()
+2 -2
View File
@@ -7,7 +7,7 @@
<parent>
<artifactId>vripper-project</artifactId>
<groupId>me.vripper</groupId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>
@@ -100,7 +100,7 @@
<dependency>
<artifactId>vripper-core</artifactId>
<groupId>me.vripper</groupId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
</dependencies>
+1 -1
View File
@@ -5,7 +5,7 @@
<groupId>me.vripper</groupId>
<artifactId>vripper-web-ui</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<name>vripper-web-ui</name>
<build>
+3 -3
View File
@@ -10,7 +10,7 @@
<parent>
<groupId>me.vripper</groupId>
<artifactId>vripper-project</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>
<properties>
@@ -37,12 +37,12 @@
<dependency>
<groupId>me.vripper</groupId>
<artifactId>vripper-core</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>me.vripper</groupId>
<artifactId>vripper-web-ui</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
</dependencies>