Skip to content

Commit

Permalink
Add project desc and SCM (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi authored Jan 12, 2024
1 parent 78410b1 commit c18e85c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

<name>Athena: Parent POM</name>
<url>https://github.com/QubitPi/athena</url>
<description>Parent pom for Athena project</description>

<modules>
<module>athena-core</module>
Expand Down Expand Up @@ -46,6 +47,12 @@
</repository>
</distributionManagement>

<scm>
<developerConnection>scm:git:ssh://[email protected]/QubitPi/athena.git</developerConnection>
<url>https://github.com/QubitPi/athena.git</url>
<tag>HEAD</tag>
</scm>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>17</maven.compiler.source>
Expand Down

0 comments on commit c18e85c

Please sign in to comment.