You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java -cp test/build/libs/test-2.73.5-SNAPSHOT.jar:bcprov-lts8on-2.73.4.jar org.bouncycastle.test.DumpAliases | grep Provider
Provider.id className => org.bouncycastle.jce.provider.BouncyCastleProvider
Provider.id version => 2.7304
Provider.id name => BC
Provider.id info => BouncyCastle Security Provider (LTS edition) v2.73.4
Dump alias obviously won't exist in your case, but all it's doing is dumping the aliases out of the provider table. I think you might actually have a SNAPSHOT release.
It appears that the package is reporting itself as a snapshot.
The text was updated successfully, but these errors were encountered: