Skip to content

Commit

Permalink
release 1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Sep 9, 2024
1 parent 3b44e1a commit f79a4aa
Show file tree
Hide file tree
Showing 14 changed files with 20 additions and 17 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand All @@ -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)
Expand Down
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion mind-map/idea-mindmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>idea-mindmap</artifactId>
Expand Down
3 changes: 2 additions & 1 deletion mind-map/idea-mindmap/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
]]></description>

<change-notes><![CDATA[
<p>1.6.8 (SNAPSHOT)</p>
<p>1.6.8 (09-sep-2024)</p>
<ul>
<li>Improvements and refactoring of exporters</li>
</ul>
<p>1.6.7.1 (30-may-2024)</p>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-annotation-processor-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>mind-map-annotation-processor-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-annotation-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>mind-map-annotation-processor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>mind-map-annotations</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-ide-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>mind-map-ide-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>mind-map-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/mind-map-swing-panel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>mind-map-swing-panel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/nb-mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>nb-mind-map</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
<packaging>pom</packaging>

<inceptionYear>2015</inceptionYear>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/scia-reto-win-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>scia-reto-win-launcher</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion mind-map/scia-reto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.igormaznitsa</groupId>
<artifactId>mind-map</artifactId>
<version>1.6.8-SNAPSHOT</version>
<version>1.6.8</version>
</parent>

<artifactId>scia-reto</artifactId>
Expand Down

0 comments on commit f79a4aa

Please sign in to comment.