Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi committed Jul 4, 2023
1 parent 660b260 commit 1fdd241
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<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>
<artifactId>units</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<packaging>jar</packaging>

<name>units</name>
Expand Down Expand Up @@ -89,4 +89,8 @@
<scope>test</scope>
</dependency>
</dependencies>

<scm>
<tag>1.9</tag>
</scm>
</project>

0 comments on commit 1fdd241

Please sign in to comment.