Skip to content

Commit b4a3cf4

Browse files
committed
[maven-release-plugin] prepare release netex-java-model-1.0.14
1 parent 0c752cd commit b4a3cf4

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

pom.xml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@
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>
@@ -52,7 +51,7 @@
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>
@@ -112,7 +111,7 @@
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>
@@ -515,7 +514,7 @@
515514
<requireJavaVersion>
516515
<version>${jdk.version}</version>
517516
</requireJavaVersion>
518-
<requirePluginVersions/>
517+
<requirePluginVersions />
519518
</rules>
520519
</configuration>
521520
</execution>
@@ -553,7 +552,7 @@
553552
<goal>check</goal>
554553
</goals>
555554
<configuration>
556-
<rules/>
555+
<rules />
557556
</configuration>
558557
</execution>
559558
</executions>

0 commit comments

Comments
 (0)