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 2020/10/23 22:02:37 UTC

[freemarker] 02/02: Updated Docgen dependency

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

ddekany pushed a commit to branch 2.3-gae
in repository https://gitbox.apache.org/repos/asf/freemarker.git

commit b686595f4c4a7795b5480ce3bd503b4afa07a380
Author: ddekany <dd...@apache.org>
AuthorDate: Fri Oct 23 23:55:59 2020 +0200

    Updated Docgen dependency
---
 ivy.xml         | 2 +-
 ivysettings.xml | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ivy.xml b/ivy.xml
index 3778f96..e21534f 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -164,7 +164,7 @@
 
     <!-- docs -->
     
-    <dependency org="org.apache.freemarker.docgen" name="freemarker-docgen-ant" rev="0.0.1" conf="manual->default" changing="true" />
+    <dependency org="org.apache.freemarker.docgen" name="freemarker-docgen-ant" rev="0.0.2-SNAPSHOT" conf="manual->default" changing="true" />
     
     <!-- parser -->
     
diff --git a/ivysettings.xml b/ivysettings.xml
index 0748bf1..1cfb75a 100644
--- a/ivysettings.xml
+++ b/ivysettings.xml
@@ -33,6 +33,7 @@
       </filesystem>
       <ibiblio name="mavenCentral" m2compatible="true" />
       <ibiblio name="mavenApacheStaging" m2compatible="true" root="https://repository.apache.org/content/repositories/staging/" />
-    </chain>  
+      <ibiblio name="mavenApacheSnapshot" m2compatible="true" root="https://repository.apache.org/content/repositories/snapshots/" />
+    </chain>
   </resolvers>
 </ivysettings>