Skip to content

Commit

Permalink
Release 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aikar committed Apr 30, 2017
1 parent e2b16d2 commit ebc9296
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,4 +1,4 @@
# TaskChain - Current Release Version: <!--VERSION-->3.4.3<!--VERSION-->
# TaskChain - Current Release Version: <!--VERSION-->3.5.0<!--VERSION-->
## What is TaskChain?
TaskChain is a Java Control Flow framework designed for Game Developers.

Expand Down
6 changes: 3 additions & 3 deletions bukkit/pom.xml
Expand Up @@ -28,12 +28,12 @@
<parent>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>taskchain-bukkit</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
<packaging>jar</packaging>
<name>TaskChain (Bukkit)</name>

Expand All @@ -48,7 +48,7 @@
<dependency>
<groupId>co.aikar</groupId>
<artifactId>taskchain-core</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -28,12 +28,12 @@
<parent>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>taskchain-core</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
<packaging>jar</packaging>
<name>TaskChain (Core)</name>
<build>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
<packaging>pom</packaging>
<name>TaskChain (All)</name>
<url>https://taskchain.emc.gs</url>
Expand Down
6 changes: 3 additions & 3 deletions sponge/pom.xml
Expand Up @@ -28,12 +28,12 @@
<parent>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>taskchain-sponge</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
<packaging>jar</packaging>
<name>TaskChain (Sponge)</name>
<repositories>
Expand All @@ -53,7 +53,7 @@
<dependency>
<groupId>co.aikar</groupId>
<artifactId>taskchain-core</artifactId>
<version><!--VERSION-->3.4.4-SNAPSHOT<!--VERSION--></version>
<version><!--VERSION-->3.5.0<!--VERSION--></version>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
Expand Down

0 comments on commit ebc9296

Please sign in to comment.