Skip to content

Commit

Permalink
Merge pull request #70 from usdot-jpo-ode/hotfix_1.4.1
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
SaikrishnaBairamoni authored Sep 30, 2024
2 parents 2904a68 + e72a111 commit 3fe0077
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jpo-geojsonconverter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-geojsonconverter</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>jpo-geojsonconverter</name>
<description>J2735 message to GeoJSON converter for US DOT ITS JPO ODE</description>
Expand Down Expand Up @@ -126,12 +126,12 @@
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-core</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>usdot.jpo.ode</groupId>
<artifactId>jpo-ode-plugins</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</dependency>

<!-- Other Dependencies -->
Expand Down Expand Up @@ -243,4 +243,4 @@

</plugins>
</build>
</project>
</project>

0 comments on commit 3fe0077

Please sign in to comment.