Skip to content

Commit 76eb7aa

Browse files
author
Maxim Fedorov
committed
Rebranding. Docs & links
1 parent 3ec8799 commit 76eb7aa

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
This small library allows you use [RabbitMQ client](http://www.rabbitmq.com/java-client.html) via [Akka Actors](http://akka.io).
44
The 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

3232
To 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/"
3535
libraryDependencies += "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>

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
resolvers += "TNM" at "http://nexus.thenewmotion.com/content/groups/public"
1+
resolvers += "NewMotion" at "http://nexus.thenewmotion.com/content/groups/public"
22

33
addSbtPlugin("com.thenewmotion" % "sbt-build-seed" % "2.1.0")
44

sonatype.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pomExtra 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>

0 commit comments

Comments
 (0)