Skip to content

Commit 32280b2

Browse files
committed
chore: merge from release/1.2
1 parent 8ee9fa8 commit 32280b2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

ANALYSIS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Flamingock MongoDB Template — Comprehensive Module Analysis
22

3-
**Module:** `flamingock-template-mongodb` v1.2.0-SNAPSHOT
3+
**Module:** `flamingock-mongodb-sync-template` v1.2.0-SNAPSHOT
44
**Flamingock Core:** v1.2.0-beta.1
55
**Java Target:** 8
66
**MongoDB Driver:** 4.0.0 (compileOnly)
@@ -10,7 +10,7 @@
1010

1111
## 1. Architecture Overview
1212

13-
**Module coordinates:** `io.flamingock:flamingock-java-template-mongodb:1.2.0-SNAPSHOT`
13+
**Module coordinates:** `io.flamingock:flamingock-mongodb-sync-template:1.2.0-SNAPSHOT`
1414

1515
**Execution flow:**
1616
```

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
44

55
## Project Overview
66

7-
**flamingock-template-mongodb** is a Flamingock template library that provides declarative, YAML-based MongoDB operations. It enables "no-code" system evolution by allowing developers to define MongoDB changes in YAML files instead of writing Java classes.
7+
**flamingock-mongodb-sync-template** is a Flamingock template library that provides declarative, YAML-based MongoDB operations. It enables "no-code" system evolution by allowing developers to define MongoDB changes in YAML files instead of writing Java classes.
88

99
This is a **standalone repository** — it is not a module of `flamingock-java`. It depends on Flamingock core artifacts published to Maven Local or Maven Central.
1010

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "flamingock-template-mongodb"
1+
rootProject.name = "flamingock-mongodb-sync-template"

0 commit comments

Comments
 (0)