Skip to content

Commit 8def5bc

Browse files
authored
Merge pull request #11641 from IQSS/11371-bump-version-to-6.7
bump to 6.7 and update base.image.version
2 parents d3705c5 + ba5c075 commit 8def5bc

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

doc/sphinx-guides/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = '6.6'
73+
version = '6.7'
7474
# The full version, including alpha/beta/rc tags.
7575
release = version
7676

doc/sphinx-guides/source/versions.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This list provides a way to refer to the documentation for previous and future v
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>`
1010
- |version|
11+
- `6.6 </en/6.6/>`__
1112
- `6.5 </en/6.5/>`__
1213
- `6.4 </en/6.4/>`__
1314
- `6.3 </en/6.3/>`__

modules/dataverse-parent/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
<properties>
134134
<!-- This is a special Maven property name, do not change! -->
135-
<revision>6.6</revision>
135+
<revision>6.7</revision>
136136

137137
<target.java.version>17</target.java.version>
138138
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -454,8 +454,8 @@
454454
Once the release has been made (tag created), change this back to "${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}"
455455
(These properties are provided by the build-helper plugin below.)
456456
-->
457-
<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>
458-
<!--<base.image.version>${revision}</base.image.version>-->
457+
<!--<base.image.version>${parsedVersion.majorVersion}.${parsedVersion.nextMinorVersion}</base.image.version>-->
458+
<base.image.version>${revision}</base.image.version>
459459
<!-- This is used by the maintenance CI jobs, no need to adapt during releases. -->
460460
<app.image.version>${base.image.version}</app.image.version>
461461
</properties>

0 commit comments

Comments
 (0)