Skip to content

Commit 68e45ac

Browse files
dmealingclaude
andcommitted
chore(release): bump the non-npm ports for 1.0.3
Maven Central `8.0.3` (npm major + 7, derived from scripts/maven-coordinate.mjs, not typed), PyPI `1.0.3`, NuGet `1.0.3`. PyPI and NuGet were last cut at `1.0.1` and adopt the shared `minor.patch` now current, skipping the number they sat out (ADR-0035 Amendment 1). All four registries have changed product code this cut: npm carries FR-023 and the ADR-0055 reference implementation, and Maven / NuGet / PyPI each carry their ADR-0055 port, with PyPI additionally carrying FR-023 Phase 1a. The Java bump covers the two reactor-EXCLUDED integration-test modules and the showcase's `<metaobjects.version>` — `mvn versions:set` walks only the reactor and would have left all three behind. `scripts/check-pom-versions.sh` is green: 2 parent + 1 property pom match reactor 8.0.3. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011cQxyVuTkdPmAduLiedNEg
1 parent cc4684a commit 68e45ac

20 files changed

Lines changed: 20 additions & 20 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.2</metaobjects.version>
26+
<metaobjects.version>8.0.3</metaobjects.version>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
</properties>
2929

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.1</Version>
11+
<Version>1.0.3</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.2</version>
9+
<version>8.0.3</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.2</version>
10+
<version>8.0.3</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.2</version>
9+
<version>8.0.3</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.2</version>
9+
<version>8.0.3</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.2</version>
9+
<version>8.0.3</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.2</version>
9+
<version>8.0.3</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.2</version>
10+
<version>8.0.3</version>
1111
</parent>
1212

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

server/java/integration-tests/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.2</version>
10+
<version>8.0.3</version>
1111
</parent>
1212

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

0 commit comments

Comments
 (0)