Skip to content

Commit 4630b08

Browse files
author
Matsv
committed
Bump version for Spigot release
1 parent 73e7393 commit 4630b08

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

all/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>viabackwards-parent</artifactId>
1717
<groupId>nl.matsv</groupId>
18-
<version>2.0-DEV</version>
18+
<version>2.0</version>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>
2121

bukkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>viabackwards-parent</artifactId>
1717
<groupId>nl.matsv</groupId>
18-
<version>2.0-DEV</version>
18+
<version>2.0</version>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>
2121

bungee/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>viabackwards-parent</artifactId>
1717
<groupId>nl.matsv</groupId>
18-
<version>2.0-DEV</version>
18+
<version>2.0</version>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>
2121

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>viabackwards-parent</artifactId>
1717
<groupId>nl.matsv</groupId>
18-
<version>2.0-DEV</version>
18+
<version>2.0</version>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>
2121

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<groupId>nl.matsv</groupId>
1818
<artifactId>viabackwards-parent</artifactId>
19-
<version>2.0-DEV</version>
19+
<version>2.0</version>
2020
<packaging>pom</packaging>
2121

2222
<description>Allow newer clients to join older server versions.</description>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>us.myles</groupId>
6060
<artifactId>viaversion</artifactId>
61-
<version>1.0.0-ALPHA-modules</version>
61+
<version>1.0.0</version>
6262
<scope>provided</scope>
6363
</dependency>
6464
</dependencies>

sponge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<artifactId>viabackwards-parent</artifactId>
1717
<groupId>nl.matsv</groupId>
18-
<version>2.0-DEV</version>
18+
<version>2.0</version>
1919
</parent>
2020
<modelVersion>4.0.0</modelVersion>
2121

0 commit comments

Comments
 (0)