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
Thank you! The updated tag appears to have restored the expected behavior, and I see that the CI is happier. For reference, an attempt to git fetch --tags upstream on a remote-tracking branch was "rejected," as it "would clobber existing tag." Using the --force option succeeded.
While building JFreeChart v1.5.5,
git checkout v1.5.5
succeeds, butmvn compile
produces the latest version,jfreechart-2.0.0-SNAPSHOT.jar
:It appears that tag
v1.5.5
is on themaster
branch, while earlier version tags are on thev1.5.x
branch.Building from branch
v1.5.x
produces the expected artifacts. Thank you for any guidance.The text was updated successfully, but these errors were encountered: