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 79876cd commit 0898640
Show file tree
Hide file tree
Showing 15 changed files with 99 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</groupId>
<artifactId>commons-ip-cits-siard</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.commonsipcitssiard.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.commonsipcitssiard.cli;

import org.keeps.commonsipcitssiard.cli.model.SiardGroup;
Expand Down
7 changes: 7 additions & 0 deletions src/main/java/org/keeps/commonsipcitssiard/cli/Create.java
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.commonsipcitssiard.cli;

import org.keeps.commonsipcitssiard.builder.SIARDBuilder;
Expand Down
7 changes: 7 additions & 0 deletions src/main/java/org/keeps/commonsipcitssiard/cli/Validate.java
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.commonsipcitssiard.cli;

import static org.roda_project.commons_ip2.cli.model.enums.ReportTypeEnums.ReportType.COMMONS_IP;
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.commonsipcitssiard.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.commonsipcitssiard.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.commonsipcitssiard.cli.exception.mappers;

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.commonsipcitssiard.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.commonsipcitssiard.cli.model;

import org.roda_project.commons_ip2.cli.model.args.Representation;
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.commonsipcitssiard.cli.model;

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.commonsipcitssiard.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.commonsipcitssiard.cli.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.commonsipcitssiard.cli.validator.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.commonsipcitssiard.cli.validator.siardComponentValidator;

import java.io.IOException;
Expand Down

0 comments on commit 0898640

Please sign in to comment.