Bump project version

This commit is contained in:
mkpaz 2025-02-10 10:33:13 +04:00
parent bc296d6861
commit 06b688b8e3
4 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.github.mkpaz</groupId> <groupId>io.github.mkpaz</groupId>
<artifactId>devtoolsfx</artifactId> <artifactId>devtoolsfx</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>devtoolsfx-connector</artifactId> <artifactId>devtoolsfx-connector</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.github.mkpaz</groupId> <groupId>io.github.mkpaz</groupId>
<artifactId>devtoolsfx</artifactId> <artifactId>devtoolsfx</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>devtoolsfx-demo</artifactId> <artifactId>devtoolsfx-demo</artifactId>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<groupId>io.github.mkpaz</groupId> <groupId>io.github.mkpaz</groupId>
<artifactId>devtoolsfx</artifactId> <artifactId>devtoolsfx</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
</parent> </parent>
<artifactId>devtoolsfx-gui</artifactId> <artifactId>devtoolsfx-gui</artifactId>

View File

@ -6,7 +6,7 @@
<groupId>io.github.mkpaz</groupId> <groupId>io.github.mkpaz</groupId>
<artifactId>devtoolsfx</artifactId> <artifactId>devtoolsfx</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
<module>connector</module> <module>connector</module>