Skip to content

Commit

Permalink
[all] Release 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Filigran-Automation committed Jun 6, 2024
1 parent 7e4872f commit 3a8a1d8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions openbas-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>openbas-api</artifactId>
Expand Down Expand Up @@ -34,7 +34,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-framework</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
4 changes: 2 additions & 2 deletions openbas-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>openbas-framework</artifactId>
Expand All @@ -17,7 +17,7 @@
<dependency>
<groupId>io.openbas</groupId>
<artifactId>openbas-model</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</dependency>
<dependency>
<groupId>com.rabbitmq</groupId>
Expand Down
2 changes: 1 addition & 1 deletion openbas-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
</parent>

<artifactId>openbas-model</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>io.openbas</groupId>
<artifactId>openbas-platform</artifactId>
<version>1.0.8</version>
<version>1.0.9</version>
<packaging>pom</packaging>

<name>OpenBAS platform</name>
Expand Down

0 comments on commit 3a8a1d8

Please sign in to comment.