From c99b4510b721d27898a71fc82e56ee4fd3c188aa Mon Sep 17 00:00:00 2001 From: sheldonabrown Date: Mon, 1 Jan 2024 12:41:20 -0500 Subject: [PATCH] prepare for next sprint --- onebusaway-admin-webapp/pom.xml | 2 +- onebusaway-agency-metadata/pom.xml | 2 +- onebusaway-alerts-api/pom.xml | 2 +- onebusaway-alerts-persistence/pom.xml | 2 +- onebusaway-api-core/pom.xml | 2 +- onebusaway-api-webapp/pom.xml | 2 +- onebusaway-combined-webapp/pom.xml | 2 +- onebusaway-container/pom.xml | 2 +- onebusaway-core/pom.xml | 2 +- onebusaway-enterprise-acta-webapp/pom.xml | 2 +- onebusaway-enterprise-webapp/pom.xml | 2 +- onebusaway-federations-webapp/pom.xml | 2 +- onebusaway-federations/pom.xml | 2 +- onebusaway-frontend-webapp/pom.xml | 2 +- onebusaway-geocoder/pom.xml | 2 +- onebusaway-geospatial/pom.xml | 2 +- onebusaway-gtfs-hibernate-spring/pom.xml | 2 +- onebusaway-gtfs-realtime-archiver/pom.xml | 2 +- onebusaway-gtfs-realtime-model/pom.xml | 4 ++-- onebusaway-gtfsrt-integration-tests/pom.xml | 2 +- onebusaway-gwt-common/pom.xml | 2 +- onebusaway-nextbus-api-webapp/pom.xml | 2 +- onebusaway-phone-webapp/pom.xml | 2 +- onebusaway-phone/pom.xml | 2 +- onebusaway-presentation/pom.xml | 2 +- onebusaway-realtime-api/pom.xml | 2 +- onebusaway-sms-webapp/pom.xml | 2 +- onebusaway-transit-data-federation-builder/pom.xml | 2 +- onebusaway-transit-data-federation-webapp/pom.xml | 2 +- onebusaway-transit-data-federation/pom.xml | 4 ++-- onebusaway-transit-data/pom.xml | 2 +- onebusaway-twilio-webapp/pom.xml | 2 +- onebusaway-users/pom.xml | 2 +- onebusaway-util/pom.xml | 2 +- onebusaway-watchdog-webapp/pom.xml | 2 +- pom.xml | 2 +- 36 files changed, 38 insertions(+), 38 deletions(-) diff --git a/onebusaway-admin-webapp/pom.xml b/onebusaway-admin-webapp/pom.xml index a180c1927..927ebf6b9 100644 --- a/onebusaway-admin-webapp/pom.xml +++ b/onebusaway-admin-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-admin-webapp war diff --git a/onebusaway-agency-metadata/pom.xml b/onebusaway-agency-metadata/pom.xml index 74d71d467..95e118c01 100644 --- a/onebusaway-agency-metadata/pom.xml +++ b/onebusaway-agency-metadata/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-agency-metadata jar diff --git a/onebusaway-alerts-api/pom.xml b/onebusaway-alerts-api/pom.xml index 9c56db064..b58a48649 100644 --- a/onebusaway-alerts-api/pom.xml +++ b/onebusaway-alerts-api/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 diff --git a/onebusaway-alerts-persistence/pom.xml b/onebusaway-alerts-persistence/pom.xml index 57ade5832..d582ebb12 100644 --- a/onebusaway-alerts-persistence/pom.xml +++ b/onebusaway-alerts-persistence/pom.xml @@ -4,7 +4,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-alerts-persistence diff --git a/onebusaway-api-core/pom.xml b/onebusaway-api-core/pom.xml index 0d7cd0988..564f3b3a7 100644 --- a/onebusaway-api-core/pom.xml +++ b/onebusaway-api-core/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-api-core diff --git a/onebusaway-api-webapp/pom.xml b/onebusaway-api-webapp/pom.xml index 4ea08b585..bb12a4b48 100644 --- a/onebusaway-api-webapp/pom.xml +++ b/onebusaway-api-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-api-webapp war diff --git a/onebusaway-combined-webapp/pom.xml b/onebusaway-combined-webapp/pom.xml index cd92a4bc7..aa9246051 100644 --- a/onebusaway-combined-webapp/pom.xml +++ b/onebusaway-combined-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-combined-webapp pom diff --git a/onebusaway-container/pom.xml b/onebusaway-container/pom.xml index dadc7b29f..32e45e6cf 100644 --- a/onebusaway-container/pom.xml +++ b/onebusaway-container/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-container jar diff --git a/onebusaway-core/pom.xml b/onebusaway-core/pom.xml index 5cf5c15a6..a4d558c5b 100644 --- a/onebusaway-core/pom.xml +++ b/onebusaway-core/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-core jar diff --git a/onebusaway-enterprise-acta-webapp/pom.xml b/onebusaway-enterprise-acta-webapp/pom.xml index 0c7f4e0b7..3bba40034 100644 --- a/onebusaway-enterprise-acta-webapp/pom.xml +++ b/onebusaway-enterprise-acta-webapp/pom.xml @@ -4,7 +4,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-enterprise-acta-webapp war diff --git a/onebusaway-enterprise-webapp/pom.xml b/onebusaway-enterprise-webapp/pom.xml index 182aa9084..9733bcd13 100644 --- a/onebusaway-enterprise-webapp/pom.xml +++ b/onebusaway-enterprise-webapp/pom.xml @@ -5,7 +5,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-enterprise-webapp war diff --git a/onebusaway-federations-webapp/pom.xml b/onebusaway-federations-webapp/pom.xml index 824317032..d502918d9 100644 --- a/onebusaway-federations-webapp/pom.xml +++ b/onebusaway-federations-webapp/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-federations-webapp war diff --git a/onebusaway-federations/pom.xml b/onebusaway-federations/pom.xml index 8f5dfe806..b3ba9a8b9 100644 --- a/onebusaway-federations/pom.xml +++ b/onebusaway-federations/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-federations jar diff --git a/onebusaway-frontend-webapp/pom.xml b/onebusaway-frontend-webapp/pom.xml index eb2070672..212394fb5 100644 --- a/onebusaway-frontend-webapp/pom.xml +++ b/onebusaway-frontend-webapp/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 diff --git a/onebusaway-geocoder/pom.xml b/onebusaway-geocoder/pom.xml index 39d7ae42a..64a475a55 100644 --- a/onebusaway-geocoder/pom.xml +++ b/onebusaway-geocoder/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-geocoder diff --git a/onebusaway-geospatial/pom.xml b/onebusaway-geospatial/pom.xml index c09b0dc89..ca98e4f9a 100644 --- a/onebusaway-geospatial/pom.xml +++ b/onebusaway-geospatial/pom.xml @@ -4,7 +4,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-geospatial diff --git a/onebusaway-gtfs-hibernate-spring/pom.xml b/onebusaway-gtfs-hibernate-spring/pom.xml index ecc926d6f..2b1d79e0e 100644 --- a/onebusaway-gtfs-hibernate-spring/pom.xml +++ b/onebusaway-gtfs-hibernate-spring/pom.xml @@ -6,7 +6,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT diff --git a/onebusaway-gtfs-realtime-archiver/pom.xml b/onebusaway-gtfs-realtime-archiver/pom.xml index 972f03d10..3045a0b6f 100644 --- a/onebusaway-gtfs-realtime-archiver/pom.xml +++ b/onebusaway-gtfs-realtime-archiver/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-gtfs-realtime-archiver war diff --git a/onebusaway-gtfs-realtime-model/pom.xml b/onebusaway-gtfs-realtime-model/pom.xml index 8093aaf37..f294def0a 100644 --- a/onebusaway-gtfs-realtime-model/pom.xml +++ b/onebusaway-gtfs-realtime-model/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-gtfs-realtime-model onebusaway-gtfs-realtime-model @@ -36,7 +36,7 @@ org.onebusaway onebusaway-container - 2.2.0 + 2.2.1-SNAPSHOT diff --git a/onebusaway-gtfsrt-integration-tests/pom.xml b/onebusaway-gtfsrt-integration-tests/pom.xml index 02bf01761..997d3b644 100644 --- a/onebusaway-gtfsrt-integration-tests/pom.xml +++ b/onebusaway-gtfsrt-integration-tests/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-gtfsrt-integration-tests jar diff --git a/onebusaway-gwt-common/pom.xml b/onebusaway-gwt-common/pom.xml index 686b6cf13..5ed28f382 100644 --- a/onebusaway-gwt-common/pom.xml +++ b/onebusaway-gwt-common/pom.xml @@ -2,7 +2,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT 4.0.0 onebusaway-gwt-common diff --git a/onebusaway-nextbus-api-webapp/pom.xml b/onebusaway-nextbus-api-webapp/pom.xml index 1a541a5c3..5a97468d1 100644 --- a/onebusaway-nextbus-api-webapp/pom.xml +++ b/onebusaway-nextbus-api-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-nextbus-api-webapp war diff --git a/onebusaway-phone-webapp/pom.xml b/onebusaway-phone-webapp/pom.xml index 9b0f67890..7d8d169f6 100644 --- a/onebusaway-phone-webapp/pom.xml +++ b/onebusaway-phone-webapp/pom.xml @@ -4,7 +4,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-phone-webapp war diff --git a/onebusaway-phone/pom.xml b/onebusaway-phone/pom.xml index d6fa21a89..705d56cba 100644 --- a/onebusaway-phone/pom.xml +++ b/onebusaway-phone/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-phone jar diff --git a/onebusaway-presentation/pom.xml b/onebusaway-presentation/pom.xml index e1f5780e9..a0170b219 100644 --- a/onebusaway-presentation/pom.xml +++ b/onebusaway-presentation/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-presentation jar diff --git a/onebusaway-realtime-api/pom.xml b/onebusaway-realtime-api/pom.xml index 20a880322..6d7d49d29 100644 --- a/onebusaway-realtime-api/pom.xml +++ b/onebusaway-realtime-api/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-realtime-api jar diff --git a/onebusaway-sms-webapp/pom.xml b/onebusaway-sms-webapp/pom.xml index 0df5ea5a0..11974cd4b 100644 --- a/onebusaway-sms-webapp/pom.xml +++ b/onebusaway-sms-webapp/pom.xml @@ -5,7 +5,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-sms-webapp diff --git a/onebusaway-transit-data-federation-builder/pom.xml b/onebusaway-transit-data-federation-builder/pom.xml index 60627bdb8..a17bcd248 100644 --- a/onebusaway-transit-data-federation-builder/pom.xml +++ b/onebusaway-transit-data-federation-builder/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-transit-data-federation-builder diff --git a/onebusaway-transit-data-federation-webapp/pom.xml b/onebusaway-transit-data-federation-webapp/pom.xml index 1ecc3eb7a..5d1bf21ed 100644 --- a/onebusaway-transit-data-federation-webapp/pom.xml +++ b/onebusaway-transit-data-federation-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-transit-data-federation-webapp war diff --git a/onebusaway-transit-data-federation/pom.xml b/onebusaway-transit-data-federation/pom.xml index d334e2ac8..3ae1576da 100644 --- a/onebusaway-transit-data-federation/pom.xml +++ b/onebusaway-transit-data-federation/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-transit-data-federation jar @@ -210,7 +210,7 @@ org.onebusaway onebusaway-api-core - 2.2.0 + 2.2.1-SNAPSHOT compile diff --git a/onebusaway-transit-data/pom.xml b/onebusaway-transit-data/pom.xml index 88d01b951..b09cf77c0 100644 --- a/onebusaway-transit-data/pom.xml +++ b/onebusaway-transit-data/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-transit-data jar diff --git a/onebusaway-twilio-webapp/pom.xml b/onebusaway-twilio-webapp/pom.xml index 7434e5d1a..48b15348f 100644 --- a/onebusaway-twilio-webapp/pom.xml +++ b/onebusaway-twilio-webapp/pom.xml @@ -3,7 +3,7 @@ onebusaway-application-modules org.onebusaway - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-twilio-webapp war diff --git a/onebusaway-users/pom.xml b/onebusaway-users/pom.xml index 23b1120fa..3a1292e86 100644 --- a/onebusaway-users/pom.xml +++ b/onebusaway-users/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-users jar diff --git a/onebusaway-util/pom.xml b/onebusaway-util/pom.xml index fde7894b9..cf40743a8 100644 --- a/onebusaway-util/pom.xml +++ b/onebusaway-util/pom.xml @@ -4,7 +4,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-util diff --git a/onebusaway-watchdog-webapp/pom.xml b/onebusaway-watchdog-webapp/pom.xml index 2b4c3a1c7..c9b63fdd8 100644 --- a/onebusaway-watchdog-webapp/pom.xml +++ b/onebusaway-watchdog-webapp/pom.xml @@ -3,7 +3,7 @@ org.onebusaway onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT onebusaway-watchdog-webapp war diff --git a/pom.xml b/pom.xml index 3348f4fe9..26ea93123 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ 4.0.0 onebusaway-application-modules - 2.2.0 + 2.2.1-SNAPSHOT pom onebusaway-application-modules