Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
Include Jenkins build number automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed May 11, 2014
1 parent 6724df4 commit 377c7f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Expand Up @@ -5,15 +5,16 @@

<groupId>com.cnaude</groupId>
<artifactId>PurpleIRC</artifactId>
<version>2.1.14-SNAPSHOT</version>
<version>2.1.14</version>
<name>PurpleIRC</name>
<description>A CraftBukkit plugin for bridging game chat with IRC. Connect to any number of IRC servers and channels simultaneously.</description>
<description>A CraftBukkit plugin for bridging game chat with IRC. Connect to any number of IRC servers and channels simultaneously. (Build: ${build.number})</description>
<url>http://dev.bukkit.org/server-mods/purpleirc/</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Bukkit API Version, change if out dated -->
<bukkit.version>1.7.9-R0.1</bukkit.version>
<build.version>SNAPSHOT</build.version>
</properties>

<repositories>
Expand Down

0 comments on commit 377c7f7

Please sign in to comment.