Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Paho Java client 1.0 artifact

hi AI,

Thank you very much. It's a very useful information saved me a lot of time. The 1.0.1-SNAPSHOT works perfectly in maven, and the API apparently compatible to 0.4 for my usage.  

regards,
mingfai


On Wed, Jul 16, 2014 at 9:05 PM, Al Stockdill-Mander <asm@xxxxxxxx> wrote:
mingfai,

In the develop branch (and 1.0.1-SNAPSHOTS artifacts) I have removed the variables for version numbers in the pom files.
https://repo.eclipse.org/content/repositories/paho-snapshots/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.0.1-SNAPSHOT/

Thanks,


On 16/07/14 13:50, Mingfai wrote:
hi,

I'm also a v0.4 maven user and got problem in upgrade and see the
"1.0.0" (not v1.0.0") in repository.

AFAIK, we cannot use a variable as version in the <parent> node in pom.xml:
<parent>
<groupId>org.eclipse.paho</groupId>
<artifactId>java-parent</artifactId>
<version>${paho.version}</version>
</parent>

for my own project, I usually manually update the version and do global
replace whenever there is a release. I wish I am wrong (so that I don't
need to do the stupid replace every time). :-)

if you guys are intended to do a "v1.0.0" or "1.0" release as a
replacement, please disregard this message. I'm going to check out the
source project to try it anyway. thx.

regards,
mingfai

reference:
https://repo.eclipse.org/content/repositories/paho-releases/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.0.0/org.eclipse.paho.client.mqttv3-1.0.0.pom



On Sat, Jun 28, 2014 at 2:28 AM, Michael Klishin
<michael.s.klishin@xxxxxxxxx <mailto:michael.s.klishin@gmail.com>> wrote:

    2014-06-27 17:47 GMT+04:00 Andy Piper <andypiperuk@xxxxxxxxx
    <mailto:andypiperuk@xxxxxxxxx>>:


        It is indeed org.eclipse.paho/org.eclipse.paho.client.mqttv3 /
        v1.0.0


    This is not the most obvious artifact name and, ahem, can be
    simplified a bit.

        I also had an issue with the tag entities in the pom files when
        trying to pull the Jar in from Maven via Gradle.


    OK, cool. It is unfortunately that it is 1.0 and not currently not
    available via Maven.
    --
    MK

    http://github.com/michaelklishin
    http://twitter.com/michaelklishin

    _______________________________________________
    paho-dev mailing list
    paho-dev@xxxxxxxxxxx <mailto:paho-dev@xxxxxxxxxxx>
    https://dev.eclipse.org/mailman/listinfo/paho-dev





_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev

_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top