Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.9.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
msangel committed Jul 9, 2024
1 parent 0fb9061 commit c94a290
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 @@ -3,7 +3,7 @@
<groupId>nl.big-o</groupId>
<artifactId>liqp</artifactId>
<packaging>jar</packaging>
<version>0.9.0.3-SNAPSHOT</version>
<version>0.9.0.3</version>
<name>Liqp</name>
<description>A Java implementation of the Liquid templating engine backed up by an ANTLR grammar.</description>
<url>https://github.com/bkiers/Liqp</url>
Expand All @@ -19,7 +19,7 @@
<url>https://github.com/bkiers/Liqp</url>
<connection>scm:git:git://github.com/bkiers/Liqp.git</connection>
<developerConnection>scm:git:[email protected]:bkiers/Liqp.git</developerConnection>
<tag>HEAD</tag>
<tag>0.9.0.3</tag>
</scm>

<developers>
Expand Down

0 comments on commit c94a290

Please sign in to comment.