nyholku / purejavacomm

Pure Java implementation of JavaComm SerialPort
http://www.sparetimelabs.com/purejavacomm/index.html
BSD 3-Clause "New" or "Revised" License
367 stars 146 forks source link

New release incorporating fixes since 1.0.0 #90

Closed rhwood closed 8 years ago

rhwood commented 8 years ago

Can you please release a version incorporating the fixes since 1.0.0 was released?

I would prefer to use an official release, but depend on #80/#84 being fixed.

nyholku commented 8 years ago

Done

rhwood commented 8 years ago

@nyholku Thank you. BTW, is there a reason you removed 1.0.0 from maven? I'd have thought that both 1.0.0 and 1.0.1 should remain available so that projects pulling 1.0.0 from maven could continue to do until they were ready or able to update to 1.0.1.

nyholku commented 8 years ago

On 1 Oct 2016, at 12:37, Randall Wood notifications@github.com wrote:

@nyholku Thank you. BTW, is there a reason you removed 1.0.0 from maven? I'd have thought that both 1.0.0 and 1.0.1 should remain available so that projects pulling 1.0.0 from maven could continue to do until they were ready or able to update to 1.0.1.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

Yeah, that was a mistake, I accidentally overwrote 1.0.0 with 1.0.1 so I removed it to lessen the confusion. I need to check if I have the binaries backed up cause it is a pain to recreate them.

br Kusti

rhwood commented 8 years ago

I think the 1.0.0 binaries are in commit 0889a861a417b73836f5a581a8eb922b1bdf394d

nyholku commented 8 years ago

Sadly, like I anticipated, the commit does not contain all the maven files. So I had to download the whole project at that point time, recompile and re-deploy with maven. Now it appear that the 1.0.0 files are back but I don't have any way of testing them as I'm not using maven.