You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/06/07 07:33:08 UTC

[sling-org-apache-sling-dynamic-include] branch master updated: updated readme with correct artifactId in installation

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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-dynamic-include.git


The following commit(s) were added to refs/heads/master by this push:
     new 76dfe9f  updated readme with correct artifactId in installation
76dfe9f is described below

commit 76dfe9f45d83759d76dbca62d98b39276d9a0da4
Author: Eshan Kumar <es...@gmail.com>
AuthorDate: Fri Jun 4 10:04:40 2021 +0530

    updated readme with correct artifactId in installation
    
    Updated readme with correct artifactId in dependency in installation section as current does not match the artifactId of project and is not found on any maven repo.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 272f873..4c303a3 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ Add following dependency to your project:
 
     <dependency>
 	    <groupId>org.apache.sling</groupId>
-	    <artifactId>dynamic-include</artifactId>
+	    <artifactId>org.apache.sling.dynamic-include</artifactId>
 	    <version>3.1.2</version>
     </dependency>