AlloyTools / org.alloytools.alloy

Alloy is a language for describing structures and a tool for exploring them. It has been used in a wide range of applications from finding holes in security mechanisms to designing telephone switching networks. This repository contains the code for the tool.
Other
711 stars 123 forks source link

Publish releases in Maven Central #196

Closed serras closed 1 year ago

serras commented 1 year ago

Right now snapshots are published in the corresponding repository, but the actual releases aren't. It would be great if those were available in Maven Central, so a project can depend on those.

serras commented 1 year ago

We currently depend on SNAPSHOT in one of our projects which uses Alloy as a library.

pkriens commented 1 year ago

Duplicate of #126