diff --git a/pom.xml b/pom.xml
index a3c312a..dbaf9f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
Coding agent
- 0.1.0-SNAPSHOT
+ 0.1.0
1.0.0-M8
2.1.10
2.1
@@ -103,6 +103,13 @@
+
+ embabel-releases
+ https://repo.embabel.com/artifactory/libs-release
+
+ true
+
+
embabel-snapshots
https://repo.embabel.com/artifactory/libs-snapshot
diff --git a/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt b/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt
index 44aebca..c2c1c84 100644
--- a/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt
+++ b/src/main/kotlin/com/embabel/coding/agent/SpringCoder.kt
@@ -151,7 +151,7 @@ class ResourceFactory : McpResourcePublisher {
)
}
- override fun infoString(verbose: Boolean?): String {
+ override fun infoString(verbose: Boolean?, indent: Int): String {
return toString()
}
}
\ No newline at end of file