Skip to content

Commit 13aa1e9

Browse files
committed
prepare for 9.x development
1 parent bcffc5c commit 13aa1e9

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@
77
<description>Replication Task Suite: A DSpace add-on providing Curation Tasks that perform replication
88
(backup and restore) of DSpace content to other locations or services.</description>
99
<url>https://wiki.lyrasis.org/display/DSPACE/ReplicationTaskSuite</url>
10-
<version>8.5-SNAPSHOT</version>
10+
<version>9.3-SNAPSHOT</version>
1111

1212
<organization>
1313
<name>LYRASIS</name>
1414
<url>https://www.dspace.org</url>
1515
</organization>
1616

1717
<properties>
18-
<!-- DSpace Version Information (supported version of DSpace is 8.1 or above) -->
19-
<dspace.version>[8.4,8.20)</dspace.version>
18+
<!-- DSpace Version Information (supported version of DSpace is 9.3 or above) -->
19+
<dspace.version>[9.3,9.20)</dspace.version>
2020
<!-- DuraCloud Version Information (supported version of DuraCloud) -->
2121
<duracloud.version>8.1.0</duracloud.version>
2222
<!-- DuraSpace BagIt Support Library -->
2323
<bagit-support.version>1.1.0</bagit-support.version>
2424
<jaxb-api.version>4.0.5</jaxb-api.version>
2525
<jaxb-runtime.version>4.0.9</jaxb-runtime.version>
26-
<!-- Replication Task Suite requires Java 17 because DSpace 8 requires it -->
26+
<!-- Replication Task Suite requires Java 17 because DSpace 9 requires it -->
2727
<java.version>17</java.version>
2828
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2929
<project.reporting.outputEncoding>${project.build.sourceEncoding}</project.reporting.outputEncoding>
@@ -400,7 +400,7 @@
400400
</dependency>
401401

402402
<!-- JAXB is no longer bundled for java 17
403-
compile only as this will be brought in through dspace-api in 8.x -->
403+
compile only as this will be brought in through dspace-api in 9.x -->
404404
<dependency>
405405
<groupId>jakarta.xml.bind</groupId>
406406
<artifactId>jakarta.xml.bind-api</artifactId>

0 commit comments

Comments
 (0)