Skip to content

Commit c5a5576

Browse files
committed
1.1 release
1 parent 7fe4aaf commit c5a5576

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>pl.craftserve</groupId>
77
<artifactId>pvp-parent</artifactId>
8-
<version>1.0</version>
8+
<version>1.1</version>
99
<packaging>pom</packaging>
1010
<name>CraftservePVP</name>
1111
<url>https://github.com/Craftserve/CraftservePVP</url>

pvp-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>pl.craftserve</groupId>
88
<artifactId>pvp-parent</artifactId>
9-
<version>1.0</version>
9+
<version>1.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>pvp-plugin</artifactId>
14-
<version>1.0</version>
14+
<version>1.1</version>
1515
<packaging>jar</packaging>
1616

1717
<build>

pvp-v1_16_R1/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>pl.craftserve</groupId>
88
<artifactId>pvp-parent</artifactId>
9-
<version>1.0</version>
9+
<version>1.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>pvp-v1_16_R1</artifactId>
14-
<version>1.0</version>
14+
<version>1.1</version>
1515
<packaging>jar</packaging>
1616

1717
<repositories>

pvp-v1_16_R2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>pl.craftserve</groupId>
88
<artifactId>pvp-parent</artifactId>
9-
<version>1.0</version>
9+
<version>1.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>pvp-v1_16_R2</artifactId>
14-
<version>1.0</version>
14+
<version>1.1</version>
1515
<packaging>jar</packaging>
1616

1717
<repositories>

pvp-v1_16_R3/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>pl.craftserve</groupId>
88
<artifactId>pvp-parent</artifactId>
9-
<version>1.0</version>
9+
<version>1.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>pvp-v1_16_R3</artifactId>
14-
<version>1.0</version>
14+
<version>1.1</version>
1515
<packaging>jar</packaging>
1616

1717
<repositories>

pvp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<parent>
77
<groupId>pl.craftserve</groupId>
88
<artifactId>pvp-parent</artifactId>
9-
<version>1.0</version>
9+
<version>1.1</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>pvp</artifactId>
14-
<version>1.0</version>
14+
<version>1.1</version>
1515
<packaging>jar</packaging>
1616

1717
<properties>

0 commit comments

Comments
 (0)