-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' into 'master'
v4.6.0 See merge request rml/proc/rmlmapper-java!85
- Loading branch information
Showing
151 changed files
with
1,640 additions
and
43,954 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
#maven.buildNumber.plugin properties file | ||
#Tue Aug 20 11:41:33 CEST 2019 | ||
buildNumber0=137 | ||
#Tue Nov 19 11:48:03 CET 2019 | ||
buildNumber0=144 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<modelVersion>4.0.0</modelVersion> | ||
<groupId>be.ugent.rml</groupId> | ||
<artifactId>rmlmapper</artifactId> | ||
<version>4.5.0</version> | ||
<version>4.5.1</version> | ||
<scm> | ||
<connection>scm:git:ssh://[email protected]:RMLio/rmlmapper-java.git</connection> | ||
<url>https://github.com/RMLio/rmlmapper-java</url> | ||
|
@@ -41,6 +41,7 @@ | |
</executions> | ||
<configuration> | ||
<reportOutputDirectory>docs</reportOutputDirectory> | ||
<locale>en</locale> | ||
</configuration> | ||
</plugin> | ||
<plugin> | ||
|
@@ -176,9 +177,9 @@ | |
</dependency> | ||
</dependencies> | ||
<properties> | ||
<maven.compiler.target>8</maven.compiler.target> | ||
<maven.compiler.source>8</maven.compiler.source> | ||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | ||
<maven.compiler.target>8</maven.compiler.target> | ||
<junit.version>4.12</junit.version> | ||
</properties> | ||
</project> |
Oops, something went wrong.