Skip to content

Commit

Permalink
move to the maps repo off github for management
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuckton committed Oct 30, 2023
1 parent ef54a96 commit 8ebb566
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,26 +104,14 @@
</plugins>
</build>
</profile>

<profile>
<id>snapshot</id>
<repositories>
<repository>
<id>github</id>
<url>https://maven.pkg.github.com/Maps-Messaging/jms_selector_parser</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>


<distributionManagement>
<snapshotRepository>
<id>github</id>
<url>https://maven.pkg.github.com/Maps-Messaging/jms_selector_parser</url>
<id>maps_snapshots</id>
<name>maps_snapshot_repository</name>
<url>https://repository.mapsmessaging.io:8081/repository/maps_snapshots/</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
Expand Down

0 comments on commit 8ebb566

Please sign in to comment.