Skip to content
Snippets Groups Projects
Commit 784ea394 authored by Your Name's avatar Your Name
Browse files

some fixes in pom version

parent c4484067
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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>
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment