Skip to content

Commit b1733e9

Browse files
dmealingclaude
andcommitted
chore(java): bump dev line to 7.3.0-SNAPSHOT
422 commits since v7.2.0 added new features (the metaobjects:docs Java api surface, the AI-trace recorder + record<Entity> codegen, @responseRef cross-port vocab), so the next Java release is a minor — move the SNAPSHOT line from 7.2.1 to 7.3.0. No deploy; downstream that builds from source now resolves 7.3.0-SNAPSHOT. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b657ae7 commit b1733e9

18 files changed

Lines changed: 18 additions & 18 deletions

File tree

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.2.1-SNAPSHOT</version>
9+
<version>7.3.0-SNAPSHOT</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.2.1-SNAPSHOT</version>
10+
<version>7.3.0-SNAPSHOT</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.2.1-SNAPSHOT</version>
9+
<version>7.3.0-SNAPSHOT</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.2.1-SNAPSHOT</version>
9+
<version>7.3.0-SNAPSHOT</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.2.1-SNAPSHOT</version>
9+
<version>7.3.0-SNAPSHOT</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.2.1-SNAPSHOT</version>
9+
<version>7.3.0-SNAPSHOT</version>
1010
</parent>
1111

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

server/java/fatjar-smoke/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<properties>
2626
<maven.compiler.release>17</maven.compiler.release>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
28-
<metaobjects.version>7.2.1-SNAPSHOT</metaobjects.version>
28+
<metaobjects.version>7.3.0-SNAPSHOT</metaobjects.version>
2929
<spring-boot.version>3.5.6</spring-boot.version>
3030
</properties>
3131

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.2.1-SNAPSHOT</version>
10+
<version>7.3.0-SNAPSHOT</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>7.2.1-SNAPSHOT</version>
10+
<version>7.3.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>metaobjects-integration-tests</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.2.1-SNAPSHOT</version>
5+
<version>7.3.0-SNAPSHOT</version>
66
</parent>
77

88
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)