Skip to content

Commit 54bacf2

Browse files
committed
Setting version 5.8.0-SNAPSHOT
1 parent 77919bb commit 54bacf2

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

dev/codeserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2424
<rodaPath>..</rodaPath>
2525
<gwt.version>2.11.0</gwt.version>
26-
<roda.version>5.7.0-SNAPSHOT</roda.version>
26+
<roda.version>5.8.0-SNAPSHOT</roda.version>
2727
</properties>
2828

2929
<dependencies>

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.7.0</version>
10+
<version>5.8.0-SNAPSHOT</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.7.0</version>
643+
<version>5.8.0-SNAPSHOT</version>
644644
</dependency>
645645
<dependency>
646646
<groupId>org.roda-project</groupId>
647647
<artifactId>roda-common-data</artifactId>
648-
<version>5.7.0</version>
648+
<version>5.8.0-SNAPSHOT</version>
649649
</dependency>
650650
<dependency>
651651
<groupId>org.roda-project</groupId>
652652
<artifactId>roda-common-utils</artifactId>
653-
<version>5.7.0</version>
653+
<version>5.8.0-SNAPSHOT</version>
654654
</dependency>
655655
<dependency>
656656
<groupId>org.roda-project</groupId>
657657
<artifactId>roda-core</artifactId>
658-
<version>5.7.0</version>
658+
<version>5.8.0-SNAPSHOT</version>
659659
</dependency>
660660
<dependency>
661661
<groupId>org.roda-project</groupId>
662662
<artifactId>roda-core-tests</artifactId>
663-
<version>5.7.0</version>
663+
<version>5.8.0-SNAPSHOT</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.7.0</version>
670+
<version>5.8.0-SNAPSHOT</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.7.0</version>
10+
<version>5.8.0-SNAPSHOT</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.7.0</version>
11+
<version>5.8.0-SNAPSHOT</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.7.0</version>
11+
<version>5.8.0-SNAPSHOT</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.7.0</version>
11+
<version>5.8.0-SNAPSHOT</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.7.0</version>
9+
<version>5.8.0-SNAPSHOT</version>
1010
<relativePath>../..</relativePath>
1111
</parent>
1212
<properties>

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.7.0</version>
9+
<version>5.8.0-SNAPSHOT</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.7.0</version>
10+
<version>5.8.0-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<properties>

0 commit comments

Comments
 (0)