Just to bump this one up one more time
Has something come up that blocks the deployment of these artifacts? If so, please let me know so I can try solve this artifact issue some other way.
Regards,
Hans
Just to bump this one up one more time
Has something come up that blocks the deployment of these artifacts? If so, please let me know so I can try solve this artifact issue some other way.
Regards,
Hans
Hans Westerbeek
Software Engineer
Thanks for the bump
I hope to have the artifacts published very soon - and will post back here.
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
If there's a delay of posting these due to some technical reason and perhaps fear of publishing wrong jars/poms to central (because you can never change them there once published) is it perhaps possible to post them on some other spring specific repository? I specifically would like to see all the correct poms and jars that work together. Creating ones myself would be too painful of the process and will not match to what hopefully will be availalbe one day.
Thanks.
V.
The artifacts were published earlier today and will therefore be available at some point within a few hours on repo1.maven.org.
The JARs are always available in the SpringSource Enterprise Bundle Repository: http://www.springsource.com/repository
Mark Fisher
Spring Integration Lead
SpringSource, a division of VMware
http://www.springsource.com
http://www.springsource.org/spring-integration
http://blog.springsource.com/main/author/markf
thanks a bunch, that cleans up my poms considerably![]()
Hans Westerbeek
Software Engineer
Right on! Thanks for that!
Josh Long
Spring Developer Advocate
SpringSource, a division of VMware
http://blog.SpringSource.org
http://www.joshlong.com
yep. thank you. I wonder why you include the word 'RELEASE' in the version number. Seems superflous and all other spring components don't do that. But that's very minor, it works great for me.
-V.
Release is there to be consistent with the versions used by Spring Integration in the SpringSource repository. This allows people who want to switch to simply modify the artifact id.
SpringSource repository
Repo 1Code:<dependency> <groupId>org.springframework.integration</groupId> <artifactId>org.springframework.integration.jms</artifactId> <version>1.0.1.RELEASE</version> </dependency>
Glad to hear the pom's are working out for everyone.Code:<dependency> <groupId>org.springframework.integration</groupId> <artifactId>spring-integration-jms</artifactId> <version>1.0.1.RELEASE</version> <dependency/>
Jonas Partner
OpenCredo