We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83e3835 commit 73d6330Copy full SHA for 73d6330
pom.xml
@@ -17,7 +17,7 @@
17
<modelVersion>4.0.0</modelVersion>
18
<groupId>org.opentripplanner</groupId>
19
<artifactId>ojp-java-model</artifactId>
20
- <version>2.0.6-SNAPSHOT</version>
+ <version>2.0.6</version>
21
22
<name>ojp-java-model</name>
23
<description>Generates Java model from OJP xsds using jaxb.</description>
@@ -43,7 +43,7 @@
43
<connection>scm:git:ssh://git@github.com/opentripplanner/ojp-java-model.git</connection>
44
<developerConnection>scm:git:ssh://git@github.com/opentripplanner/ojp-java-model.git</developerConnection>
45
<url>https://github.com/opentripplanner/ojp-java-model/</url>
46
- <tag>HEAD</tag>
+ <tag>2.0.6</tag>
47
</scm>
48
49
<properties>
0 commit comments