Skip to content

Commit

Permalink
Add mandated pom values
Browse files Browse the repository at this point in the history
  • Loading branch information
Mindgamesnl committed Sep 1, 2023
1 parent 5a88d88 commit 4e37ed0
Showing 1 changed file with 27 additions and 6 deletions.
33 changes: 27 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,33 @@
<version>${revision}</version>
<packaging>pom</packaging>

<name>Meteor</name>
<description>Meteor is a lightweight, fast and easy to use Java RPC library.</description>
<url>https://github.com/pixelib/Meteor</url>

<developers>
<developer>
<id>duco</id>
<name>Duco</name>
<organization>duckelekuuk</organization>
<organizationUrl>https://github.com/Duckelekuuk</organizationUrl>
<email>[email protected]</email>
</developer>
<developer>
<id>mats</id>
<name>Mats</name>
<organization>Mindgamesnl</organization>
<organizationUrl>https://github.com/Duckelekuuk</organizationUrl>
<email>[email protected]</email>
</developer>
</developers>

<scm>
<connection>scm:git:git://github.com/pixelib/Meteor.git</connection>
<developerConnection>scm:git:ssh://github.com/pixelib/Meteor.git</developerConnection>
<url>https://github.com/pixelib/Meteor</url>
</scm>

<modules>
<module>meteor-common</module>
<module>meteor-core</module>
Expand All @@ -32,12 +59,6 @@
</license>
</licenses>

<scm>
<connection>scm:git:[email protected]/pixelib/Meteor.git</connection>
<developerConnection>scm:git:ssh://github.com/pixelib/Meteor.git</developerConnection>
<url>https://github.com/pixelib/Meteor/tree/main</url>
</scm>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
Expand Down

0 comments on commit 4e37ed0

Please sign in to comment.