diff --git a/crypto-key-common/pom.xml b/crypto-key-common/pom.xml index 0cc3f80..472750f 100644 --- a/crypto-key-common/pom.xml +++ b/crypto-key-common/pom.xml @@ -5,7 +5,7 @@ crypto-keys com.syntifi.crypto - 0.2.0-SNAPSHOT + 0.2.0 4.0.0 diff --git a/crypto-key-ed25519/pom.xml b/crypto-key-ed25519/pom.xml index 1509cad..700d6f6 100644 --- a/crypto-key-ed25519/pom.xml +++ b/crypto-key-ed25519/pom.xml @@ -5,7 +5,7 @@ crypto-keys com.syntifi.crypto - 0.2.0-SNAPSHOT + 0.2.0 4.0.0 @@ -18,12 +18,12 @@ com.syntifi.crypto crypto-key-common - 0.2.0-SNAPSHOT + 0.2.0 com.syntifi.crypto crypto-key-common - 0.2.0-SNAPSHOT + 0.2.0 test-jar test diff --git a/crypto-key-secp256k1/pom.xml b/crypto-key-secp256k1/pom.xml index e7f76a7..de67621 100644 --- a/crypto-key-secp256k1/pom.xml +++ b/crypto-key-secp256k1/pom.xml @@ -5,7 +5,7 @@ crypto-keys com.syntifi.crypto - 0.2.0-SNAPSHOT + 0.2.0 4.0.0 @@ -19,7 +19,7 @@ com.syntifi.crypto crypto-key-common - 0.2.0-SNAPSHOT + 0.2.0 org.web3j @@ -36,7 +36,7 @@ com.syntifi.crypto crypto-key-common - 0.2.0-SNAPSHOT + 0.2.0 test-jar test diff --git a/pom.xml b/pom.xml index c433a85..5b0a604 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ com.syntifi.crypto crypto-keys pom - 0.2.0-SNAPSHOT + 0.2.0 crypto-key-ed25519 crypto-key-secp256k1