We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b129c1d commit 22a131dCopy full SHA for 22a131d
pom.xml
@@ -2,9 +2,9 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.getodk</groupId>
4
<artifactId>javarosa</artifactId>
5
- <!-- snapshot release = x.x.x-SNAPSHOT-${revision} -->
+ <!-- snapshot release = x.x.x-${revision}-SNAPSHOT -->
6
<!-- production release = x.x.x -->
7
- <version>5.1.0-SNAPSHOT-${revision}</version>
+ <version>5.1.0-${revision}-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<name>javarosa</name>
10
<description>A Java library for rendering forms that are compliant with ODK XForms spec</description>
0 commit comments