This is an automated email from the ASF dual-hosted git repository.
elharo 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 b04924ef Repositories contain artifacts, not dependencies (#665)
b04924ef is described below
commit b04924ef70b61c78ff061a2b861c9c0e9e1e5fc4
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Thu Feb 6 10:59:07 2025 +0000
Repositories contain artifacts, not dependencies (#665)
---
content/apt/guides/introduction/introduction-to-repositories.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/apt/guides/introduction/introduction-to-repositories.apt
b/content/apt/guides/introduction/introduction-to-repositories.apt
index 099abbdc..5252da86 100644
--- a/content/apt/guides/introduction/introduction-to-repositories.apt
+++ b/content/apt/guides/introduction/introduction-to-repositories.apt
@@ -31,7 +31,7 @@ Introduction to Repositories
* Artifact Repositories
- A repository in Maven holds build artifacts and dependencies of varying types.
+ A repository in Maven holds build artifacts of varying types.
There are exactly two types of repositories: <<local>> and <<remote>>: