Skip to content

Commit 22a131d

Browse files
authored
Snapshots have to end with SNAPSHOT (#825)
1 parent b129c1d commit 22a131d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.getodk</groupId>
44
<artifactId>javarosa</artifactId>
5-
<!-- snapshot release = x.x.x-SNAPSHOT-${revision} -->
5+
<!-- snapshot release = x.x.x-${revision}-SNAPSHOT -->
66
<!-- production release = x.x.x -->
7-
<version>5.1.0-SNAPSHOT-${revision}</version>
7+
<version>5.1.0-${revision}-SNAPSHOT</version>
88
<packaging>jar</packaging>
99
<name>javarosa</name>
1010
<description>A Java library for rendering forms that are compliant with ODK XForms spec</description>

0 commit comments

Comments
 (0)