Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonabrown committed Sep 19, 2023
1 parent f4809eb commit c94e5c7
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion onebusaway-gtfs-hibernate-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-modules</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>
<artifactId>onebusaway-gtfs-hibernate-cli</artifactId>
<name>onebusaway-gtfs-hibernate-cli</name>
Expand Down
2 changes: 1 addition & 1 deletion onebusaway-gtfs-hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-modules</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion onebusaway-gtfs-merge-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>onebusaway-gtfs-modules</artifactId>
<groupId>org.onebusaway</groupId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>onebusaway-gtfs-merge-cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion onebusaway-gtfs-merge/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>onebusaway-gtfs-modules</artifactId>
<groupId>org.onebusaway</groupId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<relativePath>..</relativePath>
</parent>
<artifactId>onebusaway-gtfs-merge</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion onebusaway-gtfs-transformer-cli-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-modules</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion onebusaway-gtfs-transformer-cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-modules</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<properties>
Expand Down
4 changes: 2 additions & 2 deletions onebusaway-gtfs-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<parent>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-modules</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<dependencies>
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.onebusaway</groupId>
Expand Down
2 changes: 1 addition & 1 deletion onebusaway-gtfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-gtfs-modules</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>onebusaway-gtfs-modules</artifactId>
<version>1.4.6</version>
<version>1.4.7-SNAPSHOT</version>
<packaging>pom</packaging>

<name>onebusaway-gtfs-modules</name>
Expand All @@ -24,7 +24,7 @@
<connection>scm:git:https://github.com/OneBusAway/onebusaway-gtfs-modules.git</connection>
<developerConnection>scm:git:ssh://[email protected]/OneBusAway/onebusaway-gtfs-modules.git</developerConnection>
<url>https://github.com/OneBusAway/onebusaway-gtfs-modules</url>
<tag>onebusaway-gtfs-modules-1.4.6</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand Down

0 comments on commit c94e5c7

Please sign in to comment.