Skip to content

Commit

Permalink
[maven-release-plugin] prepare release netex-java-model-1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
vpaturet committed Nov 7, 2022
1 parent 0c752cd commit b4a3cf4
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
~ limitations under the Licence.
-->

<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">
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>org.entur</groupId>
<artifactId>netex-java-model</artifactId>
<version>1.0.14-SNAPSHOT</version>
<version>1.0.14</version>

<name>netex-java-model</name>
<description>Generates Java model from NeTEx xsds using jaxb.</description>
Expand Down Expand Up @@ -52,7 +51,7 @@
<connection>scm:git:ssh://git@github.com/entur/netex-java-model.git</connection>
<developerConnection>scm:git:ssh://git@github.com/entur/netex-java-model.git</developerConnection>
<url>https://github.com/entur/netex-java-model/tree/master</url>
<tag>HEAD</tag>
<tag>netex-java-model-1.0.14</tag>
</scm>
<distributionManagement>
<snapshotRepository>
Expand Down Expand Up @@ -112,7 +111,7 @@
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>

<!-- empty argLine property, the value is set up by Jacoco during unit tests execution -->
<argLine/>
<argLine />

<!-- GPG configuration for jar signing-->
<gpg.executable>gpg</gpg.executable>
Expand Down Expand Up @@ -515,7 +514,7 @@
<requireJavaVersion>
<version>${jdk.version}</version>
</requireJavaVersion>
<requirePluginVersions/>
<requirePluginVersions />
</rules>
</configuration>
</execution>
Expand Down Expand Up @@ -553,7 +552,7 @@
<goal>check</goal>
</goals>
<configuration>
<rules/>
<rules />
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit b4a3cf4

Please sign in to comment.