Skip to content

Commit a384db6

Browse files
[maven-release-plugin] prepare release v14.2.2
1 parent 1b80e6c commit a384db6

9 files changed

Lines changed: 10 additions & 10 deletions

File tree

onebusaway-collections/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>org.onebusaway</groupId>
1212
<artifactId>onebusaway-gtfs-modules</artifactId>
13-
<version>14.2.2-SNAPSHOT</version>
13+
<version>14.2.2</version>
1414
<relativePath>../pom.xml</relativePath>
1515
</parent>
1616

onebusaway-csv-entities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.onebusaway</groupId>
66
<artifactId>onebusaway-gtfs-modules</artifactId>
7-
<version>14.2.2-SNAPSHOT</version>
7+
<version>14.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

onebusaway-gtfs-merge-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>onebusaway-gtfs-modules</artifactId>
55
<groupId>org.onebusaway</groupId>
6-
<version>14.2.2-SNAPSHOT</version>
6+
<version>14.2.2</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>onebusaway-gtfs-merge-cli</artifactId>

onebusaway-gtfs-merge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>onebusaway-gtfs-modules</artifactId>
55
<groupId>org.onebusaway</groupId>
6-
<version>14.2.2-SNAPSHOT</version>
6+
<version>14.2.2</version>
77
<relativePath>..</relativePath>
88
</parent>
99
<artifactId>onebusaway-gtfs-merge</artifactId>

onebusaway-gtfs-transformer-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.onebusaway</groupId>
1111
<artifactId>onebusaway-gtfs-modules</artifactId>
12-
<version>14.2.2-SNAPSHOT</version>
12+
<version>14.2.2</version>
1313
</parent>
1414

1515
<dependencies>

onebusaway-gtfs-transformer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.onebusaway</groupId>
1111
<artifactId>onebusaway-gtfs-modules</artifactId>
12-
<version>14.2.2-SNAPSHOT</version>
12+
<version>14.2.2</version>
1313
</parent>
1414

1515
<dependencies>

onebusaway-gtfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.onebusaway</groupId>
1111
<artifactId>onebusaway-gtfs-modules</artifactId>
12-
<version>14.2.2-SNAPSHOT</version>
12+
<version>14.2.2</version>
1313
<relativePath>../pom.xml</relativePath>
1414
</parent>
1515

onebusaway-jmh/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.onebusaway</groupId>
66
<artifactId>onebusaway-gtfs-modules</artifactId>
7-
<version>14.2.2-SNAPSHOT</version>
7+
<version>14.2.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.onebusaway</groupId>
55
<artifactId>onebusaway-gtfs-modules</artifactId>
6-
<version>14.2.2-SNAPSHOT</version>
6+
<version>14.2.2</version>
77
<packaging>pom</packaging>
88

99
<name>onebusaway-gtfs-modules</name>
@@ -39,7 +39,7 @@
3939
<connection>scm:git:https://github.com/OneBusAway/onebusaway-gtfs-modules.git</connection>
4040
<developerConnection>scm:git:ssh://git@github.com/OneBusAway/onebusaway-gtfs-modules.git</developerConnection>
4141
<url>https://github.com/OneBusAway/onebusaway-gtfs-modules</url>
42-
<tag>HEAD</tag>
42+
<tag>v14.2.2</tag>
4343
</scm>
4444

4545
<issueManagement>

0 commit comments

Comments
 (0)