Skip to content

Commit

Permalink
1.9.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oblonski committed Mar 23, 2022
1 parent 7b851f4 commit f31a5af
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion jsprit-analysis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.graphhopper</groupId>
<artifactId>jsprit</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9.0-beta.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jsprit-analysis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jsprit-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.graphhopper</groupId>
<artifactId>jsprit</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9.0-beta.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jsprit-core</artifactId>
Expand Down
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>com.graphhopper</groupId>
<artifactId>jsprit</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9.0-beta.5</version>

<packaging>pom</packaging>

Expand Down Expand Up @@ -150,6 +150,17 @@

</build>

<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.2</version>
</plugin>

</plugins>
</reporting>

<dependencies>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit f31a5af

Please sign in to comment.