ASSERT-KTH/sorald

Unpin version of `sorald-parent` and `sorald-api`

Closed this issue · 0 comments

We pinned these modules' versions in #911 because we needed to make the integration tests pass (somehow they were not able to resolve SNAPSHOT versions). We should revert to the old way where we have SNAPSHOT version because it makes development easier. For example, I needed to update spoon in #934, but now I have to release sorald-parent (#936) so that sorald can get the version of sorald-parent that contains the newer version of spoon. mvn install might work, but if it is possible to version these modules as SNAPSHOT only, I would like to do that.