BAEL-2398: rename coroutines-java to coroutines-with-quasar

This commit is contained in:
Waldemar 2020-04-04 11:50:20 +02:00
parent 0cb40ad266
commit 585ed13442
3 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"> 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>
<artifactId>coroutines-java</artifactId> <artifactId>coroutines-with-quasar</artifactId>
<name>coroutines-java</name> <name>coroutines-with-quasar</name>
<parent> <parent>
<groupId>com.baeldung</groupId> <groupId>com.baeldung</groupId>

View File

@ -14,7 +14,7 @@
</parent> </parent>
<modules> <modules>
<module>coroutines-java</module> <module>coroutines-with-quasar</module>
</modules> </modules>
</project> </project>