Skip to content

Commit

Permalink
One last snapshot build so that the bukkit updater updates from older…
Browse files Browse the repository at this point in the history
… versions
  • Loading branch information
ChanceSD committed Dec 9, 2015
1 parent 4d0742e commit 7f2de1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PvPManager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>me.NoChance.PvPManager</groupId>
<artifactId>PvPManager-parent</artifactId>
<version>3.0</version>
<version>3.0-SNAPSHOT</version>
</parent>

<artifactId>PvPManager</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<groupId>me.NoChance.PvPManager</groupId>
<artifactId>PvPManager-parent</artifactId>
<packaging>pom</packaging>
<version>3.0</version>
<version>3.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pvpmanager.version>${project.version}</pvpmanager.version>
<pvpmanager.version>${project.version}-b${build.number}</pvpmanager.version>
<config.version>41</config.version>
<powermock.version>1.6.2</powermock.version>
</properties>
Expand Down

0 comments on commit 7f2de1c

Please sign in to comment.