Skip to content

Commit aadb8d0

Browse files
dmealingclaude
andcommitted
chore(release): Java/Kotlin modules 7.5.0 (Maven Central)
JVM declarative Mustache template-codegen (SP-1b): codegen-base TemplateData + ScopeWalk + TemplateScopeGenerator; Kotlin gains a template generator. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LuZWKnWzYGVnESijL7uuky
1 parent 4bb82d3 commit aadb8d0

15 files changed

Lines changed: 15 additions & 15 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.4.4-SNAPSHOT</version>
9+
<version>7.5.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.4.4-SNAPSHOT</version>
10+
<version>7.5.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.4.4-SNAPSHOT</version>
9+
<version>7.5.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.4.4-SNAPSHOT</version>
9+
<version>7.5.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.4.4-SNAPSHOT</version>
9+
<version>7.5.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.4.4-SNAPSHOT</version>
9+
<version>7.5.0</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.4-SNAPSHOT</version>
5+
<version>7.5.0</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.4-SNAPSHOT</version>
10+
<version>7.5.0</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.4-SNAPSHOT</version>
7+
<version>7.5.0</version>
88
</parent>
99

1010
<artifactId>metaobjects-metadata</artifactId>

server/java/om/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.metaobjects</groupId>
77
<artifactId>metaobjects</artifactId>
8-
<version>7.4.4-SNAPSHOT</version>
8+
<version>7.5.0</version>
99
</parent>
1010

1111
<artifactId>metaobjects-om</artifactId>

0 commit comments

Comments
 (0)