kenglxn / QRGen

a simple QRCode generation api for java built on top ZXING
http://glxn.net/2012/03/10/qrgen-a-small-wrapper-on-top-of-zxing-for-generating-qrcodes-in-java
1.49k stars 299 forks source link

Published groupId differs from Maven groupId #103

Closed moberwasserlechner closed 6 years ago

moberwasserlechner commented 6 years ago

I wanted to build and install QRGen to my local maven repo to test a feature I'm working on and realised that the groupId in the published version on jitpack differs from the one used in Maven.

To get the dependency from Jitpack I use:

compile 'com.github.kenglxn.QRGen:javase:2.5.0'

To get the snapshot with my features from mavenLocal() I use:

compile 'net.glxn.qrgen:javase:2.6.0-SNAPSHOT'

I'm happy to create a pull request and fix this to com.github.kenglxn.QRGen but need your approval.

kenglxn commented 6 years ago

resolved in #104