Skip to content

Commit

Permalink
release 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jan 15, 2023
1 parent e1d7a42 commit d7f3933
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 17 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ Initially I developed plugin for NetBeans IDE but because in companies, where I

# Changelog

__1.6.1 (SNAPSHOT)__
- ALL: added export into PlantUML mind map
__1.6.1 (15-jan-2023)__
- ALL: added export into PlantUML mind map script
- AP: fixes in annotation processor
- SR: updated dependencies
- SR: PlantUML updated to 1.2023.0

__1.6.0 (25-dec-2022)__
Expand Down
6 changes: 4 additions & 2 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
__1.6.1 (SNAPSHOT)__
- ALL: added export into PlantUML mind map
__1.6.1 (15-jan-2023)__
- ALL: added export into PlantUML mind map script
- AP: fixes in annotation processor
- SR: updated dependencies
- SR: PlantUML updated to 1.2023.0

__1.6.0 (25-dec-2022)__
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.1-SNAPSHOT</version>
<version>1.6.1</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.1 (SNAPSHOT)</p>
<p>1.6.1 (15-jan-2023)</p>
<ul>
<li>added export into PlantUML mind map script</li>
</ul>
<p>1.6.0.2 (25-dec-2022)</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</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.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>

<artifactId>scia-reto</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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, 0L}, null);
public static final Version IDE_VERSION = new Version("sciareto", new long[] {1L, 6L, 1L}, 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 d7f3933

Please sign in to comment.