Skip to content

Commit 0288c36

Browse files
committed
Update snapshot version
1 parent 3d1b008 commit 0288c36

15 files changed

Lines changed: 29 additions & 30 deletions

File tree

dspace-api/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43
<artifactId>dspace-api</artifactId>
54
<name>DSpace Kernel :: API and Implementation</name>
@@ -12,7 +11,7 @@
1211
<parent>
1312
<groupId>org.dspace</groupId>
1413
<artifactId>dspace-parent</artifactId>
15-
<version>cris-2025.02.00-SNAPSHOT</version>
14+
<version>cris-2026.01.00-SNAPSHOT</version>
1615
<relativePath>..</relativePath>
1716
</parent>
1817

dspace-iiif/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.dspace</groupId>
1616
<artifactId>dspace-parent</artifactId>
17-
<version>cris-2025.02.00-SNAPSHOT</version>
17+
<version>cris-2026.01.00-SNAPSHOT</version>
1818
<relativePath>..</relativePath>
1919
</parent>
2020

dspace-oai/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<artifactId>dspace-parent</artifactId>
1010
<groupId>org.dspace</groupId>
11-
<version>cris-2025.02.00-SNAPSHOT</version>
11+
<version>cris-2026.01.00-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

dspace-rdf/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.dspace</groupId>
1010
<artifactId>dspace-parent</artifactId>
11-
<version>cris-2025.02.00-SNAPSHOT</version>
11+
<version>cris-2026.01.00-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

dspace-saml2/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.dspace</groupId>
1010
<artifactId>dspace-parent</artifactId>
11-
<version>cris-2025.02.00-SNAPSHOT</version>
11+
<version>cris-2026.01.00-SNAPSHOT</version>
1212
<relativePath>..</relativePath>
1313
</parent>
1414

dspace-server-webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.dspace</groupId>
1515
<artifactId>dspace-parent</artifactId>
16-
<version>cris-2025.02.00-SNAPSHOT</version>
16+
<version>cris-2026.01.00-SNAPSHOT</version>
1717
<relativePath>..</relativePath>
1818
</parent>
1919

dspace-services/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.dspace</groupId>
1111
<artifactId>dspace-parent</artifactId>
12-
<version>cris-2025.02.00-SNAPSHOT</version>
12+
<version>cris-2026.01.00-SNAPSHOT</version>
1313
<relativePath>..</relativePath>
1414
</parent>
1515

dspace-sword/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<parent>
1515
<groupId>org.dspace</groupId>
1616
<artifactId>dspace-parent</artifactId>
17-
<version>cris-2025.02.00-SNAPSHOT</version>
17+
<version>cris-2026.01.00-SNAPSHOT</version>
1818
<relativePath>..</relativePath>
1919
</parent>
2020

dspace-swordv2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.dspace</groupId>
1414
<artifactId>dspace-parent</artifactId>
15-
<version>cris-2025.02.00-SNAPSHOT</version>
15+
<version>cris-2026.01.00-SNAPSHOT</version>
1616
<relativePath>..</relativePath>
1717
</parent>
1818

dspace/modules/additions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.dspace</groupId>
1919
<artifactId>modules</artifactId>
20-
<version>cris-2025.02.00-SNAPSHOT</version>
20+
<version>cris-2026.01.00-SNAPSHOT</version>
2121
<relativePath>..</relativePath>
2222
</parent>
2323

0 commit comments

Comments
 (0)