Skip to content

Commit

Permalink
refactor(db): Self-supporting database configuring.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jan 26, 2024
1 parent 7165a6b commit 285d445
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>artcore-parent</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.artformgames</groupId>
<artifactId>artcore-parent</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>
</parent>
<properties>
<maven.compiler.source>${project.jdk.version}</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</properties>
<groupId>com.artformgames</groupId>
<artifactId>artcore-parent</artifactId>
<version>1.0.2</version>
<version>1.1.0</version>

<name>ArtCore</name>
<description>
Expand Down

0 comments on commit 285d445

Please sign in to comment.