Skip to content

Commit 0d94aa9

Browse files
mxt-mischaclaude
andcommitted
chore(microdocs): MXTS-74974: bump core-java + doclet to 4.0.2 (lockstep)
Cut the whole suite at 4.0.2 so ./publish.sh runs clean (4.0.2 is new everywhere - no 409 on the immutable core-java 4.0.1) and versions are coherent instead of core 4.0.1 / doclet 4.0.0 / crawler 4.0.2. Note: crawler-gradle and the doclet still pin microdocs-core-java:3.0.0, so core-java's 4.x line remains unwired - tracked as a follow-up. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 478fcaa commit 0d94aa9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group=com.maxxton
2-
version=4.0.1
2+
version=4.0.2

microdocs-crawler-doclet/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
}
1818

1919
group = 'com.maxxton'
20-
version = '4.0.0'
20+
version = '4.0.2'
2121

2222
task fatJar(type: Jar) {
2323
manifest {

0 commit comments

Comments
 (0)