This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/felix-antora-site.git


The following commit(s) were added to refs/heads/main by this push:
     new b1c67acc apache-felix-maven-scr-plugin-use: fix indentation in Java 
17/21 section
b1c67acc is described below

commit b1c67accb3949fa3892eb33262775622d7e74cc2
Author: Robert Munteanu <[email protected]>
AuthorDate: Wed Nov 13 16:12:09 2024 +0100

    apache-felix-maven-scr-plugin-use: fix indentation in Java 17/21 section
---
 .../apache-felix-maven-scr-plugin-use.adoc               | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git 
a/modules/ROOT/pages/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.adoc
 
b/modules/ROOT/pages/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.adoc
index bce11ba2..0deb272b 100644
--- 
a/modules/ROOT/pages/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.adoc
+++ 
b/modules/ROOT/pages/subprojects/apache-felix-maven-scr-plugin/apache-felix-maven-scr-plugin-use.adoc
@@ -137,14 +137,14 @@ The `maven-scr-plugin` is not directly compatible with 
Java 17 and 21. However,
              </goals>
            </execution>
          </executions>
-            <dependencies>
-                <dependency>
-                    <groupId>org.ow2.asm</groupId>
-                    <artifactId>asm-analysis</artifactId>
-                    <version>9.7.1</version>
-                    <scope>compile</scope>
-                </dependency>
-            </dependencies>
+         <dependencies>
+           <dependency>
+             <groupId>org.ow2.asm</groupId>
+             <artifactId>asm-analysis</artifactId>
+             <version>9.7.1</version>
+             <scope>compile</scope>
+           </dependency>
+         </dependencies>
        </plugin>
        ...
      </plugins>

Reply via email to