File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
src/main/java/de/plutex/graylog2/plugin Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33 <modelVersion >4.0.0</modelVersion >
44
55 <groupId >de.plutex.graylog2</groupId >
6- <artifactId >graylog-xmpp -output-plugin </artifactId >
7- <version >0.1 </version >
6+ <artifactId >graylog-plugin -output-xmpp </artifactId >
7+ <version >0.2 </version >
88
99 <name >${project.artifactId} </name >
1010 <description >Graylog Jabber/XMPP Output plugin</description >
1111
1212 <scm >
13- <connection >scm:git:https://github.com:plutex/graylog-xmpp -output-plugin .git</connection >
14- <developerConnection >scm:git:git@github.com:plutex/graylog-xmpp -output-plugin .git</developerConnection >
15- <url >https://github.com/plutex/graylog-xmpp -output-plugin </url >
13+ <connection >scm:git:https://github.com:plutex/graylog-plugin -output-xmpp .git</connection >
14+ <developerConnection >scm:git:git@github.com:plutex/graylog-plugin -output-xmpp .git</developerConnection >
15+ <url >https://github.com/plutex/graylog-plugin -output-xmpp </url >
1616 <tag >2.4.0</tag >
1717 </scm >
1818
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public String getAuthor() {
2626
2727 @ Override
2828 public URI getURL () {
29- return URI .create ("https://github.com/plutex/graylog-xmpp -output-plugin " );
29+ return URI .create ("https://github.com/plutex/graylog-plugin -output-xmpp " );
3030 }
3131
3232 @ Override
You can’t perform that action at this time.
0 commit comments