Skip to content

Commit 3560176

Browse files
[maven-release-plugin] prepare release 2.0.2
1 parent 4b895f1 commit 3560176

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

assertions/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<parent>
66
<groupId>org.opentripplanner</groupId>
77
<artifactId>client-root</artifactId>
8-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

1212
<name>OTP GTFS GraphQL API assertions</name>
1313
<description>Assertion helpers for testing OTP GTFS GraphQL trip plans</description>
14-
<version>2.0.2-SNAPSHOT</version>
14+
<version>2.0.2</version>
1515

1616
<artifactId>otp-client-assertions</artifactId>
1717

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
<parent>
55
<groupId>org.opentripplanner</groupId>
66
<artifactId>client-root</artifactId>
7-
<version>2.0.2-SNAPSHOT</version>
7+
<version>2.0.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<name>OTP GTFS GraphQL API client</name>
1212
<description>A full client for interacting with the GTFS GraphQL API</description>
1313

1414
<artifactId>otp-client</artifactId>
15-
<version>2.0.2-SNAPSHOT</version>
15+
<version>2.0.2</version>
1616

1717
<dependencies>
1818
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>client-root</artifactId>
88
<packaging>pom</packaging>
99
<name>otp-client</name>
10-
<version>2.0.2-SNAPSHOT</version>
10+
<version>2.0.2</version>
1111
<modules>
1212
<module>types</module>
1313
<module>client</module>
@@ -20,7 +20,7 @@
2020
<connection>scm:git:https://github.com/opentripplanner/otp-java-client.git</connection>
2121
<developerConnection>scm:git:ssh://git@github.com/opentripplanner/otp-java-client.git</developerConnection>
2222
<url>https://github.com/opentripplanner/otp-java-client</url>
23-
<tag>HEAD</tag>
23+
<tag>2.0.2</tag>
2424
</scm>
2525

2626

types/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.opentripplanner</groupId>
66
<artifactId>client-root</artifactId>
7-
<version>2.0.2-SNAPSHOT</version>
7+
<version>2.0.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

@@ -13,7 +13,7 @@
1313
<description>Generated types for the OTP GTFS GraphQL API</description>
1414

1515
<artifactId>api-types</artifactId>
16-
<version>2.0.2-SNAPSHOT</version>
16+
<version>2.0.2</version>
1717

1818
<dependencies>
1919
<dependency>

0 commit comments

Comments
 (0)