diff --git a/SOURCES/modulemd.src.txt b/SOURCES/modulemd.src.txt
index e33ce4c..96e22cd 100644
--- a/SOURCES/modulemd.src.txt
+++ b/SOURCES/modulemd.src.txt
@@ -33,13 +33,13 @@ data:
         rpms:
             disruptor:
                 buildorder: 10
-                ref: stream-log4j-2-rhel-8.6.0
+                ref: stream-log4j-2-rhel-8.8.0
                 rationale: Dependency of log4j.
             jctools:
                 buildorder: 10
-                ref: stream-log4j-2-rhel-8.6.0
+                ref: stream-log4j-2-rhel-8.8.0
                 rationale: Dependency of log4j.
             log4j:
                 buildorder: 20
-                ref: stream-log4j-2-rhel-8.6.0
+                ref: stream-log4j-2-rhel-8.8.0
                 rationale: Module API.
diff --git a/log4j.yaml b/log4j.yaml
deleted file mode 100644
index 9627ede..0000000
--- a/log4j.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
----
-document: modulemd
-version: 2
-data:
-  name: log4j
-  stream: "2"
-  summary: Java logging library
-  description: >-
-    Log4j is a popular Java logging library that allows the programmer to output log
-    statements to a variety of output targets.
-  license:
-    module:
-    - MIT
-  dependencies:
-  - buildrequires:
-      javapackages-tools: [201902]
-      platform: [el8.6.0]
-    requires:
-      platform: [el8]
-  profiles:
-    common:
-      rpms:
-      - log4j
-  api:
-    rpms:
-    - log4j
-    - log4j-jcl
-    - log4j-slf4j
-  filter:
-    rpms:
-    - disruptor-javadoc
-    - jctools-javadoc
-  components:
-    rpms:
-      disruptor:
-        rationale: Dependency of log4j.
-        ref: 12e5d262fc3450cb1d485469469991652a79c357
-        buildorder: 10
-      jctools:
-        rationale: Dependency of log4j.
-        ref: 1eb0852bacd3e2b206f038cf8089dc089b554104
-        buildorder: 10
-      log4j:
-        rationale: Module API.
-        ref: 6f84fe7870c18f9e8e47682e697db54a30386184
-        buildorder: 20
-...
-