Skip to content

Commit

Permalink
add pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed May 23, 2023
1 parent b019582 commit 5958975
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<project>
<modelVersion>4.0.0</modelVersion>

<name>llrp</name>
<description>llrp</description>
<url>https://github.com/pquiring/llrp</url>

<groupId>io.github.pquiring</groupId>
<artifactId>llrp</artifactId>
<version>1.0.0.7</version>

<scm>
<url>https://github.com/pquiring/llrp</url>
</scm>

<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>

<developers>
<developer>
<name>Peter Quiring</name>
<email>[email protected]</email>
<url>https://pquiring.github.io/</url>
</developer>
</developers>

</project>

0 comments on commit 5958975

Please sign in to comment.