Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion roda-common/roda-common-utils/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-common</artifactId>
<version>5.6.0-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>..</relativePath>
</parent>
<build>
Expand Down
2 changes: 1 addition & 1 deletion roda-core/roda-core-tests/pom.xml
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>5.6.0-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>../..</relativePath>
</parent>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion roda-core/roda-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>5.6.0-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down
Expand Up @@ -2,13 +2,7 @@
* 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
* <p>
* https://github.com/keeps/roda
* <p>
* 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
* <p>
*
* https://github.com/keeps/roda
*/
/**
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda</artifactId>
<version>5.6.0-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/roda-wui/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-ui</artifactId>
<version>5.6.0-SNAPSHOT</version>
<version>5.6.0</version>
<relativePath>..</relativePath>
</parent>
<properties>
Expand Down
@@ -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.wui.client.main;

import com.google.gwt.user.client.rpc.AsyncCallback;
Expand Down

0 comments on commit c76a5d9

Please sign in to comment.