Skip to content

Commit e529b3f

Browse files
committed
Setting version 6.4.0-SNAPSHOT
1 parent 54cf9c6 commit e529b3f

10 files changed

Lines changed: 16 additions & 16 deletions

File tree

dev/codeserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<rodaPath>..</rodaPath>
1717
<gwt.version>2.13.1</gwt.version>
18-
<roda.version>6.3.0-SNAPSHOT</roda.version>
18+
<roda.version>6.4.0-SNAPSHOT</roda.version>
1919
</properties>
2020

2121
<dependencies>

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<url>https://www.roda-community.org/</url>
88
<groupId>org.roda-community</groupId>
99
<artifactId>roda</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212
<description>RODA is a full-featured open-source digital preservation repository providing all the
1313
functionality
@@ -639,34 +639,34 @@
639639
<groupId>org.roda-community</groupId>
640640
<artifactId>roda-common-data</artifactId>
641641
<classifier>sources</classifier>
642-
<version>6.3.0</version>
642+
<version>6.4.0-SNAPSHOT</version>
643643
</dependency>
644644
<dependency>
645645
<groupId>org.roda-community</groupId>
646646
<artifactId>roda-common-data</artifactId>
647-
<version>6.3.0</version>
647+
<version>6.4.0-SNAPSHOT</version>
648648
</dependency>
649649
<dependency>
650650
<groupId>org.roda-community</groupId>
651651
<artifactId>roda-common-utils</artifactId>
652-
<version>6.3.0</version>
652+
<version>6.4.0-SNAPSHOT</version>
653653
</dependency>
654654
<dependency>
655655
<groupId>org.roda-community</groupId>
656656
<artifactId>roda-core</artifactId>
657-
<version>6.3.0</version>
657+
<version>6.4.0-SNAPSHOT</version>
658658
</dependency>
659659
<dependency>
660660
<groupId>org.roda-community</groupId>
661661
<artifactId>roda-core-tests</artifactId>
662-
<version>6.3.0</version>
662+
<version>6.4.0-SNAPSHOT</version>
663663
</dependency>
664664
<dependency>
665665
<groupId>org.roda-community</groupId>
666666
<artifactId>roda-core-tests</artifactId>
667667
<type>test-jar</type>
668668
<scope>test</scope>
669-
<version>6.3.0</version>
669+
<version>6.4.0-SNAPSHOT</version>
670670
</dependency>
671671
<!-- RODA own modules dependencies - end -->
672672
<dependency>

roda-api-tests/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-community</groupId>
99
<artifactId>roda</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

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-community</groupId>
99
<artifactId>roda</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.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-community</groupId>
1010
<artifactId>roda-common</artifactId>
11-
<version>6.3.0</version>
11+
<version>6.4.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-community</groupId>
1010
<artifactId>roda-common</artifactId>
11-
<version>6.3.0</version>
11+
<version>6.4.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-community</groupId>
1010
<artifactId>roda</artifactId>
11-
<version>6.3.0</version>
11+
<version>6.4.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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.roda-community</groupId>
99
<artifactId>roda</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.0-SNAPSHOT</version>
1111
<relativePath>../..</relativePath>
1212
</parent>
1313
<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-community</groupId>
88
<artifactId>roda</artifactId>
9-
<version>6.3.0</version>
9+
<version>6.4.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-community</groupId>
99
<artifactId>roda-ui</artifactId>
10-
<version>6.3.0</version>
10+
<version>6.4.0-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<properties>

0 commit comments

Comments
 (0)