Skip to content

Commit 5a7d929

Browse files
committed
release 1.4.8
1 parent 35f2957 commit 5a7d929

File tree

9 files changed

+20
-14
lines changed

9 files changed

+20
-14
lines changed

mind-map/idea-mindmap/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repositories {
99
mavenLocal()
1010
}
1111

12-
version = project.hasProperty('mm_plugin_version') ? project.getProperty('mm_plugin_version') : "1.4.8-SNAPSHOT"
12+
version = project.hasProperty('mm_plugin_version') ? project.getProperty('mm_plugin_version') : "1.4.8"
1313

1414
intellij {
1515
version 'IC-139.1803.20'

mind-map/idea-mindmap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>mind-map</artifactId>
8-
<version>1.4.8-SNAPSHOT</version>
8+
<version>1.4.8</version>
99
</parent>
1010

1111
<artifactId>idea-mindmap</artifactId>

mind-map/idea-mindmap/resources/META-INF/plugin.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<idea-plugin version="2">
33
<id>nb-mind-map-idea</id>
44
<name>IDEA Mind Map</name>
5-
<version>1.4.8-SNAPSHOT</version>
5+
<version>1.4.8</version>
66
<vendor url="https://www.igormaznitsa.com">Igor Maznitsa</vendor>
77

88
<category>Knowledge management</category>
@@ -18,6 +18,12 @@
1818
]]></description>
1919

2020
<change-notes><![CDATA[
21+
<p>1.4.8 (19-mar-2020)</p>
22+
<ul>
23+
<li>Added extra emoticons 'caution_biohazard','hospital','emoticon_medic','emoticon_mask' etc.</li>
24+
<li>Fixed save after topic color change</li>
25+
<li>Added support for Scratch</li>
26+
</ul>
2127
<p>1.4.7 (28-dec-2019)</p>
2228
<ul>
2329
<li>fixed loosing of focus over new edited topic under some JDK versions</li>

mind-map/mind-map-ide-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.igormaznitsa</groupId>
66
<artifactId>mind-map</artifactId>
7-
<version>1.4.8-SNAPSHOT</version>
7+
<version>1.4.8</version>
88
</parent>
99

1010
<artifactId>mind-map-ide-common</artifactId>

mind-map/mind-map-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>mind-map</artifactId>
8-
<version>1.4.8-SNAPSHOT</version>
8+
<version>1.4.8</version>
99
</parent>
1010

1111
<groupId>com.igormaznitsa</groupId>

mind-map/mind-map-swing-panel/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.igormaznitsa</groupId>
66
<artifactId>mind-map</artifactId>
7-
<version>1.4.8-SNAPSHOT</version>
7+
<version>1.4.8</version>
88
</parent>
99

1010
<artifactId>mind-map-swing-panel</artifactId>

mind-map/nb-mind-map/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>mind-map</artifactId>
8-
<version>1.4.8-SNAPSHOT</version>
8+
<version>1.4.8</version>
99
</parent>
1010

1111
<artifactId>nb-mind-map</artifactId>

mind-map/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.igormaznitsa</groupId>
55
<artifactId>mind-map</artifactId>
6-
<version>1.4.8-SNAPSHOT</version>
6+
<version>1.4.8</version>
77
<packaging>pom</packaging>
88

99
<inceptionYear>2015</inceptionYear>
@@ -12,8 +12,8 @@
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1313
<main.version.raw>1.4.8</main.version.raw>
1414

15-
<main.version>${main.version.raw}-SNAPSHOT</main.version>
16-
<!--main.version>${main.version.raw}</main.version-->
15+
<!--main.version>${main.version.raw}-SNAPSHOT</main.version-->
16+
<main.version>${main.version.raw}</main.version>
1717

1818
<meta.version>1.1.3</meta.version>
1919
<uber.pom>1.0.3</uber.pom>

mind-map/scia-reto/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.igormaznitsa</groupId>
77
<artifactId>mind-map</artifactId>
8-
<version>1.4.8-SNAPSHOT</version>
8+
<version>1.4.8</version>
99
</parent>
1010

1111
<artifactId>scia-reto</artifactId>
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>io.projectreactor</groupId>
4343
<artifactId>reactor-core</artifactId>
44-
<version>3.3.2.RELEASE</version>
44+
<version>3.3.3.RELEASE</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>net.sf.jung</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>commons-codec</groupId>
8989
<artifactId>commons-codec</artifactId>
90-
<version>1.13</version>
90+
<version>1.14</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>com.mixpanel</groupId>
@@ -155,7 +155,7 @@
155155
<plugin>
156156
<groupId>com.igormaznitsa</groupId>
157157
<artifactId>mvn-jlink-wrapper</artifactId>
158-
<version>1.0.5</version>
158+
<version>1.0.7</version>
159159
<executions>
160160
<execution>
161161
<id>cache-work-jdk</id>

0 commit comments

Comments
 (0)