Skip to content

Commit

Permalink
Maven versioning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Spazzinq authored Mar 1, 2019
1 parent 828a690 commit 02063df
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FlightControl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>FlightControl-parent</artifactId>
<groupId>org.Spazzinq</groupId>
<version>LATEST</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>FlightControl</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions FlightControl/src/main/resources/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Available languages: English (en-us), Turkish (tr-tr)
# Please use the abbreviation in parentheses
language: "en-us"

# ______ _ _ _ _ _____ _ _
# | ____| (_) | | | | / ____| | | | |
# | |__ | |_ __ _| |__ | |_| | ___ _ __ | |_ _ __ ___ | |
Expand Down
2 changes: 1 addition & 1 deletion FlightControl/src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FlightControl
main: org.Spazzinq.FlightControl.FlightControl
version: ${project.parent.version}
version: ${revision}
api-version: 1.13
author: Spazzinq
description: "An elegant solution for controlling player flight"
Expand Down
2 changes: 1 addition & 1 deletion Multiversion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>FlightControl-parent</artifactId>
<groupId>org.Spazzinq</groupId>
<version>LATEST</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>Multiversion</artifactId>
Expand Down
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
<groupId>org.Spazzinq</groupId>
<artifactId>FlightControl-parent</artifactId>
<packaging>pom</packaging>
<version>2.6</version>
<version>${revision}</version>

<properties><revision>2.6</revision></properties>

<modules>
<module>FlightControl</module>
Expand Down
2 changes: 1 addition & 1 deletion v13/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>FlightControl-parent</artifactId>
<groupId>org.Spazzinq</groupId>
<version>LATEST</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>v13</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion v8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<parent>
<artifactId>FlightControl-parent</artifactId>
<groupId>org.Spazzinq</groupId>
<version>LATEST</version>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>v8</artifactId>
Expand Down

0 comments on commit 02063df

Please sign in to comment.