Skip to content
This repository has been archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
java: Update pom.xml
Browse files Browse the repository at this point in the history
Signed-off-by: M3DZIK <[email protected]>
  • Loading branch information
M3DZIK committed Sep 28, 2023
1 parent 0299b12 commit ebbcce1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,32 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<name>Cryptography utilities</name>
<groupId>dev.medzik</groupId>
<artifactId>libcrypto</artifactId>
<version>1.0.0</version>
<description>Cryptographic utilities</description>
<url>https://github.com/M3DZIK/libcrypto</url>

<developers>
<developer>
<name>M3DZIK</name>
<email>[email protected]</email>
</developer>
</developers>

<scm>
<url>https://github.com/M3DZIK/libcrypto-java</url>
</scm>

<licenses>
<license>
<name>MIT</name>
<url>https://github.com/M3DZIK/libcrypto/blob/main/LICENSE</url>
<distribution>repo</distribution>
</license>
</licenses>

<properties>
<maven.compiler.source>9</maven.compiler.source>
<maven.compiler.target>9</maven.compiler.target>
Expand Down

0 comments on commit ebbcce1

Please sign in to comment.