Skip to content

Commit

Permalink
Release version 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Nov 29, 2024
1 parent 3408191 commit 5174e30
Show file tree
Hide file tree
Showing 53 changed files with 365 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.keeps.digitalpreservation</groupId>
<artifactId>commons-ip-cits-erms</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-beta.1</version>

<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.builder;


Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli;

import org.keeps.digitalpreservation.commonsip.citserms.builder.CITSBuilder;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli;

import org.keeps.digitalpreservation.commonsip.citserms.validator.EARKERMSValidator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.exception;

public class CLIException extends Exception {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.exception.handlers;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.exception.handlers;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.exception.mappers;

import org.keeps.digitalpreservation.commonsip.citserms.cli.model.ExitCodes;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.model;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.model.args;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.model.args;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.model.args;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.model.args;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.model.args;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.model.args;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.cli.providers;

import picocli.CommandLine;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.model;

import org.keeps.digitalpreservation.commonsip.citserms.model.beans.ErmsType;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.model;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.utils;

import java.io.BufferedInputStream;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.utils;

import org.roda_project.commons_ip2.validator.constants.Constants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.common;

import jakarta.xml.bind.JAXBContext;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components;

import org.roda_project.commons_ip2.validator.observer.ValidationObserver;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsAdditionalInformation.ermsAdditionalInformationComponentValidator;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsAdditionalInformation.ermsAdditionalInformationComponentValidator;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsAdditionalInformation.ermsAdditionalInformationComponentValidator;
import org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator.ErmsControlValidator;
import org.keeps.digitalpreservation.commonsip.citserms.validator.constants.Constants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsAdditionalInformation.ermsAdditionalInformationComponentValidator;
import org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator.ErmsControlValidator;
import org.keeps.digitalpreservation.commonsip.citserms.validator.constants.Constants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsAdditionalInformation.ermsAdditionalInformationComponentValidator;

import org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator.ErmsControlValidator;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsAdditionalInformation.ermsValidator;

/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsAdditionalInformation.ermsValidator;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator;

import java.io.IOException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator;

import java.util.List;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator;
import org.keeps.digitalpreservation.commonsip.citserms.validator.constants.Constants;
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator;
import org.keeps.digitalpreservation.commonsip.citserms.validator.constants.Constants;
/**
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE file at the root of the source
* tree and available online at
*
* https://github.com/keeps/commons-ip-cits-siard
*/
package org.keeps.digitalpreservation.commonsip.citserms.validator.components.ermsControl.ermsComponentValidator;

import org.roda_project.commons_ip2.validator.components.metsRootComponent.metsHeaderValidator.MetsHeaderValidator;
Expand Down
Loading

0 comments on commit 5174e30

Please sign in to comment.