nyholku / purejavacomm

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

Release version 1.0.3 to maven #135

Open tohyf opened 3 years ago

tohyf commented 3 years ago

I noticed that the maven repo has only 1.0.2 version while this repo already had 1.0.3. Any plans to release version 1.0.3 to maven?

tohyf commented 3 years ago

is this maven yours? https://mvnrepository.com/artifact/org.bidib.com.github.purejavacomm/purejavacomm/1.0.3.2

nyholku commented 3 years ago

I don't think so, I have not made a Maven release for a couple of years

On 7 Feb 2021, at 3.53, tohyf notifications@github.com wrote:

is this maven yours? https://mvnrepository.com/artifact/org.bidib.com.github.purejavacomm/purejavacomm/1.0.3.2

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

WickedShell commented 3 years ago

@nyholku any change of getting 1.0.3 pushed to maven?

Chris2011 commented 3 years ago

Yeah, would be good to update the maven version too. In your releases you said you just renamed 1.0.2 to 1.0.3 to be in sync with everything. So maven needs this too. Not to be confused. As I understand it correctly, the maven artifact 1.0.2 is also 1.0.3 right?

WickedShell commented 3 years ago

@Chris2011 almost certainly not. The release on maven still says 2017, and I had to locally install 1.0.3 to upgrade my JNA version, which was needed to fix being completely unable to use serial ports on some Windows 10 machines.

Chris2011 commented 3 years ago

Thx, good to know :)

akuhtz commented 3 years ago

is this maven yours? https://mvnrepository.com/artifact/org.bidib.com.github.purejavacomm/purejavacomm/1.0.3.2

Hello, This release comes from my forked repo based on branch bidib: https://github.com/akuhtz/purejavacomm/commits/bidib

Chris2011 commented 3 years ago

@akuhtz so you fixed some stuff, right?

akuhtz commented 3 years ago

@Chris2011 Yes. My main goal was publish to central maven repo, but I merged some fixes, too. I just updated the readme and the changelog.