We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d99c672 commit 8130d2cCopy full SHA for 8130d2c
pom.xml
@@ -7,8 +7,8 @@
7
<version>0.0.3-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
10
- <name>roger</name>
11
- <url>https://github.com/shopwiki/roger</url>
+ <name>Roger</name>
+ <url>https://github.com/rstewart/roger</url>
12
13
<properties>
14
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -56,4 +56,5 @@
56
<testOutputDirectory>${basedir}/target/test-classes</testOutputDirectory>
57
</build>
58
59
+ <description>Java messaging framework using RabbitMQ & Jackson.</description>
60
</project>
0 commit comments