File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1- # Akka RabbitMQ client [ ![ Build Status] ( https://secure.travis-ci.org/thenewmotion /akka-rabbitmq.svg )] ( http://travis-ci.org/thenewmotion /akka-rabbitmq )
1+ # Akka RabbitMQ client [ ![ Build Status] ( https://secure.travis-ci.org/NewMotion /akka-rabbitmq.svg )] ( http://travis-ci.org/NewMotion /akka-rabbitmq )
22
33This small library allows you use [ RabbitMQ client] ( http://www.rabbitmq.com/java-client.html ) via [ Akka Actors] ( http://akka.io ) .
44The main idea implemented in library is to survive losing connection with RabbitMQ server
@@ -31,7 +31,7 @@ libraryDependencies += "com.thenewmotion" %% "akka-rabbitmq" % "3.0.0"
3131
3232To add as depency prior releases add resolver to New Motion public repo
3333``` scala
34- resolvers += " New Motion Public " at " http://nexus.thenewmotion.com/content/groups/public/"
34+ resolvers += " New Motion Repository " at " http://nexus.thenewmotion.com/content/groups/public/"
3535libraryDependencies += " com.thenewmotion" %% " akka-rabbitmq" % " 2.3"
3636```
3737
@@ -49,12 +49,12 @@ For prior releases
4949``` xml
5050<repository >
5151 <id >thenewmotion</id >
52- <name >The New Motion Repository</name >
52+ <name >New Motion Repository</name >
5353 <url >http://nexus.thenewmotion.com/content/groups/public/</url >
5454</repository >
5555...
5656<dependency >
57- <groupId >com.thenewmotion.akka </groupId >
57+ <groupId >com.thenewmotion</groupId >
5858 <artifactId >akka-rabbitmq_{2.11/2.12}</artifactId >
5959 <version >2.3</version >
6060</dependency >
Original file line number Diff line number Diff line change 1- resolvers += " TNM " at " http://nexus.thenewmotion.com/content/groups/public"
1+ resolvers += " NewMotion " at " http://nexus.thenewmotion.com/content/groups/public"
22
33addSbtPlugin(" com.thenewmotion" % " sbt-build-seed" % " 2.1.0" )
44
Original file line number Diff line number Diff line change 11pomExtra in Global := {
22 <scm >
3- <connection >scm: git: git@ github.com: thenewmotion / akka- rabbitmq.git</connection >
4- <developerConnection >scm: git: git@ github.com: thenewmotion / akka- rabbitmq.git</developerConnection >
5- <url >git@ github.com: thenewmotion / akka- rabbitmq.git</url >
3+ <connection >scm: git: git@ github.com: NewMotion / akka- rabbitmq.git</connection >
4+ <developerConnection >scm: git: git@ github.com: NewMotion / akka- rabbitmq.git</developerConnection >
5+ <url >git@ github.com: NewMotion / akka- rabbitmq.git</url >
66 </scm >
77 <developers >
88 <developer >
You can’t perform that action at this time.
0 commit comments