Skip to content

Commit

Permalink
Merge pull request #19 from Grzybol/cleaning
Browse files Browse the repository at this point in the history
- fixes
  • Loading branch information
Grzybol authored Mar 17, 2024
2 parents 31cff39 + 501942f commit 797d16b
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 18 deletions.
3 changes: 0 additions & 3 deletions buildNumber.properties

This file was deleted.

18 changes: 5 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>betterbox.mine.game</groupId>
<artifactId>BetterRanks</artifactId>
<version>5.1.30-SNAPSHOT</version> <!-- Statyczna wartość wersji -->
<version>5.1.33-SNAPSHOT</version> <!-- Statyczna wartość wersji -->
<packaging>jar</packaging>

<name>BetterRanks</name>
Expand Down Expand Up @@ -80,18 +80,10 @@
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.8.1</version>
<executions>
<execution>
<phase>validate</phase>
<goals>
<goal>set</goal>
</goals>
<configuration>
<!--suppress UnresolvedMavenProperty -->
<newVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}-SNAPSHOT</newVersion>
</configuration>
</execution>
</executions>
<configuration>
<!--suppress UnresolvedMavenProperty -->
<newVersion>${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.nextIncrementalVersion}-SNAPSHOT</newVersion>
</configuration>
</plugin>
</plugins>
<resources>
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion target/classes/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: BetterRanks
version: '5.1.29-SNAPSHOT'
version: '5.1.32-SNAPSHOT'
main: betterbox.mine.game.betterranks.BetterRanks
api-version: '1.18'
author: 'grzybol'
Expand Down
2 changes: 1 addition & 1 deletion target/maven-archiver/pom.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
artifactId=BetterRanks
groupId=betterbox.mine.game
version=5.1.29-SNAPSHOT
version=5.1.32-SNAPSHOT

0 comments on commit 797d16b

Please sign in to comment.