Skip to content

Commit 8130d2c

Browse files
author
rstewart
committed
WHAT: Update metadata (name, description, URL) in pom.xml
1 parent d99c672 commit 8130d2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<version>0.0.3-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

10-
<name>roger</name>
11-
<url>https://github.com/shopwiki/roger</url>
10+
<name>Roger</name>
11+
<url>https://github.com/rstewart/roger</url>
1212

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -56,4 +56,5 @@
5656
<testOutputDirectory>${basedir}/target/test-classes</testOutputDirectory>
5757
</build>
5858

59+
<description>Java messaging framework using RabbitMQ &amp; Jackson.</description>
5960
</project>

0 commit comments

Comments
 (0)