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
MikeEdgar committed Jul 19, 2017
1 parent 8e919b3 commit 21dd873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.xlate</groupId>
<artifactId>property-inject</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

<name>Property Injection for Java</name>
<description>Inject values from java.util.Properties using the Java CDI framework</description>
Expand All @@ -32,7 +32,7 @@
<url>https://github.com/xlate/property-inject</url>
<connection>scm:git:https://github.com/xlate/property-inject.git</connection>
<developerConnection>scm:git:ssh://git@github.com/xlate/property-inject.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 21dd873

Please sign in to comment.