eclipse-aspectj / aspectj

Other
303 stars 86 forks source link

Looks like the artifact name got changed in the most recent release #202

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

👋 it looks like the artifact name got changed from aspect-#{version}.jar into installer-#{version}.jar. Wouldn't aspect-#{version}.jar be better? Thanks!

kriegaex commented 1 year ago

aspect-#{version}.jar

You probably mean aspectj-#{version}.jar with a "j" in the middle. Actually, not the (Maven) artifact name has changed, it was always installer. What has changed is that I forgot to manually rename it during the upload to the GitHub release. Good catch, though. 👏🙂

I have just renamed the file, it should be OK now.

chenrui333 commented 1 year ago

aspect-#{version}.jar

You probably mean aspectj-#{version}.jar with a "j" in the middle. Actually, not the (Maven) artifact name has changed, it was always installer. What has changed is that I forgot to manually rename it during the upload to the GitHub release. Good catch, though. 👏🙂

I have just renamed the file, it should be OK now.

yeah, aspectj not aspect. Thanks for the rename!!