Fixed artifact name
This commit is contained in:
parent
3071220d19
commit
9c5adb15ff
4
pom.xml
4
pom.xml
|
|
@ -4,8 +4,8 @@
|
|||
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>
|
||||
|
||||
<groupId>org.example</groupId>
|
||||
<artifactId>TestRuntimeCompiler</artifactId>
|
||||
<groupId>ru.kirillius.compiler</groupId>
|
||||
<artifactId>RuntimeCompiler</artifactId>
|
||||
<version>1.0.0.0</version>
|
||||
|
||||
<properties>
|
||||
|
|
|
|||
Loading…
Reference in New Issue