Skip to content

Commit

Permalink
simplify module names to match
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 16, 2019
1 parent 0c6d182 commit 5b9cb7f
Show file tree
Hide file tree
Showing 129 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -20,9 +20,9 @@

<modules>
<module>plugin</module>
<module>v1_12_R1</module>
<module>v1_13_R2</module>
<module>v1_14_R1</module>
<module>v1_12</module>
<module>v1_13</module>
<module>v1_14</module>
<module>paper</module>
<module>dist</module>
</modules>
Expand Down
2 changes: 1 addition & 1 deletion v1_12_R1/pom.xml → v1_12/pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>denizen-v1_12_R1</artifactId>
<artifactId>denizen-v1_12</artifactId>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_13_R2/pom.xml → v1_13/pom.xml
Expand Up @@ -8,7 +8,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>denizen-v1_13_R2</artifactId>
<artifactId>denizen-v1_13</artifactId>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion v1_14_R1/pom.xml → v1_14/pom.xml
Expand Up @@ -9,7 +9,7 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>denizen-v1_14_R1</artifactId>
<artifactId>denizen-v1_14</artifactId>

<dependencies>
<dependency>
Expand Down

0 comments on commit 5b9cb7f

Please sign in to comment.