Skip to content

Commit

Permalink
Updated with developer and scm info
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Carpenter committed Aug 20, 2024
1 parent 5cfc914 commit a7d42aa
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
Expand Up @@ -13,6 +13,37 @@
<name>JPALite Parent</name>
<description>Parent POM definition for JPALite</description>

<scm>
<connection>scm:git:[email protected]:eddiecarpenter/jpalite.git</connection>
<developerConnection>scm:git:[email protected]:eddiecarpenter/jpalite.git</developerConnection>
<url>https://github.com/eddiecarpenter/jpalite</url>
</scm>

<issueManagement>
<system>GitHub</system>
<url>https://github.com/eddiecarpenter/jpalite/issues/</url>
</issueManagement>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<developers>
<developer>
<id>eddiecarpenter</id>
<name>Eddie Carpenter</name>
<email>[email protected]</email>
<roles>
<role>Project Lead</role>
</roles>
<timezone>NZST (GMT+12)</timezone>
</developer>
</developers>

<properties>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven.compiler.source>21</maven.compiler.source>
Expand Down

0 comments on commit a7d42aa

Please sign in to comment.