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,

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> wrote:
2014-06-27 17:47 GMT+04:00 Andy Piper <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.

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



Back to the top