This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push:
new e08891e2 fix style
e08891e2 is described below
commit e08891e28ba0398d6d145d5a8b4e3fcc1e0476ef
Author: 谭九鼎 <[email protected]>
AuthorDate: Tue Oct 3 15:11:18 2023 +0800
fix style
---
.../introduction/introduction-to-dependency-mechanism.apt | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git
a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
index 86cd6647..8ff94650 100644
--- a/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
+++ b/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt
@@ -822,12 +822,12 @@ Introduction to the Dependency Mechanism
artifact may not have a version specified. (This should be considered a
best practice in any case as it
keeps the versions of artifacts from changing from one build to the next).
-Starting from Maven 4.0, a new specific BOM packaging has been introduced.
-It allows defining a BOMs which are not used as parent in a project leveraging
-the newer 4.1.0 model, while still providing full compatibility with Maven 3.X
-clients and projects. This BOM packaging is translated into a more usual POM
-packaging at installation / deployment time, leveraging the build/consumer POM
-feature from Maven 4. This thus provides full compatibility with Maven 3.x.
+ Starting from Maven 4.0, a new specific BOM packaging has been introduced.
+ It allows defining a BOMs which are not used as parent in a project leveraging
+ the newer 4.1.0 model, while still providing full compatibility with Maven 3.X
+ clients and projects. This BOM packaging is translated into a more usual POM
+ packaging at installation / deployment time, leveraging the build/consumer
POM
+ feature from Maven 4. This thus provides full compatibility with Maven 3.x.
+----+