When preparing the 1.1 RC for [numbers] I pushed my tags using: git push --tags
This seems to have pushed an old tag NUMBERS_1_0_B1_RC1 made by Matt Juntunen a few days before the official beta RC1 tag. This is pointing at a different commit from the tags used for the beta release: commons-numbers-1.0-beta1-rc1 rel/commons-numbers-1.0-beta1-rc1 --- > git tag -v commons-numbers-1.0-beta1-rc1 object 3406c0980b4bc1071314bbb081dad2ef49cd68d3 type commit tag commons-numbers-1.0-beta1-rc1 tagger Matt Juntunen <mattjuntu...@apache.org> 1585912799 -0400 1.0-beta1-rc1 gpg: Signature made Fri 03 Apr 2020 12:19:59 BST gpg: using RSA key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A gpg: issuer "mattjuntu...@apache.org" gpg: Can't check signature: No public key > git tag -v NUMBERS_1_0_B1_RC1 object 38730f37233053ec411312f5cc8afe9214bb7942 type commit tag NUMBERS_1_0_B1_RC1 tagger Matt Juntunen <mattjuntu...@apache.org> 1585513554 -0400 RC1 gpg: Signature made Sun 29 Mar 2020 21:25:54 BST gpg: using RSA key 7DD53AEFEDF1C3D392B51EBE346F4FCECFB70B1A gpg: issuer "mattjuntu...@apache.org" gpg: Can't check signature: No public key --- I suggest we remove this tag from the repository given it was not used for any published release or release candidate. Alex --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org