Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bernd committed Sep 10, 2015
1 parent 4cc9319 commit 24b4e7c
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<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">
<prerequisites>
<maven>3.0</maven>
</prerequisites>
<modelVersion>4.0.0</modelVersion>

<groupId>org.graylog.plugins</groupId>
<artifactId>graylog-plugin-slack</artifactId>
<version>1.1.5-SNAPSHOT</version>
<version>1.1.5</version>
<packaging>jar</packaging>

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

<properties>
Expand Down Expand Up @@ -75,8 +74,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 24b4e7c

Please sign in to comment.