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
Similar to the base checkstyle repo, when running mvn install, the sevntu version installed to the local maven repo should have the SNAPHOT tag in the version number to help distinguish it from released builds that may exist in the same repo.
The text was updated successfully, but these errors were encountered:
nrmancuso
changed the title
sevntu-checks should use X.XX-SNAPSHOT version with mvn install
sevntu-checks should build X.XX-SNAPSHOT version with mvn installJun 16, 2021
It is some nuance with eclipse extension, I do not remember exact details on this, but strict version is side effect that we failed to resolve a while ago.
But is good to fix it, we can take a look at eclipsecs project, there was such update a white ago.
Similar to the base checkstyle repo, when running
mvn install
, the sevntu version installed to the local maven repo should have theSNAPHOT
tag in the version number to help distinguish it from released builds that may exist in the same repo.The text was updated successfully, but these errors were encountered: