Skip to content

Commit 521fc2a

Browse files
authored
refactor(JPMS)!: rename of Java modules to a reverse FQN scheme (#246)
1 parent 7574bcc commit 521fc2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module mutiny.zero.flow.adapters {
1+
module io.smallrye.mutiny.zero.flow.adapters {
22
requires transitive org.reactivestreams;
33
exports mutiny.zero.flow.adapters;
44
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
module mutiny.zero.vertxpublishers {
1+
module io.smallrye.mutiny.zero.vertxpublishers {
22
exports mutiny.zero.vertxpublishers;
3-
requires mutiny.zero;
3+
requires io.smallrye.mutiny.zero;
44
requires io.vertx.core;
55
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module mutiny.zero {
1+
module io.smallrye.mutiny.zero {
22
exports mutiny.zero;
33
exports mutiny.zero.operators;
44
}

0 commit comments

Comments
 (0)