diff --git a/databus-poms/dbpedia/generic/anchor-text/pom.xml b/databus-poms/dbpedia/generic/anchor-text/pom.xml
index 0b89e5a05271a8ba3c5fb2dec8bb8e41d98779ed..a8dffdfc1acccf19c66d5b3c563427910dc2eb23 100644
--- a/databus-poms/dbpedia/generic/anchor-text/pom.xml
+++ b/databus-poms/dbpedia/generic/anchor-text/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>generic</groupId>
         <artifactId>group-metadata</artifactId>
-        <version>2018.08.15</version>
+        <version>2020.02.01</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>generic</groupId>
diff --git a/databus-poms/dbpedia/generic/article-templates/pom.xml b/databus-poms/dbpedia/generic/article-templates/pom.xml
index 630bb6060fb3d893137f4b0aac0cf2fa63549b16..90fee7d1c38970f7ade3d67afb86339cdef9b393 100644
--- a/databus-poms/dbpedia/generic/article-templates/pom.xml
+++ b/databus-poms/dbpedia/generic/article-templates/pom.xml
@@ -13,7 +13,7 @@
     <packaging>jar</packaging>
 
     <properties>
-        <databus.codeReference>https://github.com/dbpedia/extraction-framework/blob/master/core/src/org/dbpedia/extraction/mappings/ArticleTemplatesExtractor.scala</databus.codeReference>
+        <databus.codeReference>https://github.com/dbpedia/extraction-framework/blob/master/core/src/main/scala/org/dbpedia/extraction/mappings/ArticleTemplatesExtractor.scala</databus.codeReference>
     </properties>
 
 </project>
diff --git a/databus-poms/dbpedia/generic/pom.xml b/databus-poms/dbpedia/generic/pom.xml
index f6dd6601f93053bd9a867db9fc1e784d1a69962b..bfb2d79e90217bb60b0911d6ab99788475e06ed5 100644
--- a/databus-poms/dbpedia/generic/pom.xml
+++ b/databus-poms/dbpedia/generic/pom.xml
@@ -15,6 +15,7 @@
     <version>2020.02.01</version>
     <modules>
         <!--module>anchor-text</module-->
+        <module>anchor-text</module>
         <module>article-templates</module>
         <module>categories</module>
         <module>citations</module>
@@ -201,7 +202,7 @@ order by asc(?derive)
                                     <goal>upload</goal>
                                 </goals>
                                 <configuration>
-                                    <fromDir>${project.build.directory}/databus/repo/${project.groupId}/${project.artifactId}</fromDir>
+                                    <fromDir>${project.build.directory}/databus/repo/dbpedia/${project.groupId}/${project.artifactId}</fromDir>
                                     <url>dav:https://downloads.dbpedia.org/repo/</url>
                                     <toDir>dbpedia/${project.groupId}/${project.artifactId}</toDir>
                                     <serverId>downloads-dbpedia-org</serverId>