Rename project module
This commit is contained in:
parent
a79f802038
commit
991436fa16
2
pom.xml
2
pom.xml
|
@ -1608,7 +1608,7 @@
|
|||
<module>persistence-modules/spring-data-elasticsearch</module>
|
||||
<module>core-java-concurrency</module>
|
||||
<module>core-java-concurrency-collections</module>
|
||||
<module>restx-demo</module>
|
||||
<module>restx</module>
|
||||
</modules>
|
||||
|
||||
</profile>
|
||||
|
|
|
@ -4,8 +4,7 @@
|
|||
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>restx-demo</groupId>
|
||||
<artifactId>restx-demo</artifactId>
|
||||
<artifactId>restx</artifactId>
|
||||
<version>0.1-SNAPSHOT</version>
|
||||
<packaging>war</packaging>
|
||||
<name>restx-demo</name>
|
Loading…
Reference in New Issue