Skip to content

Commit d55c604

Browse files
committed
Setting version 5.7.2
1 parent e9b33cc commit d55c604

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

pom.xml

+7-7
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.2</version>
1111
<packaging>pom</packaging>
1212
<description>RODA is a full-featured open-source digital preservation repository providing all the
1313
functionality
@@ -641,34 +641,34 @@
641641
<groupId>org.roda-project</groupId>
642642
<artifactId>roda-common-data</artifactId>
643643
<classifier>sources</classifier>
644-
<version>5.8.0-SNAPSHOT</version>
644+
<version>5.7.2</version>
645645
</dependency>
646646
<dependency>
647647
<groupId>org.roda-project</groupId>
648648
<artifactId>roda-common-data</artifactId>
649-
<version>5.8.0-SNAPSHOT</version>
649+
<version>5.7.2</version>
650650
</dependency>
651651
<dependency>
652652
<groupId>org.roda-project</groupId>
653653
<artifactId>roda-common-utils</artifactId>
654-
<version>5.8.0-SNAPSHOT</version>
654+
<version>5.7.2</version>
655655
</dependency>
656656
<dependency>
657657
<groupId>org.roda-project</groupId>
658658
<artifactId>roda-core</artifactId>
659-
<version>5.8.0-SNAPSHOT</version>
659+
<version>5.7.2</version>
660660
</dependency>
661661
<dependency>
662662
<groupId>org.roda-project</groupId>
663663
<artifactId>roda-core-tests</artifactId>
664-
<version>5.8.0-SNAPSHOT</version>
664+
<version>5.7.2</version>
665665
</dependency>
666666
<dependency>
667667
<groupId>org.roda-project</groupId>
668668
<artifactId>roda-core-tests</artifactId>
669669
<type>test-jar</type>
670670
<scope>test</scope>
671-
<version>5.8.0-SNAPSHOT</version>
671+
<version>5.7.2</version>
672672
</dependency>
673673
<!-- RODA own modules dependencies - end -->
674674
<dependency>

roda-common/pom.xml

+1-1
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.2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<packaging>pom</packaging>

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

+1-1
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.2</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

roda-common/roda-common-utils/pom.xml

+1-1
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.2</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414
<build>

roda-core/roda-core-tests/pom.xml

+1-1
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.2</version>
1212
<relativePath>../..</relativePath>
1313
</parent>
1414
<profiles>

roda-core/roda-core/pom.xml

+1-1
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.2</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<properties>

roda-ui/pom.xml

+1-1
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.2</version>
1010
<relativePath>..</relativePath>
1111
</parent>
1212
<packaging>pom</packaging>

roda-ui/roda-wui/pom.xml

+1-1
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.2</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<properties>

0 commit comments

Comments
 (0)