Skip to content

Commit

Permalink
version 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mindolph committed May 15, 2023
1 parent 45e61ee commit 5be9e49
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion code/mindmap-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>

<artifactId>mindmap-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/mindmap-panel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>

<artifactId>mindmap-panel</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion code/mindolph-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion code/mindolph-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion code/mindolph-csv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.mindolph</groupId>
<artifactId>mindolph</artifactId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>

<artifactId>mindolph-csv</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions code/mindolph-desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -17,7 +17,7 @@
<properties>
<main-class>com.mindolph.desktop.Launcher</main-class>
<app.name>Mindolph</app.name>
<app.version>1.2.4.1</app.version>
<app.version>1.2.5</app.version>
<jvm.modules>javafx.controls,javafx.fxml,javafx.swing,javafx.web</jvm.modules>
<app.vendor>Mindolph Team</app.vendor>
<log4j.config>-Dlog4j2.configurationFile=log4j2-prod.xml</log4j.config>
Expand Down
2 changes: 1 addition & 1 deletion code/mindolph-fx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</ImageView>
<VBox prefHeight="200.0" prefWidth="100.0" spacing="8.0" HBox.hgrow="ALWAYS">
<children>
<Label style="-fx-font-weight: bold; -fx-font-size: 20;" text="Mindolph v1.2.4.1" />
<Label style="-fx-font-weight: bold; -fx-font-size: 20;" text="Mindolph v1.2.5" />
<Hyperlink onAction="#onLink" text="https://github.com/mindolph/Mindolph" />
<Label text="email: mindolph.com@gmail.com">
<VBox.margin>
Expand Down
2 changes: 1 addition & 1 deletion code/mindolph-markdown/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion code/mindolph-mindmap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion code/mindolph-plantuml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>mindolph</artifactId>
<groupId>com.mindolph</groupId>
<version>1.2.4.1</version>
<version>1.2.5</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion code/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.mindolph</groupId>
<artifactId>mindolph</artifactId>
<packaging>pom</packaging>
<version>1.2.4.1</version>
<version>1.2.5</version>
<modules>
<module>mindolph-fx</module>
<module>mindolph-core</module>
Expand Down

0 comments on commit 5be9e49

Please sign in to comment.