Skip to content

Commit a4d0127

Browse files
authored
Merge pull request #11091 from IQSS/10954-bump-to-6.5
bump to 6.5
2 parents 5499549 + d9c03e0 commit a4d0127

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

doc/sphinx-guides/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@
6868
# built documents.
6969
#
7070
# The short X.Y version.
71-
version = '6.4'
71+
version = '6.5'
7272
# The full version, including alpha/beta/rc tags.
73-
release = '6.4'
73+
release = '6.5'
7474

7575
# The language for content autogenerated by Sphinx. Refer to documentation
7676
# for a list of supported languages.

doc/sphinx-guides/source/versions.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Dataverse Software Documentation Versions
77
This list provides a way to refer to the documentation for previous and future versions of the Dataverse Software. In order to learn more about the updates delivered from one version to another, visit the `Releases <https://github.com/IQSS/dataverse/releases>`__ page in our GitHub repo.
88

99
- pre-release `HTML (not final!) <http://preview.guides.gdcc.io/en/develop/>`__ and `PDF (experimental!) <http://preview.guides.gdcc.io/_/downloads/en/develop/pdf/>`__ built from the :doc:`develop </developers/version-control>` branch :doc:`(how to contribute!) </contributor/documentation>`
10-
- 6.4
10+
- 6.5
11+
- `6.4 </en/6.4/>`__
1112
- `6.3 </en/6.3/>`__
1213
- `6.2 </en/6.2/>`__
1314
- `6.1 </en/6.1/>`__

modules/dataverse-parent/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131

132132
<properties>
133133
<!-- This is a special Maven property name, do not change! -->
134-
<revision>6.4</revision>
134+
<revision>6.5</revision>
135135

136136
<target.java.version>17</target.java.version>
137137
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -446,8 +446,8 @@
446446
Once the release has been made (tag created), change this back to "${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}"
447447
(These properties are provided by the build-helper plugin below.)
448448
-->
449-
<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>
450-
<!--<base.image.version>${revision}</base.image.version>-->
449+
<!--<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>-->
450+
<base.image.version>${revision}</base.image.version>
451451
</properties>
452452

453453
<build>

0 commit comments

Comments
 (0)