[maven-release-plugin] prepare release v.0.0.7

This commit is contained in:
Struchkov Mark 2023-01-23 15:23:10 +03:00
parent cbfedf3aad
commit 1eb1cdc53a
Signed by: upagge
GPG Key ID: D3018BE7BA428CA6
1 changed files with 4 additions and 5 deletions

View File

@ -1,7 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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>
<parent>
<groupId>dev.struchkov.haiti</groupId>
@ -11,7 +9,7 @@
<groupId>dev.struchkov.haiti.utils</groupId>
<artifactId>haiti-utils-field-constants</artifactId>
<version>0.0.7-SNAPSHOT</version>
<version>0.0.7</version>
<name>Haiti Field Name Constants Utils</name>
<description>Generating class field names</description>
@ -74,6 +72,7 @@
<connection>scm:git:https://git.struchkov.dev/Haiti/haiti-utils-field-constants.git</connection>
<url>https://git.struchkov.dev/Haiti/haiti-utils-field-constants</url>
<developerConnection>scm:git:https://git.struchkov.dev/Haiti/haiti-utils-field-constants.git</developerConnection>
</scm>
<tag>v.0.0.7</tag>
</scm>
</project>