Skip to content

Commit

Permalink
release 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Apr 23, 2023
1 parent c864ea2 commit d6b77ec
Show file tree
Hide file tree
Showing 15 changed files with 25 additions and 23 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Initially I developed a plugin for NetBeans IDE then the IntellijIDEA plugin was

# Changelog

__1.6.3 (SNAPSHOT)__
- SR: updated embedded JDK to 20+37
__1.6.3 (23-apr-2023)__
- SR: updated embedded JDK to 20.0.1+10
- SR: added Eclipse ELK
- SR: PlantUML updated to 1.2023.5
- ALL: fimprovements of export plugins
- SR: PlantUML updated to 1.2023.6
- ALL: improvements of export plugins

__1.6.2 (12-feb-2023)__
- ALL: added fast navigation through bird's eye panel
Expand Down
8 changes: 4 additions & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
__1.6.3 (SNAPSHOT)__
- SR: updated embedded JDK to 20+37
__1.6.3 (23-apr-2023)__
- SR: updated embedded JDK to 20.0.1+10
- SR: added Eclipse ELK
- SR: PlantUML updated to 1.2023.5
- ALL: fimprovements of export plugins
- SR: PlantUML updated to 1.2023.6
- ALL: improvements of export plugins

__1.6.2 (12-feb-2023)__
- ALL: added fast navigation through bird's eye panel
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.3-SNAPSHOT</version>
<version>1.6.3</version>
</parent>

<artifactId>idea-mindmap</artifactId>
Expand Down
4 changes: 3 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,10 @@
]]></description>

<change-notes><![CDATA[
<p>1.6.3 (SNAPSHOT)</p>
<p>1.6.3 (23-apr-2023)</p>
<ul>
<li>improved export parameter panel</li>
<li>refactoring</li>
</ul>
<p>1.6.2.1 (12-feb-2023)</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.3-SNAPSHOT</version>
<version>1.6.3</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.3-SNAPSHOT</version>
<version>1.6.3</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.3-SNAPSHOT</version>
<version>1.6.3</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.3-SNAPSHOT</version>
<version>1.6.3</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.3-SNAPSHOT</version>
<version>1.6.3</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.3-SNAPSHOT</version>
<version>1.6.3</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.3-SNAPSHOT</version>
<version>1.6.3</version>
</parent>

<artifactId>nb-mind-map</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions 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.3-SNAPSHOT</version>
<version>1.6.3</version>
<packaging>pom</packaging>

<inceptionYear>2015</inceptionYear>
Expand Down Expand Up @@ -147,7 +147,7 @@
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>3.1</version>
<version>3.1.1</version>
</dependency>
<dependency>
<groupId>com.formdev</groupId>
Expand Down Expand Up @@ -223,7 +223,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.1.1</version>
<version>5.3.1</version>
<scope>test</scope>
</dependency>
</dependencies>
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.3-SNAPSHOT</version>
<version>1.6.3</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.3-SNAPSHOT</version>
<version>1.6.3</version>
</parent>

<artifactId>scia-reto</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class SciaRetoStarter {
public static final String APP_TITLE = "Scia Reto";
public static final Image APP_ICON = UiUtils.loadIcon("logo256x256.png");
public static final long UPSTART = currentTimeMillis();
public static final Version IDE_VERSION = new Version("sciareto", new long[] {1L, 6L, 2L}, null);
public static final Version IDE_VERSION = new Version("sciareto", new long[] {1L, 6L, 3L}, null);
public static final String PROPERTY_LOOKANDFEEL = "selected.look.and.feel"; //NOI18N
public static final String PROPERTY_SCALE_GUI = "general.gui.scale"; //NOI18N
//NOI18N
Expand Down

0 comments on commit d6b77ec

Please sign in to comment.