Skip to content

Commit 192cdc4

Browse files
authored
Merge pull request #11351 from IQSS/11187-bump-to-6.6
Release 6.6
2 parents c419564 + 243482d commit 192cdc4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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.5
10+
- 6.6
11+
- `6.5 </en/6.5/>`__
1112
- `6.4 </en/6.4/>`__
1213
- `6.3 </en/6.3/>`__
1314
- `6.2 </en/6.2/>`__

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.5</revision>
134+
<revision>6.6</revision>
135135

136136
<target.java.version>17</target.java.version>
137137
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -453,8 +453,8 @@
453453
Once the release has been made (tag created), change this back to "${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}"
454454
(These properties are provided by the build-helper plugin below.)
455455
-->
456-
<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>
457-
<!--<base.image.version>${revision}</base.image.version>-->
456+
<!--<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>-->
457+
<base.image.version>${revision}</base.image.version>
458458
</properties>
459459

460460
<build>

0 commit comments

Comments
 (0)