Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Apr 11, 2016
1 parent c5b58c7 commit 27580ca
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,15 +1,13 @@
<?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>
<prerequisites>
<maven>3.1</maven>
</prerequisites>

<groupId>io.underdog</groupId>
<artifactId>graylog-plugin-datadog</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -27,7 +25,7 @@
<connection>scm:git:[email protected]:underdogio/graylog-plugin-datadog.git</connection>
<developerConnection>scm:git:[email protected]:underdogio/graylog-plugin-datadog.git</developerConnection>
<url>https://github.com/underdogio/graylog-plugin-datadog</url>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<properties>
Expand Down Expand Up @@ -73,7 +71,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 27580ca

Please sign in to comment.