Rename groupId and bump version

This commit is contained in:
Roman Zhuravlev 2025-11-02 04:57:08 +05:00
parent 50c6d76350
commit 00e66433ed

View file

@ -1,10 +1,10 @@
<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> <modelVersion>4.0.0</modelVersion>
<groupId>org.zhdev</groupId> <groupId>org.zhdev.griefus</groupId>
<artifactId>griefus</artifactId> <artifactId>griefus</artifactId>
<version>23.0</version> <version>23.0-SNAPSHOT</version>
<properties> <properties>
<project.branch></project.branch> <project.branch>master</project.branch>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<skipTests>true</skipTests> <skipTests>true</skipTests>
<maven.compiler.source>11</maven.compiler.source> <maven.compiler.source>11</maven.compiler.source>