Skip to content

Commit 90fd232

Browse files
committed
next development
1 parent 099cd26 commit 90fd232

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>craftitem-spigot</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.2.0</version>
9+
<version>1.3.0-SNAPSHOT</version>
1010
</parent>
1111

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

0 commit comments

Comments
 (0)