Skip to content

Commit

Permalink
Add description, license, scm to pom.xml. (#116)
Browse files Browse the repository at this point in the history
* Add description, license, scm to pom.xml.
  • Loading branch information
bgrozev authored Jan 9, 2025
1 parent d403589 commit df10a4e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,20 @@
<kotest.version>5.7.2</kotest.version>
</properties>
<name>jitsi-xmpp-extensions</name>
<description>Smack extensions used in Jitsi projects</description>
<url>https://github.com/jitsi/jitsi-xmpp-extensions</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://github.com/jitsi/jitsi-xmpp-extensions/blob/master/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/jitsi/jitsi-xmpp-extensions</url>
<connection>scm:git:https://github.com/jitsi/jitsi-xmpp-extensions.git</connection>
<developerConnection>scm:git:https://github.com/jitsi/jitsi-xmpp-extensions.git</developerConnection>
</scm>
<dependencies>
<dependency>
<groupId>org.igniterealtime.smack</groupId>
Expand Down

0 comments on commit df10a4e

Please sign in to comment.