scala-xmpp icon indicating copy to clipboard operation
scala-xmpp copied to clipboard

Update for 2.10, prepare for push to Sonatype RSS repo

Open briantopping opened this issue 10 years ago • 4 comments

Greetings, I updated your seemingly very capable project to Scala 2.10. In addition, I added support for publishing on Sonatype OSS. The ticket for that is at https://issues.sonatype.org/browse/OSSRH-9239. If you can create an account on that site, I can add you to the repository owners (and remove myself if it bothers you to have someone else with publishing access).

Note that the project requires https://github.com/topping/naggati2. I've posted a pull request for it at https://github.com/twitter/naggati2/pull/10.

Also note that Sonatype is allergic to having <repository> elements in POMs that are published there. We'll have to put a few more changes in here to get things up to snuff before we can release.

Thanks for your consideration of this pull request! Please do not hesitate to request any changes that you would like to see.

Brian

briantopping avatar Mar 27 '14 01:03 briantopping

Awesome and apologies for not getting back to you earlier. Will work on it as soon as I things free up a little on my day job, hopefully very soon.

On Mar 26, 2014, at 6:55 PM, Brian Topping [email protected] wrote:

Greetings, I updated your seemingly very capable project to Scala 2.10. In addition, I added support for publishing on Sonatype OSS. The ticket for that is at https://issues.sonatype.org/browse/OSSRH-9239. If you can create an account on that site, I can add you to the repository owners (and remove myself if it bothers you to have someone else with publishing access).

Note that the project requires https://github.com/topping/naggati2. I've posted a pull request for it at twitter/naggati2#10.

Also note that Sonatype is allergic to having elements in POMs that are published there. We'll have to put a few more changes in here to get things up to snuff before we can release.

Thanks for your consideration of this pull request! Please do not hesitate to request any changes that you would like to see.

Brian

You can merge this Pull Request by running

git pull https://github.com/topping/scala-xmpp master Or view, comment on, or merge it at:

https://github.com/tomerd/scala-xmpp/pull/1

Commit Summary

Update to Scala 2.10 Set up for Sonatype OSS repository for replication to Maven Central. See https://issues.sonatype.org/browse/OSSRH-9239. File Changes

M pom.xml (40) D scala-xmpp_2.9.2.iml (30) M src/main/scala/com/mishlabs/xmpp/client/XmppClient.scala (2) M src/main/scala/com/mishlabs/xmpp/protocol/extensions/forms/ResultHeader.scala (4) M src/main/scala/com/mishlabs/xmpp/protocol/extensions/forms/ResultItem.scala (4) M src/main/scala/com/mishlabs/xmpp/server/XmppServer.scala (2) M src/main/scala/com/mishlabs/xmpp/util/ScheduledJob.scala (70) M src/main/scala/xml/XMLEventReaderEx.scala (2) M src/main/scala/xml/parsing/MarkupParserEx.scala (115) Patch Links:

https://github.com/tomerd/scala-xmpp/pull/1.patch https://github.com/tomerd/scala-xmpp/pull/1.diff — Reply to this email directly or view it on GitHub.

tomerd avatar Mar 27 '14 02:03 tomerd

Absolutely no worries! I'm really grateful to have found your project and am happy to do what I can.

briantopping avatar Mar 27 '14 17:03 briantopping

hey brian, i am not able to resolve nagaati 4.1.2-SNAPSHOT for scala 2.10.2. where did you find this artifact?

tomerd avatar Apr 14 '14 02:04 tomerd

Oh I built that one. https://github.com/topping/naggati2.git.

briantopping avatar Apr 14 '14 20:04 briantopping