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"
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>
<artifactId>coroutines-java</artifactId>
<name>coroutines-java</name>
<artifactId>coroutines-with-quasar</artifactId>
<name>coroutines-with-quasar</name>
<parent>
<groupId>com.baeldung</groupId>

View File

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