Skip to content

Commit 4b3dc12

Browse files
committed
Setting version 5.7.11
1 parent 2a8f638 commit 4b3dc12

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
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://roda.keep.pt/</url>
88
<groupId>org.roda-project</groupId>
99
<artifactId>roda</artifactId>
10-
<version>5.8.0-SNAPSHOT</version>
10+
<version>5.7.11</version>
1111
<packaging>pom</packaging>
1212
<description>RODA is a full-featured open-source digital preservation repository providing all the
1313
functionality
@@ -640,34 +640,34 @@
640640
<groupId>org.roda-project</groupId>
641641
<artifactId>roda-common-data</artifactId>
642642
<classifier>sources</classifier>
643-
<version>5.8.0-SNAPSHOT</version>
643+
<version>5.7.11</version>
644644
</dependency>
645645
<dependency>
646646
<groupId>org.roda-project</groupId>
647647
<artifactId>roda-common-data</artifactId>
648-
<version>5.8.0-SNAPSHOT</version>
648+
<version>5.7.11</version>
649649
</dependency>
650650
<dependency>
651651
<groupId>org.roda-project</groupId>
652652
<artifactId>roda-common-utils</artifactId>
653-
<version>5.8.0-SNAPSHOT</version>
653+
<version>5.7.11</version>
654654
</dependency>
655655
<dependency>
656656
<groupId>org.roda-project</groupId>
657657
<artifactId>roda-core</artifactId>
658-
<version>5.8.0-SNAPSHOT</version>
658+
<version>5.7.11</version>
659659
</dependency>
660660
<dependency>
661661
<groupId>org.roda-project</groupId>
662662
<artifactId>roda-core-tests</artifactId>
663-
<version>5.8.0-SNAPSHOT</version>
663+
<version>5.7.11</version>
664664
</dependency>
665665
<dependency>
666666
<groupId>org.roda-project</groupId>
667667
<artifactId>roda-core-tests</artifactId>
668668
<type>test-jar</type>
669669
<scope>test</scope>
670-
<version>5.8.0-SNAPSHOT</version>
670+
<version>5.7.11</version>
671671
</dependency>
672672
<!-- RODA own modules dependencies - end -->
673673
<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-project</groupId>
99
<artifactId>roda</artifactId>
10-
<version>5.8.0-SNAPSHOT</version>
10+
<version>5.7.11</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-project</groupId>
1010
<artifactId>roda-common</artifactId>
11-
<version>5.8.0-SNAPSHOT</version>
11+
<version>5.7.11</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

roda-common/roda-common-utils/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-project</groupId>
1010
<artifactId>roda-common</artifactId>
11-
<version>5.8.0-SNAPSHOT</version>
11+
<version>5.7.11</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414
<build>

roda-core/roda-core-tests/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-project</groupId>
1010
<artifactId>roda</artifactId>
11-
<version>5.8.0-SNAPSHOT</version>
11+
<version>5.7.11</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414
<profiles>

roda-core/roda-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.roda-project</groupId>
88
<artifactId>roda</artifactId>
9-
<version>5.8.0-SNAPSHOT</version>
9+
<version>5.7.11</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<properties>

roda-core/roda-core/src/main/java/org/roda/core/common/notifications/HTTPNotificationProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* The contents of this file are subject to the license and copyright
33
* detailed in the LICENSE file at the root of the source
44
* tree and available online at
5-
* <p>
5+
*
66
* https://github.com/keeps/roda
77
*/
88
package org.roda.core.common.notifications;

roda-ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.roda-project</groupId>
88
<artifactId>roda</artifactId>
9-
<version>5.8.0-SNAPSHOT</version>
9+
<version>5.7.11</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<packaging>pom</packaging>

roda-ui/roda-wui/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-project</groupId>
99
<artifactId>roda-ui</artifactId>
10-
<version>5.8.0-SNAPSHOT</version>
10+
<version>5.7.11</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<properties>

0 commit comments

Comments
 (0)