Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 20, 2024
1 parent 22affd1 commit ec91303
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 @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.xlate</groupId>
<artifactId>property-inject</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>

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

<licenses>
Expand Down

0 comments on commit ec91303

Please sign in to comment.