Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ghillert committed Aug 17, 2015
1 parent e4598d4 commit 9da7dc9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fleet-location-service/src/test/resources/fleet.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"longitude":"-84.9097116",
"heading":"W",
"gpsSpeed":"39",
"gpsStatus":"true",
"gpsStatus":"EXCELLENT",
"odometer":"46168",
"totalEngineTime":"912.05",
"totalIdleTime":"146.5",
Expand Down
1 change: 1 addition & 0 deletions platform/configserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.1.15</version>
<configuration>
<dotGitDirectory>${project.basedir}/../../.git</dotGitDirectory>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions platform/eureka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
<version>2.1.15</version>
<configuration>
<dotGitDirectory>${project.basedir}/../../.git</dotGitDirectory>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<modules>
<module>fleet-location-service</module>
<module>fleet-location-simulator</module>
<module>fleet-location-ingest</module>
<module>service-station-service</module>
<module>dashboard</module>
<module>platform</module>
Expand Down

0 comments on commit 9da7dc9

Please sign in to comment.