Skip to content

Commit

Permalink
Added distribution management
Browse files Browse the repository at this point in the history
Added sourceEncoding UTF-8
  • Loading branch information
larsgsvensson committed Apr 27, 2018
1 parent 8c12d49 commit 827d8af
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,22 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<uniqueVersion>false</uniqueVersion>
<id>IT.1-release-repository</id>
<url>http://nexus.dnb.de/content/repositories/it1-releases/</url>
</repository>
<snapshotRepository>
<uniqueVersion>true</uniqueVersion>
<id>IT.1-snapshot-repository</id>
<url>http://nexus.dnb.de/content/repositories/it1-snapshots/</url>
</snapshotRepository>
</distributionManagement>

<properties>
<rdf4j.version>2.2.2</rdf4j.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

</project>

0 comments on commit 827d8af

Please sign in to comment.