Skip to content

Commit 1e13615

Browse files
committed
Setting version 6.3.0-SNAPSHOT
1 parent 039f293 commit 1e13615

9 files changed

Lines changed: 15 additions & 15 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.12.2</gwt.version>
18-
<roda.version>6.2.0-SNAPSHOT</roda.version>
18+
<roda.version>6.3.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.2.0</version>
10+
<version>6.3.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212
<description>RODA is a full-featured open-source digital preservation repository providing all the
1313
functionality
@@ -611,34 +611,34 @@
611611
<groupId>org.roda-community</groupId>
612612
<artifactId>roda-common-data</artifactId>
613613
<classifier>sources</classifier>
614-
<version>6.2.0</version>
614+
<version>6.3.0-SNAPSHOT</version>
615615
</dependency>
616616
<dependency>
617617
<groupId>org.roda-community</groupId>
618618
<artifactId>roda-common-data</artifactId>
619-
<version>6.2.0</version>
619+
<version>6.3.0-SNAPSHOT</version>
620620
</dependency>
621621
<dependency>
622622
<groupId>org.roda-community</groupId>
623623
<artifactId>roda-common-utils</artifactId>
624-
<version>6.2.0</version>
624+
<version>6.3.0-SNAPSHOT</version>
625625
</dependency>
626626
<dependency>
627627
<groupId>org.roda-community</groupId>
628628
<artifactId>roda-core</artifactId>
629-
<version>6.2.0</version>
629+
<version>6.3.0-SNAPSHOT</version>
630630
</dependency>
631631
<dependency>
632632
<groupId>org.roda-community</groupId>
633633
<artifactId>roda-core-tests</artifactId>
634-
<version>6.2.0</version>
634+
<version>6.3.0-SNAPSHOT</version>
635635
</dependency>
636636
<dependency>
637637
<groupId>org.roda-community</groupId>
638638
<artifactId>roda-core-tests</artifactId>
639639
<type>test-jar</type>
640640
<scope>test</scope>
641-
<version>6.2.0</version>
641+
<version>6.3.0-SNAPSHOT</version>
642642
</dependency>
643643
<!-- RODA own modules dependencies - end -->
644644
<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-community</groupId>
99
<artifactId>roda</artifactId>
10-
<version>6.2.0</version>
10+
<version>6.3.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.2.0</version>
11+
<version>6.3.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.2.0</version>
11+
<version>6.3.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.2.0</version>
11+
<version>6.3.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.2.0</version>
10+
<version>6.3.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.2.0</version>
9+
<version>6.3.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.2.0</version>
10+
<version>6.3.0-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<properties>

0 commit comments

Comments
 (0)