File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
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.entur</groupId >
2019 <artifactId >netex-java-model</artifactId >
21- <version >1.0.14-SNAPSHOT </version >
20+ <version >1.0.14</version >
2221
2322 <name >netex-java-model</name >
2423 <description >Generates Java model from NeTEx xsds using jaxb.</description >
5251 <connection >scm:git:ssh://git@github.com/entur/netex-java-model.git</connection >
5352 <developerConnection >scm:git:ssh://git@github.com/entur/netex-java-model.git</developerConnection >
5453 <url >https://github.com/entur/netex-java-model/tree/master</url >
55- <tag >HEAD </tag >
54+ <tag >netex-java-model-1.0.14 </tag >
5655 </scm >
5756 <distributionManagement >
5857 <snapshotRepository >
112111 <jacoco-maven-plugin .version>0.8.8</jacoco-maven-plugin .version>
113112
114113 <!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
115- <argLine />
114+ <argLine />
116115
117116 <!-- GPG configuration for jar signing-->
118117 <gpg .executable>gpg</gpg .executable>
515514 <requireJavaVersion >
516515 <version >${jdk.version} </version >
517516 </requireJavaVersion >
518- <requirePluginVersions />
517+ <requirePluginVersions />
519518 </rules >
520519 </configuration >
521520 </execution >
553552 <goal >check</goal >
554553 </goals >
555554 <configuration >
556- <rules />
555+ <rules />
557556 </configuration >
558557 </execution >
559558 </executions >
You can’t perform that action at this time.
0 commit comments