Skip to content

Commit fe6fa2c

Browse files
committed
Setting version 6.0.0
1 parent 2eb669b commit fe6fa2c

File tree

345 files changed

+2355
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

345 files changed

+2355
-17
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<url>https://www.roda-community.org/</url>
88
<groupId>org.roda-community</groupId>
99
<artifactId>roda</artifactId>
10-
<version>6.0.0-SNAPSHOT</version>
10+
<version>6.0.0</version>
1111
<packaging>pom</packaging>
1212
<description>RODA is a full-featured open-source digital preservation repository providing all the
1313
functionality
@@ -645,34 +645,34 @@
645645
<groupId>org.roda-community</groupId>
646646
<artifactId>roda-common-data</artifactId>
647647
<classifier>sources</classifier>
648-
<version>6.0.0-SNAPSHOT</version>
648+
<version>6.0.0</version>
649649
</dependency>
650650
<dependency>
651651
<groupId>org.roda-community</groupId>
652652
<artifactId>roda-common-data</artifactId>
653-
<version>6.0.0-SNAPSHOT</version>
653+
<version>6.0.0</version>
654654
</dependency>
655655
<dependency>
656656
<groupId>org.roda-community</groupId>
657657
<artifactId>roda-common-utils</artifactId>
658-
<version>6.0.0-SNAPSHOT</version>
658+
<version>6.0.0</version>
659659
</dependency>
660660
<dependency>
661661
<groupId>org.roda-community</groupId>
662662
<artifactId>roda-core</artifactId>
663-
<version>6.0.0-SNAPSHOT</version>
663+
<version>6.0.0</version>
664664
</dependency>
665665
<dependency>
666666
<groupId>org.roda-community</groupId>
667667
<artifactId>roda-core-tests</artifactId>
668-
<version>6.0.0-SNAPSHOT</version>
668+
<version>6.0.0</version>
669669
</dependency>
670670
<dependency>
671671
<groupId>org.roda-community</groupId>
672672
<artifactId>roda-core-tests</artifactId>
673673
<type>test-jar</type>
674674
<scope>test</scope>
675-
<version>6.0.0-SNAPSHOT</version>
675+
<version>6.0.0</version>
676676
</dependency>
677677
<!-- RODA own modules dependencies - end -->
678678
<dependency>

roda-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.roda-community</groupId>
99
<artifactId>roda</artifactId>
10-
<version>6.0.0-SNAPSHOT</version>
10+
<version>6.0.0</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<packaging>pom</packaging>

roda-common/roda-common-data/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.roda-community</groupId>
1010
<artifactId>roda-common</artifactId>
11-
<version>6.0.0-SNAPSHOT</version>
11+
<version>6.0.0</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

roda-common/roda-common-data/src/main/java/org/roda/core/data/utils/SelectedItemsUtils.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/roda
7+
*/
18
package org.roda.core.data.utils;
29

310
import org.roda.core.data.v2.generics.select.SelectedItemsAllRequest;

roda-common/roda-common-data/src/main/java/org/roda/core/data/v2/accessKey/CreateAccessKeyRequest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/roda
7+
*/
18
package org.roda.core.data.v2.accessKey;
29

310
import java.io.Serial;

roda-common/roda-common-data/src/main/java/org/roda/core/data/v2/aip/AssessmentRequest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/roda
7+
*/
18
package org.roda.core.data.v2.aip;
29

310
import java.io.Serial;

roda-common/roda-common-data/src/main/java/org/roda/core/data/v2/aip/MoveRequest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/roda
7+
*/
18
package org.roda.core.data.v2.aip;
29

310
import java.io.Serial;

roda-common/roda-common-data/src/main/java/org/roda/core/data/v2/disposal/confirmation/DisposalConfirmationCreateRequest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/roda
7+
*/
18
package org.roda.core.data.v2.disposal.confirmation;
29

310
import org.roda.core.data.v2.index.select.SelectedItems;

roda-common/roda-common-data/src/main/java/org/roda/core/data/v2/disposal/confirmation/DisposalConfirmationForm.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/roda
7+
*/
18
package org.roda.core.data.v2.disposal.confirmation;
29

310
import org.roda.core.data.v2.generics.MetadataValue;

roda-common/roda-common-data/src/main/java/org/roda/core/data/v2/file/CreateFolderRequest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/**
2+
* The contents of this file are subject to the license and copyright
3+
* detailed in the LICENSE file at the root of the source
4+
* tree and available online at
5+
*
6+
* https://github.com/keeps/roda
7+
*/
18
package org.roda.core.data.v2.file;
29

310
import java.io.Serial;

0 commit comments

Comments
 (0)