Skip to content

Commit 267276a

Browse files
dmealingclaude
andcommitted
release: bump versions for FR-024 — Java 7.4.3, C# 0.11.2, Python 0.12.1
Ships FR-024 Phase E across the three ports whose libraries changed: - Validation parity B3/B4a/B5/B6 (identity pass-through, value-purity, projection-licensing, @via inference + cardinality, extends/origin agreement, derived-field providability) - B4b entity-primary-source-readonly cutover - Projection codegen fan-out (subtype detection, proc-callables on projections, read DTOs, api-docs labeling) - Plus: codegen-kotlin projection extends-inheritance, the java-reactor duplicate-constraint flake fix, and 2 C# test fixes. TS (the reference port) already shipped FR-024 and is unchanged — no npm release. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LuZWKnWzYGVnESijL7uuky
1 parent e2c4bae commit 267276a

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

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.11.1</Version>
11+
<Version>0.11.2</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.4.3-SNAPSHOT</version>
9+
<version>7.4.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>7.4.3-SNAPSHOT</version>
10+
<version>7.4.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>7.4.3-SNAPSHOT</version>
9+
<version>7.4.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>7.4.3-SNAPSHOT</version>
9+
<version>7.4.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>7.4.3-SNAPSHOT</version>
9+
<version>7.4.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>7.4.3-SNAPSHOT</version>
9+
<version>7.4.3</version>
1010
</parent>
1111

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

server/java/maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<parent>
33
<artifactId>metaobjects</artifactId>
44
<groupId>com.metaobjects</groupId>
5-
<version>7.4.3-SNAPSHOT</version>
5+
<version>7.4.3</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

server/java/metadata-ktx/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.4.3-SNAPSHOT</version>
10+
<version>7.4.3</version>
1111
</parent>
1212

1313
<artifactId>metaobjects-metadata-ktx</artifactId>

server/java/metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.metaobjects</groupId>
66
<artifactId>metaobjects</artifactId>
7-
<version>7.4.3-SNAPSHOT</version>
7+
<version>7.4.3</version>
88
</parent>
99

1010
<artifactId>metaobjects-metadata</artifactId>

0 commit comments

Comments
 (0)