Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed Oct 6, 2016
1 parent ad6d69c commit 08b4c55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-beats</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.2</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -18,7 +18,7 @@
<connection>scm:git:[email protected]:Graylog2/graylog-plugin-beats.git</connection>
<developerConnection>scm:git:[email protected]:Graylog2/graylog-plugin-beats.git</developerConnection>
<url>https://github.com/Graylog2/graylog-plugin-beats</url>
<tag>HEAD</tag>
<tag>1.1.2</tag>
</scm>

<properties>
Expand Down Expand Up @@ -112,7 +112,7 @@
</goals>
<configuration>
<transformers>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" />
</transformers>
</configuration>
</execution>
Expand Down

0 comments on commit 08b4c55

Please sign in to comment.