Skip to content

Commit

Permalink
-Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo-gomez-windhover committed Aug 23, 2023
1 parent 328f7f6 commit c847136
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/commander/app-commander-command-options/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<artifactId>app-commander-command-options</artifactId>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion app/commander/app-commander-connections/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<artifactId>app-commander-connections</artifactId>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion app/commander/app-commander-display-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<artifactId>app-commander-display-model</artifactId>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander-display-model</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</dependency>
</dependencies>
<artifactId>app-commander-display-representation-javafx</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions app/commander/app-commander-display-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<dependencies>
<dependency>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander-display-model</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</dependency>
</dependencies>
<artifactId>app-commander-display-runtime</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion app/commander/app-commander-events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<artifactId>app-commander-events</artifactId>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion app/commander/app-commander-mission-planner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<artifactId>app-commander-mission-planner</artifactId>
<repositories>
Expand Down
2 changes: 1 addition & 1 deletion app/commander/app-commander-parameter-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>app-commander</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
</parent>
<artifactId>app-commander-parameter-export</artifactId>
<profiles>
Expand Down
2 changes: 1 addition & 1 deletion app/commander/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@
<module>app-commander-command-options</module>
<module>app-commander-parameter-export</module>
</modules>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>
<groupId>com.windhoverlabs</groupId>
</project>
2 changes: 1 addition & 1 deletion core/commander-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>com.windhoverlabs</groupId>
<artifactId>commander-core</artifactId>
<version>0.2.4-SNAPSHOT</version>
<version>0.2.6-SNAPSHOT</version>

<developers>
<developer>
Expand Down

0 comments on commit c847136

Please sign in to comment.