Skip to content
Permalink
Browse files
Prepare for development 3.7.3-SNAPSHOT
  • Loading branch information
aikar committed Oct 30, 2018
1 parent 2a750dd commit c063e26
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
@@ -28,12 +28,12 @@
<parent>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.7.2<!--VERSION--></version>
<version><!--VERSION-->3.7.3-SNAPSHOT<!--VERSION--></version>
<relativePath>../pom.xml</relativePath>
</parent>

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

@@ -48,7 +48,7 @@
<dependency>
<groupId>co.aikar</groupId>
<artifactId>taskchain-core</artifactId>
<version><!--VERSION-->3.7.2<!--VERSION--></version>
<version><!--VERSION-->3.7.3-SNAPSHOT<!--VERSION--></version>
</dependency>
<dependency>
<groupId>org.bukkit</groupId>
@@ -28,12 +28,12 @@
<parent>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.7.2<!--VERSION--></version>
<version><!--VERSION-->3.7.3-SNAPSHOT<!--VERSION--></version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>taskchain-core</artifactId>
<version><!--VERSION-->3.7.2<!--VERSION--></version>
<version><!--VERSION-->3.7.3-SNAPSHOT<!--VERSION--></version>
<packaging>jar</packaging>
<name>TaskChain (Core)</name>
<build>
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.7.2<!--VERSION--></version>
<version><!--VERSION-->3.7.3-SNAPSHOT<!--VERSION--></version>
<packaging>pom</packaging>
<name>TaskChain (All)</name>
<url>https://taskchain.emc.gs</url>
@@ -28,12 +28,12 @@
<parent>
<groupId>co.aikar</groupId>
<artifactId>taskchain-parent</artifactId>
<version><!--VERSION-->3.7.2<!--VERSION--></version>
<version><!--VERSION-->3.7.3-SNAPSHOT<!--VERSION--></version>
<relativePath>../pom.xml</relativePath>
</parent>

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

0 comments on commit c063e26

Please sign in to comment.