Skip to content

Commit

Permalink
add repository for package, prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Nov 6, 2023
1 parent bbd6feb commit 052c790
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.matsim-scenarios</groupId>
<artifactId>matsim-berlin</artifactId>
<version>6.x-SNAPSHOT</version>
<version>6.0</version>

<name>MATSim Open Berlin scenario</name>
<description>MATSim Open Berlin scenario</description>
Expand Down Expand Up @@ -461,4 +461,12 @@
</repository>
</repositories>

<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/matsim-scenarios/matsim-berlin</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 052c790

Please sign in to comment.