Skip to content

Commit

Permalink
✨ pom.xml: adds developer, scm, packaging information and the project…
Browse files Browse the repository at this point in the history
… name.
  • Loading branch information
matthewhartstonge committed Nov 8, 2021
1 parent d685cd9 commit 67f5a55
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,28 @@

<groupId>nz.mykro</groupId>
<artifactId>fusionauth-argon2id-password-encryptor</artifactId>
<name>FusionAuth Argon2id Password Encryptor</name>
<version>0.1.0</version>
<packaging>jar</packaging>

<developers>
<developer>
<name>Matthew Hartstonge</name>
<email>matt@mykro.co.nz</email>
</developer>
</developers>

<scm>
<connection>scm:git:ssh://github.com:matthewhartstonge/fusionauth-argon2id-password-encryptor</connection>
<url>https://github.com/matthewhartstonge/fusionauth-argon2id-password-encryptor</url>
</scm>

<properties>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<java.version>11</java.version>
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
</properties>


<dependencies>
<dependency>
<groupId>com.google.inject</groupId>
Expand Down

0 comments on commit 67f5a55

Please sign in to comment.