Skip to content

Commit

Permalink
Add the fallback version into the pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Aug 31, 2021
1 parent 8ee7870 commit 2aec0d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Expand Up @@ -3,7 +3,12 @@

<groupId>org.locationtech.proj4j</groupId>
<artifactId>proj4j</artifactId>
<version>${revision}</version>
<!-- Version is set here explicitly, since Jenkins doesn't work with the jgitver plugin.
See https://github.com/locationtech/proj4j/issues/57 for more details.
Alternatively, it could be set to <version>${revision}</version> and overrided at start `mvn -Drevision=1.1.4-SNAPSHOT install`
jgitver plugin always overrides the version set here. -->
<version>1.1.4-SNAPSHOT</version>
<packaging>bundle</packaging>
<name>Proj4J</name>
<url>https://github.com/locationtech/proj4j</url>
Expand Down

0 comments on commit 2aec0d0

Please sign in to comment.