Skip to content

Commit

Permalink
bump to version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dekm committed Jun 9, 2022
1 parent 4b410af commit 92d21a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions desktop/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.unigrid.janus</groupId>
<artifactId>parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<properties>
<mainClass>org.unigrid.janus.Janus</mainClass>
Expand Down Expand Up @@ -75,7 +75,7 @@
<goal>jpackage</goal>
</goals>
<configuration>
<appVersion>1.0.4</appVersion>
<appVersion>1.0.5</appVersion>
<vendor>org.unigrid</vendor>
<module>fx/org.unigrid.janus.Janus</module>
<modulePaths>
Expand All @@ -100,7 +100,7 @@
<goal>jpackage</goal>
</goals>
<configuration>
<appVersion>1.0.4</appVersion>
<appVersion>1.0.5</appVersion>
<appImage>target/dist/Unigrid</appImage>
</configuration>
</execution>
Expand Down
2 changes: 1 addition & 1 deletion fx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.unigrid.janus</groupId>
<artifactId>parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
</parent>
<properties>
<mainClass>org.unigrid.janus.Janus</mainClass>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.unigrid.janus</groupId>
<artifactId>parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.5-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Unigrid Janus Parent</name>

Expand Down

0 comments on commit 92d21a9

Please sign in to comment.