Skip to content

Commit

Permalink
Update build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Jan 3, 2023
1 parent 487862d commit 626baac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
</build>

<artifactId>arcaneframework-bukkit</artifactId>
<version>0.1.0</version>
<version>${project.parent.version}</version>
<packaging>jar</packaging>
<parent>
<artifactId>arcaneframework-parent</artifactId>
<groupId>io.github.arcaneplugins.arcaneframework</groupId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>
<dependencies>
<!--suppress VulnerableLibrariesLocal -->
Expand Down
3 changes: 2 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
<parent>
<artifactId>arcaneframework-parent</artifactId>
<groupId>io.github.arcaneplugins.arcaneframework</groupId>
<version>0.2.1</version>
<version>0.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>arcaneframework-core</artifactId>
<version>${project.parent.version}</version>

<properties>
<maven.compiler.source>17</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 @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<groupId>io.github.arcaneplugins.arcaneframework</groupId>
<artifactId>arcaneframework-parent</artifactId>
<version>0.2.1</version>
<version>0.2.2</version>
<modules>
<module>bukkit</module>
<module>core</module>
Expand Down

0 comments on commit 626baac

Please sign in to comment.