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

Commit 2c33006

Browse files
committed
Update version for release
1 parent fa32263 commit 2c33006

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
<groupId>com.mcbadgercraft</groupId>
88
<artifactId>ModPack-Installer</artifactId>
9-
<version>2.3.0-SNAPSHOT</version>
9+
<version>2.3.0</version>
1010
<name>ModPack Installer</name>
1111

1212
<properties>
13-
<installer.version>1.2-SNAPSHOT</installer.version>
13+
<installer.version>1.3</installer.version>
1414
<base.url>http://codingbadgers.github.io/AdminPack-Data/</base.url>
1515
</properties>
1616

@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.github.thefishlive</groupId>
6060
<artifactId>installer</artifactId>
61-
<version>1.3-SNAPSHOT</version>
61+
<version>${installer.version}</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
<dependency>

0 commit comments

Comments
 (0)