Skip to content

Commit 31bd634

Browse files
Java 11501 (eugenp#12405)
* added parent module (akka-modules) * moved akka-http(submodule) to akka-modules(parent) * moved akka-streams(submodule) to akka-modules(parent) * moved spring-akka(submodule) to akka-modules(parent) * deleted submodules that we moved to akka-modules Co-authored-by: panagiotiskakos <[email protected]>
1 parent 2975abc commit 31bd634

File tree

26 files changed

+42
-9
lines changed

26 files changed

+42
-9
lines changed

akka-modules/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Akka
2+
3+
This module contains modules about Akka.
File renamed without changes.

akka-http/pom.xml renamed to akka-modules/akka-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<parent>
1010
<groupId>com.baeldung</groupId>
11-
<artifactId>parent-modules</artifactId>
11+
<artifactId>akka-modules</artifactId>
1212
<version>1.0.0-SNAPSHOT</version>
1313
</parent>
1414

File renamed without changes.

0 commit comments

Comments
 (0)