Fixed artifact name

This commit is contained in:
kirillius 2025-03-21 20:40:49 +03:00
parent 3071220d19
commit 9c5adb15ff
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 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.example</groupId> <groupId>ru.kirillius.compiler</groupId>
<artifactId>TestRuntimeCompiler</artifactId> <artifactId>RuntimeCompiler</artifactId>
<version>1.0.0.0</version> <version>1.0.0.0</version>
<properties> <properties>