Skip to content

Commit 678784b

Browse files
Merge pull request #147 from goeuropa/main
updated links to binaries, so that point to Maven Central.
2 parents aabddf0 + a7aaa47 commit 678784b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/modules/onebusaway-gtfs-modules/current/onebusaway-gtfs-merge-cli.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ <h2><a name="Introduction"></a>Introduction</h2>
7373
<p><b>NOTE</b>: This tool is a work in progress! This documentation may not be up-to-date.</p>
7474
<p>The <code>onebusaway-gtfs-merge-cli</code> command-line application is a simple command-line tool for merging <a class="externalLink" href="https://developers.google.com/transit/gtfs">GTFS</a> feeds. </p></section><section>
7575
<h2><a name="Getting_the_Application"></a>Getting the Application</h2>
76-
<p>You can download the application here:</p>
77-
<p><a class="externalLink" href="https://repo.camsys-apps.com/snapshots/org/onebusaway/onebusaway-gtfs-merge-cli/1.4.16-SNAPSHOT/onebusaway-gtfs-merge-cli-1.4.16-SNAPSHOT.jar">onebusaway-gtfs-merge-cli-1.4.16-SNAPSHOT.jar</a></p></section><section>
76+
<p>You can download the application Maven Central.</p>
77+
<p>Go to<a class="externalLink" href="https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-merge-cli/">https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-merge-cli/</a>. Select the version you want and get the URL for the largest jar file. An example would be https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-merge-cli/3.2.2/onebusaway-gtfs-merge-cli-3.2.2.jar</p></section><section>
7878
<h2><a name="Using_the_Application"></a>Using the Application</h2>
7979
<p>You'll need a Java 11 runtime installed to run the client. To run the application:</p>
8080
<div class="source"><pre class="prettyprint">java -jar onebusaway-gtfs-merge-cli.jar [--args] input_gtfs_path_a input_gtfs_path_b ... output_gtfs_path</pre></div>

src/modules/onebusaway-gtfs-modules/current/onebusaway-gtfs-transformer-cli.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ <h2><a name="Requirements"></a>Requirements</h2>
114114
<ul>
115115
<li>Java 11 or greater</li></ul></section><section>
116116
<h2><a name="Getting_the_Application"></a>Getting the Application</h2>
117-
<p>You can download the application here:</p>
118-
<p><a class="externalLink" href="https://repo.camsys-apps.com/snapshots/org/onebusaway/onebusaway-gtfs-transformer-cli/1.4.16-SNAPSHOT/onebusaway-gtfs-transformer-cli-1.4.16-SNAPSHOT.jar">onebusaway-gtfs-transformer-cli-1.4.16-SNAPSHOT.jar</a></p></section><section>
117+
<p>You can download the application Maven Central.</p>
118+
<p>Go to <a class="externalLink" href="https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-transformer-cli/">https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-transformer-cli/</a>and select the largest jar file from the version you would like to use, for example https://repo1.maven.org/maven2/org/onebusaway/onebusaway-gtfs-transformer-cli/2.0.0/onebusaway-gtfs-transformer-cli-2.0.0.jar</p></section><section>
119119
<h2><a name="Using_the_Application"></a>Using the Application</h2>
120120
<p>To run the application:</p>
121121
<div class="source"><pre class="prettyprint">java -jar onebusaway-gtfs-transformer-cli.jar [-args] input_gtfs_path ... output_gtfs_path</pre></div></section><section>

0 commit comments

Comments
 (0)