Skip to content

Commit

Permalink
Setting version 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Sep 5, 2024
1 parent da8ee3e commit d20bbbd
Show file tree
Hide file tree
Showing 42 changed files with 266 additions and 35 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<url>https://roda.keep.pt/</url>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
<packaging>pom</packaging>
<description>RODA is a full-featured open-source digital preservation repository providing all the
functionality
Expand Down Expand Up @@ -640,34 +640,34 @@
<groupId>org.roda-project</groupId>
<artifactId>roda-common-data</artifactId>
<classifier>sources</classifier>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-common-data</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-common-utils</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core-tests</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core-tests</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
</dependency>
<!-- RODA own modules dependencies - end -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion roda-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion roda-common/roda-common-data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-common</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
<relativePath>..</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion roda-common/roda-common-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-common</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
<relativePath>..</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion roda-core/roda-core-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
<relativePath>../..</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion roda-core/roda-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>5.7.0-SNAPSHOT</version>
<version>5.7.0</version>
<relativePath>../..</relativePath>
</parent>
<properties>
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/roda
*/
package org.roda.core.common.pekko.messages;

import java.io.Serial;
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/roda
*/
package org.roda.core.common.pekko.messages.events;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.events;

import org.roda.core.data.v2.user.Group;
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/roda
*/
package org.roda.core.common.pekko.messages.events;

import java.io.Serial;
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/roda
*/
package org.roda.core.common.pekko.messages.events;

import org.roda.core.data.v2.user.Group;
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/roda
*/
package org.roda.core.common.pekko.messages.events;

import org.roda.core.data.v2.user.User;
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/roda
*/
package org.roda.core.common.pekko.messages.events;

import java.io.Serial;
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/roda
*/
package org.roda.core.common.pekko.messages.events;

import org.roda.core.data.v2.user.User;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import java.io.Serial;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import java.io.Serial;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.data.v2.SerializableOptional;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.data.v2.jobs.Job;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import java.io.Serial;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import java.io.Serial;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.jobs;

import org.roda.core.common.pekko.messages.AbstractMessage;
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/roda
*/
package org.roda.core.common.pekko.messages.plugins;

import org.roda.core.plugins.Plugin;
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/roda
*/
package org.roda.core.common.pekko.messages.plugins;

import org.roda.core.data.v2.IsRODAObject;
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/roda
*/
package org.roda.core.common.pekko.messages.plugins;

import org.roda.core.plugins.Plugin;
Expand Down
Loading

0 comments on commit d20bbbd

Please sign in to comment.