File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1313 ~ limitations under the Licence.
1414 -->
1515
16- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
17- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
16+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
1817 <modelVersion >4.0.0</modelVersion >
1918 <groupId >org.opentripplanner</groupId >
2019 <artifactId >ojp-java-model</artifactId >
21- <version >2.0.3-SNAPSHOT </version >
20+ <version >2.0.3</version >
2221
2322 <name >ojp-java-model</name >
2423 <description >Generates Java model from OJP xsds using jaxb.</description >
4645 <connection >scm:git:ssh://git@github.com/opentripplanner/ojp-java-model.git</connection >
4746 <developerConnection >scm:git:ssh://git@github.com/opentripplanner/ojp-java-model.git</developerConnection >
4847 <url >https://github.com/opentripplanner/ojp-java-model/</url >
49- <tag >HEAD </tag >
48+ <tag >2.0.3 </tag >
5049 </scm >
5150
5251 <properties >
9796 <jacoco-maven-plugin .version>0.8.7</jacoco-maven-plugin .version>
9897
9998 <!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
100- <argLine />
99+ <argLine />
101100
102101 <!-- GPG configuration for jar signing-->
103102 <gpg .executable>gpg</gpg .executable>
337336 </goals >
338337 <configuration >
339338 <target >
340- <copy file =" ${project.basedir}/package-info.java"
341- todir =" ${project.build.directory}/generated-sources/xjc/de/vdv/ojp20" overwrite =" true" />
339+ <copy file =" ${project.basedir}/package-info.java" todir =" ${project.build.directory}/generated-sources/xjc/de/vdv/ojp20" overwrite =" true" />
342340 </target >
343341 </configuration >
344342 </execution >
409407 <goal >check</goal >
410408 </goals >
411409 <configuration >
412- <rules />
410+ <rules />
413411 </configuration >
414412 </execution >
415413 </executions >
You can’t perform that action at this time.
0 commit comments