Skip to content

Commit

Permalink
make valid version number
Browse files Browse the repository at this point in the history
  • Loading branch information
wirew0rm committed Jun 17, 2020
1 parent 7e36193 commit efef8c6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
</modules>

<properties>
<revision>11.2.0</revision>
<base-revision>11.2.0</base-revision>
<revision>${base-revision}</revision>
<changelist>-SNAPSHOT</changelist>
<sha1 />
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -110,6 +111,10 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<configuration>
<compilerArgs>
<!-- Needed to ensure module-version starts with a valid version-->
<arg>--module-version=${base-revision}-SNAPSHOT</arg>
</compilerArgs>
</configuration>
</plugin>
<!-- add automatic module name to manifest -->
Expand Down

0 comments on commit efef8c6

Please sign in to comment.