You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@freemarker.apache.org by dd...@apache.org on 2017/04/17 20:35:24 UTC

incubator-freemarker git commit: (README update)

Repository: incubator-freemarker
Updated Branches:
  refs/heads/3 6adebc00b -> 6ce7e17d5


(README update)


Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/commit/6ce7e17d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/tree/6ce7e17d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker/diff/6ce7e17d

Branch: refs/heads/3
Commit: 6ce7e17d5937e5f596009d7e210026d8e1b1872c
Parents: 6adebc0
Author: ddekany <dd...@apache.org>
Authored: Mon Apr 17 22:33:23 2017 +0200
Committer: ddekany <dd...@apache.org>
Committed: Mon Apr 17 22:33:23 2017 +0200

----------------------------------------------------------------------
 README.md | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-freemarker/blob/6ce7e17d/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index cded707..647846b 100644
--- a/README.md
+++ b/README.md
@@ -56,13 +56,8 @@ Installing
 If you are using Maven, just add this dependency:
 
 ```xml
-  <!--
-  Attention: Be sure nothing pulls in an old dependency with groupId
-  "freemarker" (without the "org."), because then you will end up with
-  two freemarker.jar-s and unpredictable behavior on runtime!
-  -->
   <dependency>
-    <groupId>org.freemarker</groupId>
+    <groupId>org.apache</groupId>
     <artifactId>freemarker</artifactId>
     <version>{version}</version>
   </dependency>