Skip to content

Commit 14abfd3

Browse files
[maven-release-plugin] prepare release 1.2.3
1 parent 4bb0b75 commit 14abfd3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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>1.2.3-SNAPSHOT</version>
7+
<version>1.2.3</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>1.2.3-SNAPSHOT</version>
15+
<version>1.2.3</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>1.2.3-SNAPSHOT</version>
10+
<version>1.2.3</version>
1111
<modules>
1212
<module>types</module>
1313
<module>client</module>
@@ -19,7 +19,7 @@
1919
<connection>scm:git:https://github.com/opentripplanner/otp-java-client.git</connection>
2020
<developerConnection>scm:git:ssh://[email protected]/opentripplanner/otp-java-client.git</developerConnection>
2121
<url>https://github.com/opentripplanner/otp-java-client</url>
22-
<tag>HEAD</tag>
22+
<tag>1.2.3</tag>
2323
</scm>
2424

2525

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>1.2.3-SNAPSHOT</version>
7+
<version>1.2.3</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>1.2.3-SNAPSHOT</version>
16+
<version>1.2.3</version>
1717

1818
<dependencies>
1919
<dependency>

0 commit comments

Comments
 (0)