Skip to content

Commit

Permalink
chore: More changes to release to maven central. (#114)
Browse files Browse the repository at this point in the history
* chore: Remove jitsi-maven-repository, not needed anymore.

* chore: Add sonatype repos for release.

* lint: Fix linting.
  • Loading branch information
bgrozev authored Jan 8, 2025
1 parent cbe4fa9 commit 76a1a26
Showing 1 changed file with 9 additions and 25 deletions.
34 changes: 9 additions & 25 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
</plugins>
</build>
<profiles>
<profile>
<profile>
<id>release</id>
<activation>
<property>
Expand Down Expand Up @@ -351,30 +351,14 @@
</build>
</profile>
</profiles>
<repositories>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>jitsi-maven-repository-releases</id>
<layout>default</layout>
<name>Jitsi Maven Repository (Releases)</name>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>false</enabled>
</snapshots>
<url>https://github.com/jitsi/jitsi-maven-repository/raw/master/releases/</url>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<repository>
<id>jitsi-maven-repository-snapshots</id>
<layout>default</layout>
<name>Jitsi Maven Repository (Snapshots)</name>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
<url>https://github.com/jitsi/jitsi-maven-repository/raw/master/snapshots/</url>
</repository>
</repositories>
</distributionManagement>
</project>

0 comments on commit 76a1a26

Please sign in to comment.