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 6191b1f commit 6f7969d
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-collector</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0-alpha.1</version>
<packaging>jar</packaging>

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

<distributionManagement>
Expand Down Expand Up @@ -158,7 +158,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 6f7969d

Please sign in to comment.