From f79a4aa0713e54d2838754faf898afe969bd3cdb Mon Sep 17 00:00:00 2001
From: Igor Maznitsa
Date: Mon, 9 Sep 2024 10:11:28 +0300
Subject: [PATCH] release 1.6.8
---
README.md | 9 +++++----
changelog.txt | 3 ++-
mind-map/idea-mindmap/pom.xml | 2 +-
mind-map/idea-mindmap/resources/META-INF/plugin.xml | 3 ++-
mind-map/mind-map-annotation-processor-it/pom.xml | 2 +-
mind-map/mind-map-annotation-processor/pom.xml | 2 +-
mind-map/mind-map-annotations/pom.xml | 2 +-
mind-map/mind-map-ide-common/pom.xml | 2 +-
mind-map/mind-map-model/pom.xml | 2 +-
mind-map/mind-map-swing-panel/pom.xml | 2 +-
mind-map/nb-mind-map/pom.xml | 2 +-
mind-map/pom.xml | 2 +-
mind-map/scia-reto-win-launcher/pom.xml | 2 +-
mind-map/scia-reto/pom.xml | 2 +-
14 files changed, 20 insertions(+), 17 deletions(-)
diff --git a/README.md b/README.md
index df563ba0..448a31fe 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
![Banner](https://raw.githubusercontent.com/raydac/netbeans-mmd-plugin/master/misc/banner.png)
[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)
-[![Java 8.0+](https://img.shields.io/badge/java-8.0%2b-green.svg)](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
+[![Java 11+](https://img.shields.io/badge/java-11%2b-green.svg)](https://bell-sw.com/pages/downloads/)
[![NetBeans](https://img.shields.io/badge/netbeans-9.0%2b-green.svg)](http://plugins.netbeans.org/plugin/60188/nb-mindmap-editor)
-[![Intellij IDEA](https://img.shields.io/badge/idea-2018.1%2b-green.svg)](https://plugins.jetbrains.com/plugin/8045)
+[![Intellij IDEA](https://img.shields.io/badge/idea-2022.2%2b-green.svg)](https://plugins.jetbrains.com/plugin/8045)
[![PayPal donation](https://img.shields.io/badge/donation-PayPal-cyan.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHWJHJFBAWGL2)
[![YooMoney donation](https://img.shields.io/badge/donation-Yoo.money-blue.svg)](https://yoomoney.ru/to/41001158080699)
@@ -15,7 +15,8 @@ Initially I developed a plugin for NetBeans IDE then the IntellijIDEA plugin was
# Changelog
-__1.6.8 (SNAPSHOT)__
+__1.6.8 (09-sep-2024)__
+- ALL: improvements and refactoring of exporters
- AP: added system property substitution for text fields
- AP: improved annotation source line detection
- SR: Embedded JDK updated to 22.0.2+11
@@ -33,7 +34,7 @@ __1.6.7 (30-may-2024)__
# Implementation
-All parts of the application are written in Java and it needs Java 1.8+ for work.
+All parts of the application are written in Java and it needs Java 11+ for work.
The editor has three implementations
- standalone editor (including also [PlantUML](http://plantuml.com/) support) [Scia Reto](https://sciareto.org)
diff --git a/changelog.txt b/changelog.txt
index d09c180a..10a48751 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,4 +1,5 @@
-__1.6.8 (SNAPSHOT)__
+__1.6.8 (09-sep-2024)__
+- ALL: improvements and refactoring of exporters
- AP: added system property substitution for text fields
- AP: improved annotation source line detection
- SR: Embedded JDK updated to 22.0.2+11
diff --git a/mind-map/idea-mindmap/pom.xml b/mind-map/idea-mindmap/pom.xml
index 84b58184..7797cfb3 100644
--- a/mind-map/idea-mindmap/pom.xml
+++ b/mind-map/idea-mindmap/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
idea-mindmap
diff --git a/mind-map/idea-mindmap/resources/META-INF/plugin.xml b/mind-map/idea-mindmap/resources/META-INF/plugin.xml
index 91a35fa5..1cc019a3 100644
--- a/mind-map/idea-mindmap/resources/META-INF/plugin.xml
+++ b/mind-map/idea-mindmap/resources/META-INF/plugin.xml
@@ -12,8 +12,9 @@
]]>
1.6.8 (SNAPSHOT)
+ 1.6.8 (09-sep-2024)
+ - Improvements and refactoring of exporters
1.6.7.1 (30-may-2024)
diff --git a/mind-map/mind-map-annotation-processor-it/pom.xml b/mind-map/mind-map-annotation-processor-it/pom.xml
index 9f1e5c6a..70c6b451 100644
--- a/mind-map/mind-map-annotation-processor-it/pom.xml
+++ b/mind-map/mind-map-annotation-processor-it/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
mind-map-annotation-processor-it
diff --git a/mind-map/mind-map-annotation-processor/pom.xml b/mind-map/mind-map-annotation-processor/pom.xml
index a7fe9137..6637f210 100644
--- a/mind-map/mind-map-annotation-processor/pom.xml
+++ b/mind-map/mind-map-annotation-processor/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
mind-map-annotation-processor
diff --git a/mind-map/mind-map-annotations/pom.xml b/mind-map/mind-map-annotations/pom.xml
index a5676563..ec8b6f88 100644
--- a/mind-map/mind-map-annotations/pom.xml
+++ b/mind-map/mind-map-annotations/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
mind-map-annotations
diff --git a/mind-map/mind-map-ide-common/pom.xml b/mind-map/mind-map-ide-common/pom.xml
index 14d9f893..056b99e5 100644
--- a/mind-map/mind-map-ide-common/pom.xml
+++ b/mind-map/mind-map-ide-common/pom.xml
@@ -4,7 +4,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
mind-map-ide-common
diff --git a/mind-map/mind-map-model/pom.xml b/mind-map/mind-map-model/pom.xml
index 16865835..197101cd 100644
--- a/mind-map/mind-map-model/pom.xml
+++ b/mind-map/mind-map-model/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
mind-map-model
diff --git a/mind-map/mind-map-swing-panel/pom.xml b/mind-map/mind-map-swing-panel/pom.xml
index 295bfd75..94877b4a 100644
--- a/mind-map/mind-map-swing-panel/pom.xml
+++ b/mind-map/mind-map-swing-panel/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
mind-map-swing-panel
diff --git a/mind-map/nb-mind-map/pom.xml b/mind-map/nb-mind-map/pom.xml
index e02d2897..c5b2a56d 100644
--- a/mind-map/nb-mind-map/pom.xml
+++ b/mind-map/nb-mind-map/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
nb-mind-map
diff --git a/mind-map/pom.xml b/mind-map/pom.xml
index 25dda9cf..d9039e7c 100644
--- a/mind-map/pom.xml
+++ b/mind-map/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
pom
2015
diff --git a/mind-map/scia-reto-win-launcher/pom.xml b/mind-map/scia-reto-win-launcher/pom.xml
index 6e421139..5355bb09 100644
--- a/mind-map/scia-reto-win-launcher/pom.xml
+++ b/mind-map/scia-reto-win-launcher/pom.xml
@@ -6,7 +6,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
scia-reto-win-launcher
diff --git a/mind-map/scia-reto/pom.xml b/mind-map/scia-reto/pom.xml
index 1ee46241..374ce250 100644
--- a/mind-map/scia-reto/pom.xml
+++ b/mind-map/scia-reto/pom.xml
@@ -5,7 +5,7 @@
com.igormaznitsa
mind-map
- 1.6.8-SNAPSHOT
+ 1.6.8
scia-reto