Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-claw committed Nov 25, 2023
1 parent 7af0aea commit 04df3bc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion vripper-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions vripper-gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>vripper-project</artifactId>
<groupId>me.vripper</groupId>
<version>5.0.0</version>
<version>5.1.0</version>
</parent>


Expand Down Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion vripper-web-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions vripper-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand Down

0 comments on commit 04df3bc

Please sign in to comment.