Skip to content

Commit

Permalink
build: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRONiN committed Sep 9, 2022
1 parent 133ccd7 commit cb09191
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions lifesteal-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>LifeStealRE</artifactId>
<groupId>in.arcadelabs</groupId>
<version>1.8</version>
<version>1.9</version>
</parent>


Expand Down Expand Up @@ -76,8 +76,8 @@
</dependencies>

<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
6 changes: 3 additions & 3 deletions lifesteal-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>LifeStealRE</artifactId>
<groupId>in.arcadelabs</groupId>
<version>1.8</version>
<version>1.9</version>
</parent>

<artifactId>lifesteal-core</artifactId>
Expand Down Expand Up @@ -74,8 +74,8 @@
</build>

<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion lifesteal-core/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: LifeSteal
version: '${project.version}'
version: '${project.parent.version}'
main: in.arcadelabs.lifesteal.LifeStealPlugin
api-version: 1.18
softdepend: [ LabAide ]
Expand Down
6 changes: 3 additions & 3 deletions lifesteal-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>LifeStealRE</artifactId>
<groupId>in.arcadelabs</groupId>
<version>1.8</version>
<version>1.9</version>
</parent>

<artifactId>lifesteal-plugin</artifactId>
Expand Down Expand Up @@ -65,8 +65,8 @@
</licenses>

<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<artifactId>LifeStealRE</artifactId>
<name>LifeStealRE</name>
<packaging>pom</packaging>
<version>1.8</version>
<version>1.9</version>
<description>Just another LifeSteal SMP core plugin.</description>

<modules>
Expand Down

0 comments on commit cb09191

Please sign in to comment.