Skip to content

Commit

Permalink
Setting version 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
006627 committed Jun 20, 2023
1 parent a92ebcb commit ee1abf1
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 16 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.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<packaging>pom</packaging>
<description>RODA is a full-featured open-source digital preservation repository providing all the
functionality
Expand Down Expand Up @@ -558,34 +558,34 @@
<groupId>org.roda-project</groupId>
<artifactId>roda-common-data</artifactId>
<classifier>sources</classifier>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-common-data</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-common-utils</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core-tests</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.roda-project</groupId>
<artifactId>roda-core-tests</artifactId>
<type>test-jar</type>
<scope>test</scope>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.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.1.0-SNAPSHOT</version>
<version>5.1.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.1.0-SNAPSHOT</version>
<version>5.1.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 @@ -7,7 +7,7 @@
<parent>
<groupId>org.roda-project</groupId>
<artifactId>roda-common</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.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.1.0-SNAPSHOT</version>
<version>5.1.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.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>../..</relativePath>
</parent>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/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.1.0-SNAPSHOT</version>
<version>5.1.0</version>
<relativePath>..</relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion roda-ui/roda-wui/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-ui</artifactId>
<version>5.1.0-SNAPSHOT</version>
<version>5.1.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.wui.client.common;

import org.roda.wui.client.common.utils.JavascriptUtils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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
*/
package org.roda.wui.client.common.utils;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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
*/
/**
Expand Down

0 comments on commit ee1abf1

Please sign in to comment.