Skip to content

Commit 0b5c6bc

Browse files
committed
CAUSEWAY-3898: updates supplemental models
1 parent 9c66345 commit 0b5c6bc

File tree

2 files changed

+23
-7
lines changed

2 files changed

+23
-7
lines changed

antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ They should work on Linux and MacOS; for Windows, use mSysGit.
2626

2727
[IMPORTANT]
2828
====
29-
The release process should be performed on Java 17.
29+
The release process should be performed on Java 21.
3030
====
3131

3232
[IMPORTANT]
@@ -112,9 +112,10 @@ This is stored in the `src/main/appended-resources/supplemental-models.xml` file
112112
[source,bash,subs="attributes+"]
113113
----
114114
mvnd -Dgithub clean install -T1C -DskipTests # <.>
115-
mvnd -Dgithub license:download-licenses # <.>
115+
mvnd -Dgithub license:download-licenses \
116+
-Dlicense.connectTimeout=500 # <.>
116117
117-
groovy scripts/checkmissinglicenses.groovy # <.>
118+
groovy scripts/checkmissinglicenses.groovy # <.>
118119
----
119120
<.> builds the framework.
120121
+

supplemental-model/src/main/resources/supplemental-models.xml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<project>
3232
<groupId>org.webjars.npm</groupId>
3333
<artifactId>pdfjs-dist</artifactId>
34-
<version>5.2.133</version>
34+
<version>5.4.149</version>
3535
<name>PDF.js</name>
3636
<licenses>
3737
<license>
@@ -61,7 +61,7 @@
6161
<project>
6262
<groupId>org.webjars.npm</groupId>
6363
<artifactId>bootstrap-italia</artifactId>
64-
<version>2.14.0</version>
64+
<version>2.16.0</version>
6565
<name>bootstrap-italia</name>
6666
<licenses>
6767
<license>
@@ -241,7 +241,7 @@
241241
<project>
242242
<groupId>org.webjars</groupId>
243243
<artifactId>momentjs</artifactId>
244-
<version>2.30.1</version>
244+
<version>2.30.1-1</version>
245245
<name>Moment.js</name>
246246
<licenses>
247247
<license>
@@ -286,7 +286,7 @@
286286
<project>
287287
<groupId>org.webjars.npm</groupId>
288288
<artifactId>eonasdan__tempus-dominus</artifactId>
289-
<version>6.10.3</version>
289+
<version>6.10.4</version>
290290
<name>tempus-dominus</name>
291291
<licenses>
292292
<license>
@@ -312,4 +312,19 @@
312312
</project>
313313
</supplement>
314314

315+
<supplement>
316+
<project>
317+
<groupId>org.webjars</groupId>
318+
<artifactId>datatables</artifactId>
319+
<version>2.3.2</version>
320+
<name>Datatables</name>
321+
<licenses>
322+
<license>
323+
<name>MIT License</name>
324+
<url>https://github.com/DataTables/DataTablesSrc</url>
325+
</license>
326+
</licenses>
327+
</project>
328+
</supplement>
329+
315330
</supplementalDataModels>

0 commit comments

Comments
 (0)