Skip to content

Commit 0d13a23

Browse files
author
Jan-Philipp Litza
committed
Rename to graylog-plugin-output-xmpp, bump version to 0.2
This name better matches what other plugins use
1 parent b5ccddb commit 0d13a23

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pom.xml

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

src/main/java/de/plutex/graylog2/plugin/XMPPOutputMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)