Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 735c88f

Browse files
committed
Root POM doesn't need reasonable versioning.
1 parent 686b9ef commit 735c88f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

SaneEconomyCore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.appledash</groupId>
88
<artifactId>SaneEconomy</artifactId>
9-
<version>0.12.5-SNAPSHOT</version>
9+
<version>0</version>
1010
</parent>
1111
<artifactId>SaneEconomyCore</artifactId>
1212
<version>0.12.5-SNAPSHOT</version>

SaneEconomyMobKills/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>SaneEconomy</artifactId>
77
<groupId>org.appledash</groupId>
8-
<version>0.12.5-SNAPSHOT</version>
8+
<version>0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

SaneEconomyOnlineTime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>SaneEconomy</artifactId>
77
<groupId>org.appledash</groupId>
8-
<version>0.12.5-SNAPSHOT</version>
8+
<version>0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

SaneEconomySignShop/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>SaneEconomy</artifactId>
77
<groupId>org.appledash</groupId>
8-
<version>0.12.5-SNAPSHOT</version>
8+
<version>0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

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

77
<groupId>org.appledash</groupId>
88
<artifactId>SaneEconomy</artifactId>
9-
<version>0.12.5-SNAPSHOT</version>
9+
<version>0</version>
1010
<packaging>pom</packaging>
1111

1212
<modules>

0 commit comments

Comments
 (0)