Skip to content

Commit

Permalink
[no ci] new maven group-id and server #2401 also see prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrthomas committed Oct 1, 2023
1 parent 066dc1b commit 3f1ec14
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,13 @@
</plugins>
</build>
</profile>
</profiles>
</profiles>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>

</project>

0 comments on commit 3f1ec14

Please sign in to comment.