Skip to content

Commit 732e73f

Browse files
committed
Fixed maven config as per str4d's comments.
1 parent 41a5943 commit 732e73f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>net.i2p</groupId>
5-
<artifactId>ed25519-java</artifactId>
4+
<groupId>net.i2p.crypto</groupId>
5+
<artifactId>eddsa</artifactId>
66
<version>0.0.1-SNAPSHOT</version>
77
<name>ed25519-java</name>
88
<description>Implementation of EdDSA in Java</description>

0 commit comments

Comments
 (0)