-
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.8.0 See merge request rml/proc/rmlmapper-java!95
- Loading branch information
Showing
319 changed files
with
60,430 additions
and
20,652 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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
Documentation for the release process of the RMLMapper. | ||
|
||
- [ ] Make a new release branch (named `release/X.Y.Z`) | ||
- [ ] Make sure you do not have any `dependency-reduced-pom.xml` file locally, it will be regenerated during the build process | ||
- [ ] Update [the changelog](https://github.com/RMLio/rmlmapper-java/blob/master/CHANGELOG.md) since last release | ||
- [ ] Bump version number | ||
- Check and adjust `bump.sh`, depending on whether the update is major, minor, or patch | ||
- TODO: update the UML_diagrams (see README.md below)? We need to clarify which options are needed | ||
- [ ] Run `mvn clean install` | ||
- This also updates the docs at `/docs/apidocs`. | ||
If for some reason you need to update the docs yourself, | ||
you can do so via `mvn javadoc:javadoc`. | ||
- [ ] If it looks like everything is good at this point, merge the release branch into `master` | ||
- [ ] Make a new release on [the GitHub release page](https://github.com/RMLio/rmlmapper-java/releases) with the most important parts of the changelog |
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 | ||
#Mon Mar 09 10:53:10 CET 2020 | ||
buildNumber0=151 | ||
#Mon May 25 08:33:31 CEST 2020 | ||
buildNumber0=246 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.