Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.6 KB

README.md

File metadata and controls

35 lines (23 loc) · 1.6 KB

Catalog Build Status Maven Central

Java (file system) catalog interface.

Catalog-java accesses the file system catalogus which is stored in Github and on the local hard-drive.

The Catalogus Git-branch is downloaded and unpacked using the "GitInteractionsHandler" class.

JobEntries are retrieved using the JobEntriesReader class.

Release

For releasing the Catalog-java execute the command:

./prepare_release.sh

The command asks 2 questions.

  1. Release version?
    • This is the version in the pom.xml (without -SNAPSHOT)
  2. New development version?
    • This is the version in the pom.xml. (with -SNAPSHOT)

When the command is finished push the changes to github. Don't forget to push the tags, or there is no release

If done go to Travis. Login if needed. In the project pdok-catalog-java click on branches. Check if the branches master and pdok-catalog-java-{YOUR_VERSION} is build. Click on the branch pdok-catalog-java-{YOUR_VERSION} check if the job 'JDK:oraclejdk7' is done.

Visit Sonartype to check if your version of pdok-catalog-java is present. Upon release, your component will be published to Central: this typically occurs within 10 minutes, though updates to search can take up to two hours

More information about Sonartype