Skip to content

Commit c59bb31

Browse files
dmealingclaude
andcommitted
chore(release): PyPI + NuGet 1.0.1, Maven Central 8.0.1
The second half of the coordinated 1.0.1 cut. npm published first (its own commit); this bumps the three registries that publish from CI on per-port tags, so the `v1.0.1` tag can name a tree whose site payload lists four versions that were all actually released — the ordering `finish-release.mjs` refuses to skip, and the thing `v0.24.5` got wrong. Maven is `8.0.1`: the JVM line is npm's major plus seven (ADR-0035 §2), so a `1.` prefix here would ask Central for a version below the last release. The reactor moved with `mvn versions:set`; the three poms it cannot reach — `integration-tests`, `integration-tests-kotlin` (parent refs) and `examples/showcase/jvm` (a `<metaobjects.version>` property outside the reactor entirely) — were caught by `scripts/check-pom-versions.sh`, which is the only reason the showcase pom was not left behind. Diff-reviewed line by line, because this repo carries a scar from a version-bump sed: every changed line in the 17 poms is exactly `8.0.0` → `8.0.1`. The `8.0.1.Final` on integration-tests:93 is a third-party dependency that already read that way at HEAD — checked against `git show HEAD:` rather than assumed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01NTcEKXTQMYt84fAjuw5A2M
1 parent 3805608 commit c59bb31

21 files changed

Lines changed: 23 additions & 23 deletions

File tree

examples/showcase/jvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<properties>
2424
<!-- Kept in lockstep with server/java/pom.xml by scripts/check-pom-versions.sh:
2525
this project is OUTSIDE the reactor, so `mvn versions:set` never touches it. -->
26-
<metaobjects.version>8.0.0</metaobjects.version>
26+
<metaobjects.version>8.0.1</metaobjects.version>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
</properties>
2929

examples/showcase/site-payload.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"registries": {
33
"npm": "1.0.1",
4-
"pypi": "1.0.0",
5-
"nuget": "1.0.0",
6-
"maven": "8.0.0",
4+
"pypi": "1.0.1",
5+
"nuget": "1.0.1",
6+
"maven": "8.0.1",
77
"metamodel": "1.0"
88
},
99
"snippets": {

server/csharp/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-->
99

1010
<PropertyGroup>
11-
<Version>1.0.0</Version>
11+
<Version>1.0.1</Version>
1212
<Authors>Doug Mealing</Authors>
1313
<Company>Doug Mealing LLC</Company>
1414
<Product>MetaObjects</Product>

server/java/codegen-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>8.0.0</version>
9+
<version>8.0.1</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-codegen-base</artifactId>

server/java/codegen-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.metaobjects</groupId>
99
<artifactId>metaobjects</artifactId>
10-
<version>8.0.0</version>
10+
<version>8.0.1</version>
1111
</parent>
1212

1313
<artifactId>metaobjects-codegen-kotlin</artifactId>

server/java/codegen-mustache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>8.0.0</version>
9+
<version>8.0.1</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-codegen-mustache</artifactId>

server/java/codegen-plantuml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>8.0.0</version>
9+
<version>8.0.1</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-codegen-plantuml</artifactId>

server/java/codegen-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>8.0.0</version>
9+
<version>8.0.1</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-codegen-spring</artifactId>

server/java/core-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.metaobjects</groupId>
88
<artifactId>metaobjects</artifactId>
9-
<version>8.0.0</version>
9+
<version>8.0.1</version>
1010
</parent>
1111

1212
<artifactId>metaobjects-core-spring</artifactId>

server/java/integration-tests-kotlin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.metaobjects</groupId>
99
<artifactId>metaobjects</artifactId>
10-
<version>8.0.0</version>
10+
<version>8.0.1</version>
1111
</parent>
1212

1313
<artifactId>metaobjects-integration-tests-kotlin</artifactId>

0 commit comments

Comments
 (0)