Skip to content

Commit 5fb87ed

Browse files
[maven-release-plugin] prepare release 2.0.3
1 parent b669cd4 commit 5fb87ed

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

pom.xml

Lines changed: 6 additions & 8 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.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>
@@ -46,7 +45,7 @@
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>
@@ -97,7 +96,7 @@
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>
@@ -337,8 +336,7 @@
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>
@@ -409,7 +407,7 @@
409407
<goal>check</goal>
410408
</goals>
411409
<configuration>
412-
<rules/>
410+
<rules />
413411
</configuration>
414412
</execution>
415413
</executions>

0 commit comments

Comments
 (0)