Skip to content

Commit d4d3fde

Browse files
dmealingclaude
andcommitted
chore(release): PyPI, NuGet and Maven 0.25.0 / 7.25.0
The second half of the coordinated cut. npm shipped in 62db008, which by design bumps only its own coordinate; this bumps the other three and rebuilds the site payload so all five agree before a tag exists. PyPI server/python/pyproject.toml 0.24.5 -> 0.25.0 NuGet server/csharp/Directory.Build.props 0.24.5 -> 0.25.0 Maven 18 poms (17 reactor + the showcase consumer) 7.24.5 -> 7.25.0 `examples/showcase/site-payload.json` now reads {npm 0.25.0, pypi 0.25.0, nuget 0.25.0, maven 7.25.0, metamodel 0.14}. That file is what metaobjects.dev injects at deploy, resolved from the latest v0.x tag, so tagging before this commit is what put three never-released versions into v0.24.5. `finish-release.mjs` refuses the tag until these agree. `check-pom-versions.sh` passes: 2 parent + 1 property pom match the reactor at 7.25.0 — the reactor-excluded integration-test modules and the showcase consumer are outside `mvn versions:set`, so they are bumped here explicitly. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UcDcQmAVYzYjkVGVj23mt4
1 parent 62db008 commit d4d3fde

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>7.24.5</metaobjects.version>
26+
<metaobjects.version>7.25.0</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": "0.25.0",
4-
"pypi": "0.24.5",
5-
"nuget": "0.24.5",
6-
"maven": "7.24.5",
4+
"pypi": "0.25.0",
5+
"nuget": "0.25.0",
6+
"maven": "7.25.0",
77
"metamodel": "0.14"
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>0.24.5</Version>
11+
<Version>0.25.0</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>7.24.5</version>
9+
<version>7.25.0</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>7.24.5</version>
10+
<version>7.25.0</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>7.24.5</version>
9+
<version>7.25.0</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>7.24.5</version>
9+
<version>7.25.0</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>7.24.5</version>
9+
<version>7.25.0</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>7.24.5</version>
9+
<version>7.25.0</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>7.24.5</version>
10+
<version>7.25.0</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)