Skip to content

Commit

Permalink
Merge pull request #20 from starkbank/fix/maven
Browse files Browse the repository at this point in the history
Fix Maven
  • Loading branch information
leandro-stark authored Jun 15, 2022
2 parents 06978eb + 7ec7ec9 commit 1a13370
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Given a version number MAJOR.MINOR.PATCH, increment:

## [Unreleased]

### Fixed
- groupId in pom.xml

## [1.0.2] - 2021-11-09
### Fixed
- point at infinity verification in signature and public key
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
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>
<groupId>com.starkbank</groupId>
<groupId>com.starkbank.ellipticcurve</groupId>
<artifactId>ecdsa-java</artifactId>
<version>1.0.2</version>
<properties>
Expand Down

0 comments on commit 1a13370

Please sign in to comment.