Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Sep 10, 2015
1 parent ffa67ee commit 4ab2131
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-mqtt</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.1.1</version>

<name>${project.artifactId}</name>
<description>Graylog MQTT Input plugin</description>
Expand All @@ -21,7 +19,7 @@
<connection>scm:git:[email protected]:Graylog2/graylog-plugin-mqtt.git</connection>
<developerConnection>scm:git:[email protected]:Graylog2/graylog-plugin-mqtt.git</developerConnection>
<url>https://github.com/Graylog2/graylog-plugin-mqtt</url>
<tag>HEAD</tag>
<tag>1.1.1</tag>
</scm>

<properties>
Expand Down

0 comments on commit 4ab2131

Please sign in to comment.