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

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnaude committed Apr 27, 2014
1 parent 3363734 commit aa820e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions dependency-reduced-pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.cnaude</groupId>
<artifactId>PurpleIRC</artifactId>
<name>PurpleIRC</name>
<version>2.1.12</version>
<version>2.1.13</version>
<description>A CraftBukkit plugin for bridging game chat with IRC. Connect to any number of IRC servers and channels simultaneously.</description>
<url>http://dev.bukkit.org/server-mods/purpleirc/</url>
<build>
Expand Down Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.bukkit</groupId>
<artifactId>bukkit</artifactId>
<version>1.7.2-R0.3</version>
<version>1.7.9-R0.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -293,7 +293,7 @@
</distributionManagement>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<bukkit.version>1.7.2-R0.3</bukkit.version>
<bukkit.version>1.7.9-R0.1</bukkit.version>
</properties>
</project>

4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -5,15 +5,15 @@

<groupId>com.cnaude</groupId>
<artifactId>PurpleIRC</artifactId>
<version>2.1.12</version>
<version>2.1.13</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>
<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.2-R0.3</bukkit.version>
<bukkit.version>1.7.9-R0.1</bukkit.version>
</properties>

<repositories>
Expand Down

0 comments on commit aa820e3

Please sign in to comment.