brettwooldridge / NuProcess

Low-overhead, non-blocking I/O, external Process implementation for Java
Apache License 2.0
717 stars 84 forks source link

Update various Maven details. #137

Closed bturner closed 2 years ago

bturner commented 2 years ago
bturner commented 2 years ago

I've done a trial 2.0.3-rc1 with these changes, and then dropped the staging repository and tag rather than publishing.

@brettwooldridge I'm going to merge this tomorrow so I can do a 2.0.3 release. If you have time before then to glance at it, great. If not, totally understandable. If there's anything you see here you don't like whenever you do have time to take a look, just add comments and I'll circle back to it in a follow-up pull request. (I've already taken way longer to get to where I think I can release 2.0.3 than I intended, so now I'm hoping to turn it around quickly.)

bturner commented 2 years ago

I've rebased my pull request to sign all of my commits. I've also added a property to allow specifying whether to auto-release staged artifacts or not (defaulting to true, though I'll probably override it to false when I release 2.0.3 just to be safe)