Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.2.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Oct 13, 2016
1 parent 5858e5b commit eaa6851
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 @@ -13,7 +13,7 @@
</parent>

<artifactId>graylog-plugin-beats</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -24,7 +24,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>2.2.0-alpha.1</tag>
</scm>

<distributionManagement>
Expand Down Expand Up @@ -125,7 +125,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 eaa6851

Please sign in to comment.