Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmoten committed Jun 8, 2017
1 parent bbf0930 commit f4bb89e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.davidmoten</groupId>
Expand All @@ -9,7 +8,7 @@

<artifactId>aws-maven-plugin</artifactId>
<packaging>maven-plugin</packaging>
<version>0.2.5-SNAPSHOT</version>
<version>0.2.5</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down Expand Up @@ -54,7 +53,7 @@
<connection>${scm.url}</connection>
<developerConnection>${scm.url}</developerConnection>
<url>${scm.url}</url>
<tag>HEAD</tag>
<tag>0.2.5</tag>
</scm>

<dependencies>
Expand Down

0 comments on commit f4bb89e

Please sign in to comment.