Skip to content

Commit e0842d1

Browse files
committed
Setting version 6.1.0-SNAPSHOT
1 parent f721481 commit e0842d1

8 files changed

Lines changed: 14 additions & 14 deletions

File tree

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.0.2</version>
10+
<version>6.1.0-SNAPSHOT</version>
1111
<packaging>pom</packaging>
1212
<description>RODA is a full-featured open-source digital preservation repository providing all the
1313
functionality
@@ -622,34 +622,34 @@
622622
<groupId>org.roda-community</groupId>
623623
<artifactId>roda-common-data</artifactId>
624624
<classifier>sources</classifier>
625-
<version>6.0.2</version>
625+
<version>6.1.0-SNAPSHOT</version>
626626
</dependency>
627627
<dependency>
628628
<groupId>org.roda-community</groupId>
629629
<artifactId>roda-common-data</artifactId>
630-
<version>6.0.2</version>
630+
<version>6.1.0-SNAPSHOT</version>
631631
</dependency>
632632
<dependency>
633633
<groupId>org.roda-community</groupId>
634634
<artifactId>roda-common-utils</artifactId>
635-
<version>6.0.2</version>
635+
<version>6.1.0-SNAPSHOT</version>
636636
</dependency>
637637
<dependency>
638638
<groupId>org.roda-community</groupId>
639639
<artifactId>roda-core</artifactId>
640-
<version>6.0.2</version>
640+
<version>6.1.0-SNAPSHOT</version>
641641
</dependency>
642642
<dependency>
643643
<groupId>org.roda-community</groupId>
644644
<artifactId>roda-core-tests</artifactId>
645-
<version>6.0.2</version>
645+
<version>6.1.0-SNAPSHOT</version>
646646
</dependency>
647647
<dependency>
648648
<groupId>org.roda-community</groupId>
649649
<artifactId>roda-core-tests</artifactId>
650650
<type>test-jar</type>
651651
<scope>test</scope>
652-
<version>6.0.2</version>
652+
<version>6.1.0-SNAPSHOT</version>
653653
</dependency>
654654
<!-- RODA own modules dependencies - end -->
655655
<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.0.2</version>
10+
<version>6.1.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.0.2</version>
11+
<version>6.1.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.0.2</version>
11+
<version>6.1.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.0.2</version>
11+
<version>6.1.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.0.2</version>
10+
<version>6.1.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.0.2</version>
9+
<version>6.1.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.0.2</version>
10+
<version>6.1.0-SNAPSHOT</version>
1111
<relativePath>..</relativePath>
1212
</parent>
1313
<properties>

0 commit comments

Comments
 (0)