Skip to content

Commit

Permalink
Specify version in parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Dec 19, 2024
1 parent fd0b1fe commit 5cc6812
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 0 additions & 4 deletions gtfs-realtime-protobuf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,11 @@
<artifactId>gtfs-realtime-protobuf</artifactId>
<name>OpenTripPlanner - GTFS Realtime (protobuf)</name>

<properties>
<protobuf.version>4.28.3</protobuf.version>
</properties>

<dependencies>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
</dependencies>
<build>
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
<netex-java-model.version>2.0.15</netex-java-model.version>
<siri-java-model.version>1.27</siri-java-model.version>
<jaxb-runtime.version>4.0.5</jaxb-runtime.version>
<protobuf.version>4.28.3</protobuf.version>
<!-- Other properties -->
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<GITHUB_REPOSITORY>opentripplanner/OpenTripPlanner</GITHUB_REPOSITORY>
Expand Down Expand Up @@ -485,7 +486,11 @@
<artifactId>java-snapshot-testing-junit5</artifactId>
<version>2.3.0</version>
</dependency>

<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${protobuf.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 5cc6812

Please sign in to comment.