Skip to content

Commit d189e6e

Browse files
committed
release
1 parent e7ada5c commit d189e6e

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-core</artifactId>

modifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-modifier</artifactId>

nbt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-nbt</artifactId>

pom.xml

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

77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>CraftItem</name>

spigot/core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem-spigot</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-spigot-core</artifactId>

spigot/modifier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem-spigot</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-spigot-modifier</artifactId>

spigot/nbt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem-spigot</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-spigot-nbt</artifactId>

spigot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-spigot</artifactId>

spigot/skull-handler/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem-spigot</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-spigot-skull-handler</artifactId>

spigot/skull/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.github.projectunified</groupId>
88
<artifactId>craftitem-spigot</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111

1212
<artifactId>craftitem-spigot-skull</artifactId>

0 commit comments

Comments
 (0)