Skip to content

Commit

Permalink
release 1.3.61.2 with mvn fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonabrown committed Sep 16, 2020
1 parent 4168f74 commit f7d34d9
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,30 @@
</properties>

<repositories>
<repository>
<id>repo.camsys-apps.com</id>
<url>https://repo.camsys-apps.com/third-party/</url>
</repository>
<repository>
<id>releases-camsys-public-repo</id>
<url>https://repo.camsys-apps.com/releases/</url>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>snapshots-camsys-public-repo</id>
<url>https://repo.camsys-apps.com/snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
<repository>
<id>public.onebusaway.org</id>
<url>http://nexus.onebusaway.org/content/groups/public/</url>
Expand Down

0 comments on commit f7d34d9

Please sign in to comment.