Rename project module

This commit is contained in:
saikat 2018-11-24 18:58:48 +05:30
parent a79f802038
commit 991436fa16
19 changed files with 2 additions and 3 deletions

View File

@ -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>

View File

@ -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>