Skip to content

Commit

Permalink
build: update version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lokka30 committed Dec 4, 2024
1 parent 921de61 commit 65c00e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions blackwidowlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>io.github.arcaneplugins.blackwidow</groupId>
<artifactId>blackwidow</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<artifactId>blackwidowlib</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<build>
<plugins>
<plugin>
Expand Down
6 changes: 3 additions & 3 deletions blackwidowpluginbukkit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<parent>
<groupId>io.github.arcaneplugins.blackwidow</groupId>
<artifactId>blackwidow</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</parent>

<artifactId>blackwidowpluginbukkit</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

<properties>
<maven.compiler.source>21</maven.compiler.source>
Expand All @@ -47,7 +47,7 @@
<dependency>
<groupId>io.github.arcaneplugins.blackwidow</groupId>
<artifactId>blackwidowlib</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<groupId>io.github.arcaneplugins.blackwidow</groupId>
<artifactId>blackwidow</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
<packaging>pom</packaging>
<modules>
<module>blackwidowlib</module>
Expand Down

0 comments on commit 65c00e9

Please sign in to comment.